/* ===================================================
    REGISTER PAGE
======================================================= */
.login-password {
    display: none !important;
}

.register-form input[type=text].full-width {
    margin: 15px 0 0;
    width: 100%;
}



/* ===================================================
    RESPONSIVE
======================================================= */
@media screen and (max-width: 500px) {
    /*=================== login =================*/
    .background .container {
        width: 100%;
    }

    .login-page .login-box {
        width: 100%;
        max-width: 100%;
        min-height: 100vh;
    }

    .login-page .log-head {
        margin-top: 50px;
    }

    .login-page .login-form label {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .logo {
        margin-top: -50px;
    }

    /*==================== login password ========================*/
    .login-password {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .verify-phone .verif-top {
        flex-direction: row;
        justify-content: space-between;
    }

    /*==================== register first time ========================*/
    .logo.top-logo {
        margin-top: 50px !important;
    }

    /*==================== verification ========================*/
    .logo.code-logo {
        margin-bottom: 50px !important;
    }

}

@media screen and (max-width: 350px) {
    .verify-phone .verif-top {
        justify-content: center;
    }

    .information-items {
        flex-wrap: wrap;
    }

    .each-item-information {
        margin-bottom: 7px;
        width: 50%;
    }


}