/***** LOGIN PAGE *****/

.login-body {
    background: center/80% url('../img/home.jpeg');
    background-size: cover;
    height:100vh;
}

.form-signin {
    max-width:330px;
    margin:100px auto;
    background:#fff;
    border-radius:5px;
    -webkit-border-radius:5px;
}
.form-signin h2.form-signin-heading {
    margin:0;
    padding:35px 15px;
    text-align:center;
    background:#aec785;
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    color:#fff;
    font-size:18px;
    text-transform:uppercase;
    font-weight:300;
    font-family:'Open Sans',sans-serif;
    border-bottom:10px solid #a0b87e;
}
.form-signin .checkbox {
    margin-bottom:14px;
    padding-left: 20px;
}
.form-signin .checkbox {
    font-weight:normal;
    color:#b6b6b6;
    font-weight:300;
    font-family:'Open Sans',sans-serif;
}
.form-signin .form-control {
    position:relative;
    font-size:16px;
    height:auto;
    padding:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.form-signin .form-control:focus {
    z-index:2;
}
.form-signin input[type="text"],.form-signin input[type="password"] {
    margin-bottom:15px;
    border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #eaeaea;
    box-shadow:none;
    font-size:12px;
}
.form-signin .btn-login {
    background:#1fb5ac;
    color:#fff;
    text-transform:uppercase;
    font-weight:300;
    font-family:'Open Sans',sans-serif;
    margin:20px 0 5px;
}
.form-signin p {
    text-align:left;
    color:#b6b6b6;
    font-size:16px;
    font-weight:300;
}
.form-signin a,.form-signin a:hover {
    color:#1fb5ac;
}
.form-signin a:hover {
    text-decoration: underline;
}
.login-wrap {
    position: relative;
}
.user-login-info {
    background:#eaeaec;
    margin:-20px -20px 20px -20px;
    padding:20px;
}
.user-login-info .form-control:last-child {
    margin-bottom:0 !important;
}
.registration {
    position:absolute;
    right:0;
    bottom:-35px;
    color: #b8bab9;
}

.login-body .right-grey-zone{
    background-color: rgba(40, 40, 40, 0.9);
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.login-form-redacteurs{
    margin: auto;
}

.login-body .form-inputs input{
    background-color: transparent;
    border: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-radius: 0px;
}

.login-body .form-inputs input:first-of-type{
    margin-bottom: 55px;
}

.login-body .form-inputs select:first-of-type{
    margin-bottom: 55px;
}

.login-body .login-remember{
    margin: 55px 0px;
    text-align: left;
}

.label-login-redacteurs{
    font-weight: normal;
    color: #948484;
}

.login-body .login-remember a{
    color: red;
}

.login-body .redacteurs-form-title-h1 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 160px;
}

.login-body .btn-login{
    background-color: #d30729;
    color: #fff;
}

.forgotPassConfirm{
    background-color: #d30729;
    border-color: #d30729;
}
/***** END LOGIN PAGE *****/