.otp-input {
    width: 52px;
    height: 58px;
    text-align: center;
    font-size: 22px;
    border: 1.5px solid #b0b0b0;
    border-radius: 10px;
    outline: none;
}

.otp-input:focus {
    border-color: #7062B2;
    box-shadow: 0 0 5px rgba(0, 150, 136, 0.3);
}

.otp-container {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.resend {
    color: #000;
    text-decoration: none;
}

.toggle-password {
    position: absolute;
    top: 47px;
    right: 15px;
    cursor: pointer;
    color: #555;
}

.login-sec-left {
    padding: 0 30px 0 70px;
}

.login-sec-left1 {
    height: 100vh;
    display: grid;
    align-items: center;
}

.login-sec-left h4 {
    font-size: 46px;
}

.login-sec-left h3 {
    font-size: 40px;
    font-weight: 600;
    background: linear-gradient(90deg, #413382, #7062B2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-sec-left form {
    margin-top: 40px;
}

.form-control {
    height: 48px;
    border: 1px solid #000;
}

.btn-secondary {
    margin-top: 15px;
    background: linear-gradient(90deg, #413382, #7062B2);
    border: none;
    padding: 10px 35px;
    font-weight: 600;
}

.login-sec-right {
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    height: 100vh;
}

.login-sec-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 700px) {
    .login-sec-right {
        display: none;
    }

    .login-sec-left {
        padding: 0 25px;
    }
}
