html {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
}

body {
    padding: 0px;
    margin: 0px;
    height: 100vh;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 70%; 
    height: 80%; 
    margin: auto; 
    border-radius: 12px; 
    -webkit-box-shadow: 6px 6px 31px 1px rgba(0,0,0,0.32);
    -moz-box-shadow: 6px 6px 31px 1px rgba(0,0,0,0.32);
    box-shadow: 6px 6px 31px 1px rgba(0,0,0,0.32);
}

#initialScreen, .shadow-layer{
    position: absolute; 
    top: 0; 
    left: 0;
}

#initialScreen, .shadow-layer, .container{
    padding: 0 !important;
    min-width: 1238px; 
    min-height: 700px;
    width: 100vw; 
    height: 100vh;
}

#initialScreen{
    background: url('') no-repeat black; 
    background-size: 100% 100%;
    background-position: center center;
}

.shadow-layer{
    /* background: url('../img/CAR_MEDIA_shadow.png') no-repeat transparent; 
    background-size: 100vw 66.67vw;
    background-position: center center; */
}

.container{
    background: url('../img/av-image-bg.png') no-repeat #fff; 
    background-position: center center;
    background-size: auto;
}


.container .logo-login{
    display: flex;
    align-items: center;
    margin-top: 70px;
    flex-direction: column;
}

.container .logo-login-page {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}


.container .logo-login-text{
    font-family: 'Barlow', sans-serif;
    color: #2054EA;
    font-size: 25px;
    font-weight: 900;
    margin-left: 10px;
}

.container .form-control {
    background: transparent;
    border: 2px solid #99989D;
    background-color: transparent !important;
    border-radius: 50px;
    height: 3em;
    margin: auto;
    width: 70%;
    font-family: 'Barlow', sans-serif;
    color: #32323B !important;
    text-align: center;
    transition-property: none;
    transition-duration: 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
    transition-delay: initial, initial, initial;
    margin-bottom: 3% !important;
}

::-webkit-input-placeholder {
    color: #32323B !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #32323B !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #32323B !important;
}

:-ms-input-placeholder {
    color: #32323B !important;
}

.container .btn {
    display: block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 50px;
    color: #FFFFFF;
    background-color: #0021B5;
    margin: 4% auto !important;
    width: 70% !important;
    height: 3em;
    font-size: 0.9em;
    font-family: 'Barlow', sans-serif;
}

.container .checkbox {
    display: block;
    margin: auto;
    width: 70% !important;
    color: #000000;
    font-family: 'Barlow', sans-serif;
    font-size: 1em;
    text-align: center;
}

.container .checkbox a {
    color: #000000;
    font-size: 0.8em;
}
.container .frm {
    margin-top: 15% !important;
}

.loginContainerBox{
    margin: 0 !important;; 
    height: 100%; 
    /* background: url('../img/av-image-bg.png') no-repeat #fff;
    background-position: center center;
    background-size: auto; */
    border-radius: 12px;
}

.loginForm{
    width: 34%; 
    height: 100%; 
    background: #ffffff; 
    border-radius: 0 12px 12px 0; 
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: start;
}

.bigText{
    position: absolute; 
    bottom: 1.5em; 
    font-size: 45px; 
    color: #55535B; 
    padding: 0 0.5em; 
    line-height: 1em; 
    letter-spacing: 0.02em;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    text-align: left;
}

.leftPart{
    width: 66%; 
    background: #DAE1E9CC; 
    border-radius: 12px 0 0 12px; 
    position: relative;
}

.quoteContainer{
    background: rgba(8, 7, 7, 0.33); 
    height: 150px; 
    width: 0; 
    margin-top: 2em; 
    color: #ffffff; 
    display: flex;
    position: relative;
    float: right;
    -moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.quoteArrow{
    color: rgba(255, 255, 255, 0.66); 
    position: absolute; 
    top: 15px; 
    left: -11px; 
    font-weight: 100;
}

.quoteLip{
    position: absolute; 
    left: -17.1px;
    right: auto;
    height: 100%;
    -moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.quoteWrap{
    width: 90%; 
    margin: auto; 
    display: flex;
    overflow: hidden;
    -moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
    opacity: 0;
}

.quoteText{
    margin: auto; 
    font-weight: 100; 
    font-size: 0.9em; 
    text-align: justify; 
    padding-right: 5px;
    font-family: 'Barlow', sans-serif;
}

input[type="checkbox"]{
  display: none;
}

label {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    line-height: 32px;
    cursor: pointer;
}

label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 26px;
    height: 26px;
    border: 2px solid #99989D;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

label:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 9px;
    width: 8px;
    height: 14px;
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    opacity: 0;
}

input[type="checkbox"]:checked + label:before {
    background-color: #2054EA;
    border-color: #2054EA;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

a:hover{
  text-decoration: none !important;
}

.landing{
  background: url("../img/av-image-bg.png") no-repeat #fff;
background-position: center center;
  background-size: auto;
  padding: 0;
  margin: 0;
  height: 100vh;
}

.login-footer{
  position: absolute; 
  flex: 0 0 auto; 
  right: 0; 
  float: right;  
  bottom: 1em; 
  margin-right: 2%; 
  color: #FFFFFF; 
  opacity: 0.25; 
  font-size: 0.8em; 
  vertical-align: bottom;
}

/* Override Chrome autofill background & text color */
@-webkit-keyframes autofill {
    to {
        color: rgba(255, 255, 255, 0.9);
        background: transparent;
    }
}

@keyframes autofill {
    to {
        color: rgba(255, 255, 255, 0.9);
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.botm {
  border: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -khtml-border-radius: 15px;
  outline: none;
  height: 26px;
  font-size: 0.688em;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
  text-align: center;
  cursor: pointer;
  padding: 0 20px;
}

.botm-blue{
  background: #0021B5;
  color: #FFFFFF;
}

.botm-blue:hover{
  background: #0021B5 !important;
}

/* override default Modal window opacity */
.modal-backdrop-custom {
  opacity: 0.75;
}

.welcome-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #BC0000;
  color: #FFFFFF;
  text-align: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  z-index: 1000;
}

#loginPageMainContainer {
  padding-top: 72px;
}