@import url(general.css);
.full__window{
    height: 100vh;
    background-color: rgb(0 0 0 / 3%);
}
.login__box{
    width: 30%;
    background-color: #fff;
    padding: 45px;
 }
.login__box img{
    max-width: 100px !important;
}
img[alt="avatar"]{
    width: 30px;
}
@media screen and (max-width: 992px) {
    .full__window{
        height: 100vh;
        background-color: rgb(0 0 0 / 3%);
    }
    .login__box{
        width: 90%;
        background-color: #fff;
        padding: 45px;
         margin: 0 auto;
    }
    .login__box img{
        max-width: 100px !important;
    }
}
.text-code-enter{
    text-align: center;
    letter-spacing: 10px;
}


.mask {
    width: 100%;
    height: 100vh;
    background-color: rgba(5, 15, 84, 0.201);
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    align-items: center;
    justify-content: center;
}

.mask__hide__box {
    width: 100%;
    height: 100%;
    position: absolute;
}
.edit_phone_sms__box{
    height: auto;
    padding: 20px ;
    z-index: 1000;
}
.edit_phone_sms__box input{
    border: 1px solid rgb(225, 225, 225);
    padding: 5px 10px;
    text-align: center;
}