body,
html {
    margin: 0;
    padding: 0;
    height: 100%
}

.new-login {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/bg-reinitialisation-mot-de-passe.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center
}

.new-login .field-edit {
    width: 100%;
    margin: 20px auto
}

.new-login .field-new {
    width: 80%;
    margin: 30px auto 0;
}

.new-login .login-box {
    position: relative;
    text-align: center;
    top: 17%
}

.new-login .trait_dessus {
    padding: 0px;
    margin: 0px;
    border: none;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(85, 85, 85, 0), #999, #fff, #999, rgba(85, 85, 85, 0))
}

.below-logo-text {
    font-size: 20px;
    margin-top: 15px
}

.form-section {
    margin-left: auto;
    margin-right: auto;
}

.text-red {
    color: #d3102a !important
}

.text-white {
    color: white
}

input[type="email"],
input[type="password"] {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    box-shadow: inset 0 0;
}

.actions {
    margin-top: 20px
}

.back-link {
    margin-top: 20px;
}

.back-link a {
    color: #b1b1b1;
    font-size: 12px;
}

.float-left {
    float: left
}

.error-message {
    color: #ff0000 !important;
	font-weight: bold;
    font-size: 11px;
    margin-top: 5px;
}

.validation-message {
    color: #198754 !important;
	font-weight: bold;
    font-size: 11px;
    margin-top: 5px;
}