/*
    GENERAL
 */
@font-face {
    font-family: MinionPro;
    src: url("../fonts/MinionPro-Regular.otf") format("opentype");
}
@font-face {
    font-family: MinionPro;
    font-weight: bold;
    src: url("../fonts/MinionPro-Bold.otf") format("opentype");
}
@font-face {
    font-family: MinionPro;
    font-style: italic;
    src: url("../fonts/MinionPro-It.otf") format("opentype");
}
@font-face {
    font-family: Arial;
    src: url("../fonts/Arial.ttf") format("truetype");
}

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: rgba(0, 0, 0, 0.5);
}

.alert {
    border-radius: 0;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
}
.alert--error {
    background-color: #ffe5e5;
    border: solid 1px #d0021b;
    color: #d0021b;
}

.page-header__logo {
    display: none;
}
.page-footer__version {
    display: none;
}
.locale-switcher-link {
    color: #ffffff;
}
.locale-switcher-link:hover {
    color: #cec6bb;
}
.locale-switcher-link.current,
.locale-switcher-link.current:hover {
    color: #cec6bb;
}

/*
    PAGES
 */
.user-login-page .main-content {
    background: none;
}
.user-password-reset-page section {
    border-top: 0;
    background: none;
}
.user-login-page label,
.user-password-reset-page label {
    white-space: nowrap;
    padding-left: 25px;
}

.user-login-page input:invalid,
.user-password-reset-page input:invalid {
    box-shadow: none;
}
.user-login-page .fa,
.user-password-reset-page .fa {
    display: none;
}
.user-login-page .alert,
.user-password-reset-page .alert {
    max-width: 570px;
}
.user-login-page .panel,
.user-password-reset-page .panel {
    max-width: 650px;
    padding: 34px;
    background-color: #ffffff;
    border: solid 3px #000000;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.user-login-page .panel__header,
.user-password-reset-page .panel__header {
    border: none;
    background: none;
    padding: 0;
}
.user-login-page .panel__header .panel__title,
.user-password-reset-page .panel__header .panel__title {
    font-family: MinionPro, serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #333333;
    text-transform: uppercase;
}
.user-login-page .panel__content,
.user-password-reset-page .panel__content {
    padding: 26px 0 0 0;
}
.user-password-reset-page .panel__content > p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #333333;
}
.user-login-page .form__group,
.user-password-reset-page .form__group {
    float: left;
    background: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.user-login-page .remember-me {
    clear: left;
    padding: 10px 0 30px 0;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #333333;
}
.user-login-page .remember-me input {
    visibility: hidden;
    margin-right: 14px;
}
.user-login-page .remember-me label {
    position: relative;
    padding-left: 0;
}
.user-login-page .remember-me label:hover {
    cursor: pointer;
}
.user-login-page .remember-me label::before {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 1px #979797;
}
.user-login-page .remember-me label::after {
    visibility: hidden;
    content: " ";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 2px;
    left: 4px;
    background-color: #666666;
}
.user-login-page .remember-me.remember-me--checked label::after {
    visibility: visible;
}

.user-login-page .form__label-wrapper,
.user-password-reset-page .form__label-wrapper {
    position: absolute;
    left: -4px;
    pointer-events: none;
    transition: all 150ms;
}
.user-login-page .form__label-wrapper,
.user-password-reset-page .form__group--password .form__label-wrapper,
.user-password-reset-page .form__group--password-confirm .form__label-wrapper {
    top: 27px;
}
.user-password-reset-page .form__group--email .form__label-wrapper {
    top: 16px;
}
.user-login-page .form__group--active .form__label-wrapper,
.user-password-reset-page .form__group--password.form__group--active .form__label-wrapper,
.user-password-reset-page .form__group--password-confirm.form__group--active .form__label-wrapper {
    top: 14px;
}
.user-password-reset-page .form__group--email.form__group--active .form__label-wrapper {
    top: 7px;
}
.user-login-page .form__group--username .form__label,
.user-login-page .form__group--password .form__label,
.user-password-reset-page .form__group--email .form__label,
.user-password-reset-page .form__group--password .form__label,
.user-password-reset-page .form__group--password-confirm .form__label {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #333333;
}
.user-login-page .form__control-wrapper,
.user-password-reset-page .form__control-wrapper {
    background-color: #ffffff;
}

.user-login-page .form__group--username .form__control,
.user-login-page .form__group--password .form__control,
.user-password-reset-page .form__group--password .form__control,
.user-password-reset-page .form__group--password-confirm .form__control {
    width: 285px;
    height: 80px;
}
.user-password-reset-page .form__group--email .form__control {
    width: 365px;
    height: 60px;
}
.user-login-page .form__group--username .form__control,
.user-login-page .form__group--password .form__control,
.user-password-reset-page .form__group--email .form__control,
.user-password-reset-page .form__group--password .form__control,
.user-password-reset-page .form__group--password-confirm .form__control {
    padding-left: 20px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
}
.user-login-page .form__group--username .form__control,
.user-password-reset-page .form__group--password .form__control {
    border-right: none;
}
.user-login-page .form__group--username .form__control,
.user-login-page .form__group--password .form__control,
.user-password-reset-page .form__group--password .form__control,
.user-password-reset-page .form__group--password-confirm .form__control {
    padding-top: 30px;
}
.user-password-reset-page .form__group--email .form__control {
    padding-top: 26px;
}

.user-login-page .form__buttons,
.user-password-reset-page .form__buttons {
    padding: 0;
}
.user-login-page .button--primary,
.user-login-page .button--primary:hover,
.user-password-reset-page .button--primary,
.user-password-reset-page .button--primary:hover {
    float: left;
    background: #000000;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.user-login-page .button--primary,
.user-login-page .button--primary:hover {
    width: 121px;
    height: 55px;
}
.user-password-reset-page .form--reset-password .button--primary,
.user-password-reset-page .form--reset-password .button--primary:hover {
    width: 205px;
    height: 60px;
}
.user-password-reset-page .form--reset-password-confirm .button--primary,
.user-password-reset-page .form--reset-password-confirm .button--primary:hover {
    margin-top: 13px;
    width: 205px;
    height: 55px;
}
.user-login-page .button--link,
.user-login-page .button--link:hover {
    float: right;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    text-decoration: none;
}
.user-login-page .button--link:hover {
    color: #666666;
}
.user-login-page .button--reset-password,
.user-login-page .button--reset-password:hover {
    margin-right: -9px;
    margin-top: -62px;
}
.user-login-page .button--register,
.user-login-page .button--register:hover {
    margin-right: -9px;
    margin-top: -42px;
}
.user-login-page .button--primary:hover:after,
.user-login-page .button--link:hover:after,
.user-password-reset-page .button--primary:hover:after{
    content: " \2192";
}
.user-password-reset-page .button--link {
    display: none;
}

@media only screen and (max-width : 674px) {
    .user-login-page .alert,
    .user-password-reset-page .alert {
        max-width: 100%;
    }

    .user-login-page .panel,
    .user-password-reset-page .panel {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .user-login-page .form__group,
    .user-login-page .form__group .form__control-wrapper,
    .user-login-page .form__group .form__control-wrapper input,
    .user-password-reset-page .form__group,
    .user-password-reset-page .form__group .form__control-wrapper,
    .user-password-reset-page .form__group .form__control-wrapper input {
        width: 100%;
    }

    .user-login-page .form__group--username,
    .user-password-reset-page .form__group--password {
        margin-bottom: 0;
    }

    .user-login-page .form__group--username .form__control,
    .user-password-reset-page .form__group--password .form__control {
        border-right: solid 1px #e6e6e6;
        border-bottom: none;
    }

    .user-login-page .button--link,
    .user-login-page .button--link:hover {
        margin-right: -15px;
    }
}

@media only screen and (max-width : 420px) {
    .user-login-page .button--primary,
    .user-login-page .button--primary:hover,
    .user-password-reset-page .button--primary,
    .user-password-reset-page .button--primary:hover {
        float: none;
    }

    .user-login-page .button--primary {
        margin-right: 15px;
    }

    .user-login-page .button--link,
    .user-login-page .button--link:hover {
        float: none;
        padding-left: 0;
        margin-top: 20px;
    }
}