
/*** fonts ***/

@font-face {
    font-family: 'ARS Maquette';
    src: url('fonts/arsmaquettepro-light.woff2') format('woff2'), url('fonts/arsmaquettepro-light.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'ARS Maquette';
    src: url('fonts/arsmaquettepro-lightitalic.woff2') format('woff2'), url('fonts/arsmaquettepro-lightitalic.woff') format('woff');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'ARS Maquette';
    src: url('fonts/arsmaquettepro-medium.woff2') format('woff2'), url('fonts/arsmaquettepro-medium.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'ARS Maquette';
    src: url('fonts/arsmaquettepro-mediumitalic.woff2') format('woff2'), url('fonts/arsmaquettepro-mediumitalic.woff') format('woff');
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'ARS Maquette';
    src: url('fonts/arsmaquettepro-bold.woff') format('woff');
    font-weight: 900;
    font-style: normal
}

.ars-maquette {
    font-family: 'ARS Maquette' !important;
}

/*** layout ***/

body, 
html {
    height: 100%;
}

.container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.flex-div {
    height: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.left-half {
    background-color: #ffffff;
    text-align: center;
}

.right-half {
    background-color: #105688;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .main {
        flex-direction: column;
    }

    .left-half {
        display: none;
    }
}

/*** semantic ***/

input,
.ui {
    border-radius: 0 !important;
}

/*** styles ***/

.copyright {
    color: #ffffff;
    font-size: 12px;
    margin-top: 6px;
    text-align: center;
}

.error-message {
    margin-top: 4px;
    color: #9f3a38;
}

.password-header {
    margin-top: -4px !important;
}

.password-rules {
    margin: 0 30px 14px 30px !important;
}

.password-submit-button {
    background-color: #ff7d24 !important;
    color: #ffffff !important;
}

.right-half-content {
    text-align: left;
    font-size: 14px !important;
}

.right-half-content-message {
    margin-bottom: 0px;
}

.responsive-logo {
    text-align: center;
    display: none;
}

@media screen and (max-width: 991px) {
    .password-header {
        margin-top: 8px !important;
    }

    .responsive-logo {
        display: block;
    }
}
