.abhalogin {
    width: 50%;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 40%);
    margin: 0em auto;
    display: flex;
    position: absolute;
    top: 22%;
    left: 24%;
    height: 50vh;
}

.login_form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobilelable {
    text-align: left;
}

.loginbtn {
    width: 40%;
    padding: 5px 1px;
}

.emailsection {
    margin: 5px 0px;
}

.login_form .abhanewdeatil {
    display: flex;
    justify-content: center;
    align-items: center;
}

.abhadetail {
    width: 70%;
}

input#exampleInputEmail1 {
    line-height: 30px;
}

a.recovercard, a.registercard {
    text-decoration: underline !important;
    color: #000000;
}


.otp-input {
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 0 4px;
    outline: none;
    transition: border 0.2s;
}

.otp-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 3px rgba(0, 123, 255, 0.5);
}

button.btn.btn-primary.back-btn{
    background: #6785b9 !important;
    border: 1px solid #6785b9 !important;
    border-radius: 50px;
    padding: 5px 19px;
}

.newotp{
    color: #000000 !important;
}

.closenew{
    border-radius: 50px !important;
    padding: 5px 18px !important;
}



