html {
    height: 100% !important;
}

.login-page, .register-page {
    background: #002856;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.login-box, .register-box {
    width: 646px;
    display: flex;
    margin: 0;
}

.login-box-body {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .login-box, .register-box {
        width: 360px;
    }

    .login-box-img {
        display: none;
    }
}