@font-face {
    font-family: sans;
    src: url("../fonts/Product Sans Regular.ttf");
}

body{
    margin: 0;
}
.box-login{
    /* border: 1px solid black; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    background: none;
    justify-content: center;
    align-items: center;
}
/* .video-container{
    position: absolute;
    mix-blend-mode: overlay;

} */
.inset-box-login{
    padding: 24px;
    width: 30% !important;
    display: block;
    justify-content: center;
    /* border: 1px solid black; */
    background: #ffffff;
    border-radius: 16px;
    z-index: 3000;
    width: 30%;
    color: #ffffff;
}

.inset-box-login > h2{
    text-align: center;
    font-family: sans;
    margin: 0 0 16px;
    font-weight: bold;
    color: #b82e2e;
}
.div-input{
    display: grid;
}
.div-input > label{
    font-family: sans;
    margin: 0 0 8px;
}
.div-input > input{
    font-family: sans;
    height: 38px !important;
    background: none;
    padding-left: 8px;
    outline: none !important;
}
.div-input > input::placeholder{
    padding-left: 8px;
}
.send-code{
    margin-top: 16px;
    width: 100%;
    padding: 8px;
    background: #ffffff;
    cursor: pointer;
    transition: 0.5s;
    color: #546271;
    font-family: sans;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 900;
}
.text-back-login{
    margin: 16px 0 8px;
    display: flex;
    justify-content: center;
    font-family: sans;
    text-align: center;
    font-family: sans;
}

.Confirm{
    display: none;
}


.iti__country-name{
    display: none !important;
}
@media (max-width: 990px) {
    .inset-box-login{
        padding: 24px;
        width: 40% !important;
    }
}
@media (max-width: 680px) {
    .inset-box-login{
        padding: 24px;
        width: 80% !important;
    }
}