/* LoginLayout */
@media only screen and (max-width: 900px) {
    .login-banner {
        display: none;
    }
}

.login-body {
    padding: 0px;
    height: 100%;
    width: 100%;
}

.login-container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-items: center;
}

.login-content {
    width: 50%;
    text-align: center;
    flex: 1;
}

.login-banner {
    flex: 1;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.login-banner.maxex { content: url(../../img/je-le-login-screen.png); }

.login-banner.arch { content: url(../../img/arch-lighthouse.png); }

.login-banner .details-btn {
    background-image: none;
    position: absolute;
    left: 30px;
    bottom: 60px;
}

.logo-container {
    align-content: center;
    margin-bottom: 20px;
}

.logo-container .arch {
    margin: auto;
    background-image: url(../../img/arch-logo.png);
    background-repeat: no-repeat;
    width: 400px;
    height: 150px;
}

/* Login */
#login-wrapper {
    position: static;
    margin: auto;
    width: 450px;
}

#login-wrapper .footer {
    padding-bottom: 20px;
}

/* ChangePassword */
#register-wraper {
    position: static;
    margin: auto;
    width: 420px;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* ExternalLoginFailure, ForgotPasswordEmailConfirmation,
    LostDeviceConfirmation, PasswordResetSuccessful */
.conf-msg-container {
    padding: 20px;
    margin-bottom: 20px;
}