body input{
    font-size: 14px;
}
.vHidden{
    visibility:hidden;
}
body{
    font-size: 25px;
    height:100%;
    width:100%;
}
#login2fa .code2fainput{
    margin: 8px 0;
}
#login2fa .inptCnt{
    padding: 0px 30px;
}
#login2fa .inptCnt .text{
    color: #4A4A4A;
    font-weight: 500;
    font-size: 55%;
    text-align: center;
    margin: 2px 0 10px;
}
#login2fa .inptCnt.d-flex{
    display: flex;
    margin-top: 20px;
    text-align: left;
    align-items: center;
}
#login2fa .inptCnt.d-flex{
    text-align: left;
    margin-left: 18px;
}
#login2fa .rememberCheck{
    width: 40px;
    height: 40px;
}
#login2fa .rememberCheck:focus {
    box-shadow: unset;
    outline: none;
}
.noShow{
    display: none !important;
}
.logo{
    position: absolute;
    top: 17.6%;
    width: 12.5vh;
    height: auto;
    min-height: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-right: 2.36%;
}

.login-card{
    
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 20px;
    width: 95%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
}

.login-title{
    padding-top: 1vh;
    color: #262624;
    letter-spacing: -0.95px;
    text-align: center;
    margin: 0px;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 100%;
    padding-bottom: 5px;
}

.login-form-div{
    width: 80%;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.login-form-label{
    color: #262624;
    font-family: 'Poppins';
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 45%;
}

.form-input{
    border-radius: 22.5px;
    border: 1px solid #D5DCE5;
    width: 100%;
    height: 4.89vh;
    min-height: 35px;
    color: #D5DCE5;
    text-indent: 15px;
    text-align: left;
    font-size: 50%;
}

.user-input{
    font-family: 'Poppins';
    font-weight: 200;
    text-transform: none !important;
}

.error{
    color: #D0021B;
    margin-top: 5px;
    margin-left: 10px;
    text-align: left;
    margin-bottom: 5px;
    font-size: 42%;
}

.password-input{
    font-family: 'Poppins';
    font-weight: 200;
    text-align: left;
    text-transform: none !important;
}

.forgot-div{
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom:8px;
}
.forgot-text{
    margin: 0px;
    color: #4287CE;
    font-family: 'Poppins';
    font-weight: 200;
    font-size: 45%;
    cursor: pointer;
}

.button-submit-login{
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
}

.button-submit-signin{
    /* position: absolute; */
    text-align: center;
    transition: all ease 300ms;
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
}

.submit{
    border-radius: 38px;
    width: 72.06%;
    height: 4.69vh;
    min-height: 40px;
    border: 1px solid #4287CE;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 48%;
}

.submit-login{
    color: #FFFFFF;
    background-color: #4287CE;
}

.submit-signin{
    color: #4287CE;
    background-color: #FFFFFF;
}

::placeholder { 
  color: #D5DCE5;
  opacity: 1;

}

input:focus {
    /*outline: 1;
    outline-color: red;
    outline-style: none;*/
    box-shadow: 0px 0px 7px #D5DCE5;
    outline: none;
}

button:focus {
    outline: 0 !important;
    /*box-shadow: 0px 0px 7px #4287CE;*/
}


/*NEW*/
.pageCnt{
    display: table;
    width: 100%;
    height: calc(100% - 55px);
}
.centerCell {
    vertical-align: middle;
    display: table-cell;
}
.footCopy{
        color: #9B9B9B;
    font-weight: 200;
    text-align: center;
    font-family: 'OpenSans';
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 58%;
    height: 55px;
}

.footCopy h6{
    padding-top: 10px;
}
.div-logo {
    padding-bottom: 10px;
}

.inptIc {
    position: absolute;
    right: 0;
    bottom: 10px;
    right: 15px;
    font-size: 50%;
    cursor: pointer;
}
.inptIc i{
    color: #D5DCE5;
}

.inptCnt {
    position: relative;
}

.logoImg {
    width: 15%;
    max-width: 115px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../../img/afx-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}




/* Breakpoints Responsive 

@media screen and (max-width: 1000px){
    .login-card{
        width: 50%;
        
    }
}

@media screen and (max-width: 700px){
    .login-card{
        width: 60%;
    }
}

*/

.blueButton:hover {
    background-color: #3268a1 !important;
    outline: none !important;
}

.whiteButton:hover {
    background-color: #e3e3e3 !important;
    outline: none !important;
}

.blueButton:active,
.whiteButton:active { 
    transform: scale(0.98); 
    box-shadow: 3px 2px 10px 1px rgba(0, 0, 0, 0.5); 
    outline: none !important;
} 


select:focus{
    box-shadow: 0px 0px 7px #D5DCE5;
    outline: none;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    background-image: url(../../img/caret-down-solid.svg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 40%;
    padding-left: 7px;
    background-size: 17px;
    font-size: 46.6%;
    min-height: 35px;
    text-indent: 10px !important;
    width: 102% !important;
}

@media screen and (max-width: 500px){
    .login-card{
        width: 85%;
    }
    body{
        font-size: 25px;
    }
    .div-logo{
        margin-top: 3vh;
    }
    .logoImg{
        width: 104px;
        height: 104px;
    }
}