.content {
    background: rgba(37,46,72,1);
    font-size: 14px;
}

.content, .container-fluid{
    height: 100%;
}

input[type=text]:focus, input[type=password]:focus {
    box-shadow: none;
    border: 1px solid rgba(37,46,72,1);
    background-color: rgba(241,243,247,1) !important;
}

.login-container {
    background-color: rgba(241,243,247,1);
    height: 80%;
    margin: auto;
    width: 40%;
    min-width: 750px;
    color: rgba(37,46,72,1);
    min-height: 600px;

}

.header-login {
    margin-top: 30px;
    margin-left: 15px;
}

.loginForm {
    margin-left: 120px;
    margin-right: 120px;
    font-size: 12px;
}

.login-element {
    margin-top: 25px;
    font-weight: bold;
    font-family: Montserrat-SemiBold !important;
    margin-bottom: 1rem;
}

.login-element-renew {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.btn {
    background-color: rgba(37,46,72,1);
    border-radius: 10px;
    height: 40px;
    border: none;
    font-size: 14px;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
    color: #fff;
    background-color: rgba(37,46,72,1);
    border: none;
    box-shadow: none;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: rgba(37,46,72,1);
    border: none;
    box-shadow: none;
}
.alert {
    padding: 0;
    font-size: 13px;
}

.alert-logo {
    width: 25px;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}

.alert-logo img {
    width: 15px;
}

.error-message {
    margin-left: 10px;
    font-size: 12px;
    margin-top: 4px;
    height: 20px;
}

.login-element a {
    text-decoration: none;
    color: rgba(37,46,72,1);
    font-family: Montserrat-SemiBold !important;
}

.retour, .valider {
    width: 150px;
    float: left;
}

.valider {
    margin-left: 10%;
}

.retour {
    border: 1px solid rgba(37,46,72,1);
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
}

.retour a {
    height: 38px;
    background-color: rgba(241,243,247,1);
    color: rgba(37,46,72,1);
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
}

.renew-actions {
    margin-top: 150px;
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
}

input[type=text], input[type=password] {
    margin-top: 5px;
    height: 35px;
    border-radius: 10px;
    background-color: rgba(241,243,247,1);
    border: 1px solid rgba(37,46,72,1);
    font-size: 12px;
}

.validation-container {
    text-align: center;
}

.email-sent-title {
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 30px;
}

.termine {
    color: rgba(241,243,247,1) !important;
    width: 150px;
    padding-top: 8px;

}

.password-requirements {
    font-size: 11px;
    color: #007bff;
}

.main-login-container {
    margin:0;
    height: 100%;
}

.header-login .col-sm-2 img {
    float:left;
}

.forgotten-password-link {
    text-align:center;
}

.validation-container img {
    width: 90px;
}

#go-to-login {
    width: 300px;
}