html, body {
    overflow: hidden;
}

body.with-footer {
    padding-bottom: 0 !important;
}

.remember-password-group label {
    color: #797a7a;
}

#rememberUsernameCheckboxId {
    width: 20px;
    height: 20px
}

#loginFormId .input-group {
    margin-bottom: 2rem;
}

#loginFormId .form-control {
    height: 34px;
}

.img-left {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../_img/left_bg_login.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    min-height: 610px;
}

.img-right {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../_img/right_bg_login.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    min-height: 510px;
}

#login-form {
    padding-left: 30px;
    padding-right: 30px;
    width: 60%;
    height: 95%;

    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

#login-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#login-icon {
    color: rgb(9, 84, 161);
    font-size: 46px;
}

#login-icon-text {
    color: #0954a1;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    width: 15rem;
}

#login-logo-container {
    padding-top: 65px;
}

.copyright {
    text-align: center;
    padding: 30px;
}

.footer {
    display: none;
}

@media (max-height: 767px) {
    #login-form {
        margin-top: 10px !important;
    }

    #login-logo {
        height: 70px;
    }

    #login-logo-container {
        padding-top: 10px !important;
    }

    #login-icon {
        font-size: 36px;
    }

    #login-icon-text {
        font-size: 14px;
        width: 10rem;
    }
}

@media (max-width: 548px) {
    #login-form {
        width: 70% !important;
    }
}

@media (max-height: 510px) {
    html {
        overflow-y: auto;
    }
}

.translate-button {
    min-width: 100px;
    color: #0954a1;
}