.login .content .form-actions {
    margin-top: 16px;
    padding-bottom: 0;
}
.max_width{
    width: 100%;
}
.english {
    border-radius: 15px / 50px;
    background: #41BA96;
    padding: 12px;
    color: white;
}
.greenish {
    background-color: #41BA96;
}
.english:hover{text-decoration: none;}
.arabic {
    border-radius: 15px / 50px;
    background: #41BA96;
    padding: 12px;
    color: white;
}
.arabic:hover{text-decoration: none;}
.forget-password a {
    color: white;
}
.form-actions span{
    color: white
}
button.btn.resend:not(.btn-outline){
    border-radius: 5px;
    width: 36%;
    margin: 20px;
    border: 1px solid teal;
}
#register-back-btn{
    margin-left: 0px;
}
#register-submit-btn{
    float: right;
}
.login .content .form-control {
    border-radius: 5px !important;
    height: 40px;
}
.login .content label{
    margin: 0;
}
.login .content .forget-password {
    margin-top: 16px;
}
.login .content.otp_bg{
    background-color: white;
}
.login .logo{
    padding:0;
}
.otp{
    width:15%;
    margin-right: 5px;
}
.form-control.otp{
    float: left;
}
.otp:nth-last-child(1){
    margin-right: 0px;
}
.login .content.otp_bg label {
    color: #000;
    margin-bottom: 7px;
    margin-top: 7px;
}
.login .white_link a{
    color: #fff;
    text-decoration: underline;
}
.captcha-img {
    max-height: 50px;
}


@media (max-width: 480px){
    .login .content{
        width: 90%;
    }
    
}