.modal-logo {
    width: 80%;
}
.white-bg {
    background-color: #ffffff;
}
.black-bg {
    background-color: #262626;
}
#login-modal input[type=text],
input[type=password] {
    margin-top: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#div-forms form {
    margin: 10px !important;
}
#div-forms button {
    width: 100%;
}
#div-forms input {
    height: 30px;
    border: none;
    padding: 0 5px;
}
#div-forms input[type='checkbox'] {
    height: 28px;
    vertical-align: top;
}
#div-forms input[type='submit'] {
    width: 100%;
    border-radius: 20px;
    background-color: #E7AC44;
    color: #ffffff;
}
#div-forms input[type=text],
input[type=password] {
    background-color: #f2f2f2;
    width:100%;
}
.post-error {
    color: #ce0000;
}
.forgot-password a {
    color: #369bd7;
}
.actions label {
    display: inline-block;
    margin-bottom: 0;
    line-height: 34px;
    font-weight: normal;
}
/** /CONNEXION **/