/* Couleurs */
body.login,
#error-page {
    background-image: url("../../../../img/background-login.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #1D246E;
}

#login {
    display:block;
    width: auto;
    max-width: 396px;
    background-color: #FFFFFF;
    padding: 30px;
    text-align: center;
    height: calc(100vh - 60px);
    margin-left: 0;
}

.login h1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login h1 a {
    height: 150px;
    background-size: contain;
    width: 100%;
    padding: 30px;
    background-position: center;
    background-image: url("../../../../img/dagobah.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    font-size: unset;
    line-height: unset;
}

.login form {
    margin: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

p.submit {
    text-align: center;
}

.login label {
    color: #1D246E;
    font-weight: 200;
}

#wp-submit {
    width: 100%;
}

#wp-submit,
.button-primary {
    border: 1px solid #1D246E;
    color: #1D246E;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    float: none;
    margin: auto;
    margin-top: 40px;
    transition: all .3s ease-in-out;
}

#wp-submit:hover,
.button-primary:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

p#nav,
.login #login_error a {
    display: none;
}

.login #backtoblog {
    padding: 0;
}

p#backtoblog {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    text-align: center;
}
#login a,
p#backtoblog a,
p#backtoblog a:hover,
p#backtoblog a:visited,
p#backtoblog a:active {
    color: #1D246E;
    transition: all .3s ease-in-out;
}
#login a:hover,
p#backtoblog a:hover {
    color: #EA5C3E !important;
}

.login .message,
.login #login_error {
    font-weight: 200;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.login .message strong,
.login #login_error strong {
    font-weight: 800;
}

.login .message {
    color: #1D246E;
}

.login #login_error {
    color: #dc3207;
    max-width: 320px;
}

.language-switcher {
    margin-right: 0;
}