.login{
    margin-top: 40px;
}
.login-logo{
    width: auto;
    height: 55px;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}
.login h4{
    margin-bottom: 25px;
}
.login-row{
    width: 100%;
    position: relative;
}
.login .form-group{
    margin-bottom: 25px;
    justify-content: space-between;
}
.login .img-icon{
    color: #ADB2C0;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 20px;
    height: 20px;
    /* background-color: #fff; */
}
.remember-me{
    display: flex;
    color: #ACB2C1;
}
.remember-me input{
    width: 15px;
    height: 15px;
    align-self: center;
    margin-right: 8px;
}
.forgot-pwd{
    color: #0239CC;
    font-weight: bold;
}
/* .login-btn button{
    padding: 15px 25px 15px 0;
    text-align: center;
} */
.login-btn button{
    padding: 6px 60px;
}
.login-btn button:hover{
    color: #fff;
}
.login .login-btn span{
    float: left;
}
.login .login-btn img{
    /* left: 60%;
    color: #fff;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%); */
    width: 15px;
    height: 15px;
    float: right;
    margin-top: 3px;
    /* transform: rotate(180deg); */
}
.login-secondary-btn{
    width: 200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); */
}
.login-secondary-btn .btn{
    padding: 8px;
    text-align: center;
    border: 2px solid #0239CC;
    border-radius: 10px;
    color: #0239CC;
    background-color: #fff;
    width: 112px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
}
.login-secondary-btn .btn:focus{
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    text-decoration: none;
}
.login-secondary-btn a{
    color: #ADB2C0;
}
/* forgot password start */
#verify-otp-form h4{
    margin-bottom: 10px;
}
.send-verfication-btn{
    text-align: center;
}
.send-verfication-btn span{
    padding-top: 3px;
}
.forgot-pwd-text{
    color: #ACB2C1;
    line-height: normal;
    margin-bottom: 25px;
}
.pwd-success.forgot-pwd-success{
    top: 25px;
}
.pwd-success{
    position: absolute;
    right: -40px;
    top: 15px;
}
.verification-code{
    width: max-content;
    margin: 0 auto 25px auto;
}
.verification-code input{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ACB2C1;
    margin: 10px 10px 0 0;
    text-align: center;
    outline: none;
}
.verification-code #digit-6{
    margin-right: 0;
}
.verification-code .error-text{
    padding-left: 5px;
}
.send-verfication-btn button:disabled{
    opacity: 0.3;
}
.code-sent{
    width: 20px;
    height: 22px;
    margin-right: 10px;
}
.back-login-link{
    float: left;
    /* width: 100%; */
    margin: 0 0 30px 15px;
}
/* forgot password end */
@media (max-width:767px){
    .verification-code input {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }
    .pwd-success{
        top: 15px;
    }
    .pwd-success.forgot-pwd-success{
        top: 18px;
    }
}
@media (min-width:1920px) {
    .login{
        margin-top: 110px;
    }
    .login-logo{
        margin-bottom: 45px;
    }
    .login h4{
        margin-bottom: 50px;
    }
    .login .form-group{
        margin-bottom: 40px !important;
    }
    .login-btn, .login-secondary-btn{
        width: 300px;
    }
    .login-btn input{
        padding: 25px 0 25px 85px;
        text-align: left;
        font-size: 24px;
    }
    .login-secondary-btn input{
        height: 57px;
        width: 164px;
    }
    .remember-me input{
        width: 20px;
        height: 20px;
    }
    .verification-code input{
        width: 80px;
        height: 80px;
    }
}
_::-webkit-full-page-media, _:future, :root .login .img-icon {
    background-color:#fff;
}
