div#popup-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 222;
    display: flex;
    background: rgb(0 0 0 / 59%);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all ease;
    z-index: 222;
    transform: scale(1.05);
}

.form-loader {
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    font-size:25px;
    backdrop-filter: blur(1px);
    z-index: 100;
    background: rgba(0,0,0,0.3);
    color: white;
}

.popup-title {
    /* font-family: 'Inter'; */
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    color: #27272E;
    font-weight: 900;
}

.popup-subtitle {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    /* margin-bottom: 40px; */
    /* font-family: 'Inter'; */
}

.form-verify2 {
    display: flex;
    margin: 30px auto 10px;
    justify-content: center;
    direction: ltr;
}

.form-verify2 input {
    width: 77px;
    height: 110px;
    line-height: 100px;
    text-align: center;
    color: #070353;
    font-size: 70px;
    font-weight: 700;
    margin: auto 10px;
    border: 1px dashed #BBB;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    outline: none;
    transition: 0.3s all ease;
}
 

button.button.blue {
    width: 100%;
    text-align: center;
    background: #070353;
    border-radius: 68px;
    outline: none;
    cursor: pointer;
    line-height: 50px;
    outline: none;
    border: 0px;
    /* font-family: Inter; */
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    color: white;
    position: relative;
    margin-top: 50px;
    font-family: 'Noto Sans', 'Open Sans';
    height: 60px;
    padding: 0;
    line-height: 60px;
    max-width: 370px;
    border-radius: 10px;
}

.form-verify2 input:focus {
    box-shadow: 0px 0px 8px -1px rgb(8 165 237);
    border-color: rgb(8 165 237);
}

div#popup-login.active {
    visibility: visible;
    z-index: 9;
    opacity: 1;
    transform: none;
}

.popup-subtitle strong {
    font-weight: 700;
}
