﻿.otp-container {
    max-width: 400px;
    margin: 80px auto;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    text-align: center;
    background-color:white;


}
.login-box p {
    color: black;
}

.otp-inputs {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}


.otp-box {
    width: 48px;
    height: 56px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
}


.btn-verify {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: #2563eb;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}


    .btn-verify:disabled {
        background: #94a3b8;
    }


.resend-section {
    margin-top: 16px;
    color:black;
}


.error {
    margin-top: 12px;
    color: #dc2626;
}
