body {
    /* background: linear-gradient(180deg, #ff7b98, #ffffff, #ffffff); */
    background: linear-gradient(0deg, #ececec, #ffffff, #ffffff);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: white;
    font-family: 'Inter', sans-serif;
}

/* button{
    font-weight: bold; 
    margin-top: 35px;
    border-radius: 10px;
    padding: 14px; 
    font-size: 18px;
    color: aliceblue;
    font-family:'vazir' ;

} */
.login-box {
    background: linear-gradient(180deg, #e6e6e6, #ffffff, #ffffff);
    /* background-color: rgba(56, 11, 145, 0.8); */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    max-width: 400px;
}
.hidden {
    display: none;
}
.phone-input {
    width: 30px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    margin: 0 5px;
    border: none;
    border-bottom: 2px solid rgb(0, 0, 0);
    color: rgb(85, 13, 255);
    background: transparent;
    font-weight: bold;
    transition: border-color 0.3s;
    font-family: 'vazir';
}
.phone-input:focus {
    outline: none;
    border-bottom: 2px solid deepskyblue;
}
.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    margin: 0 5px;
    
}

