/* -- Specific styles ----------------------------- */
form {
    margin: 0;
    padding: 0;
}

form br {
    display: none;
}

.login {
    margin: 0 auto;
    width: 500px;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 10px;
}

h1 {
    margin-bottom: .5em;
}

p {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

#lock {
    background: url(../../img/interface/j_login_lock.jpg) 50% 0 no-repeat;
    width: 150px;
    height: 137px;
}

#content-box {
    padding: 30px 0;
}

#content-box .m {
    padding: 10px;
}

.login_row {
    display: flex;
}

.tools_box {
    flex: 1;
}


#section-box {
    flex: 2;
    padding: .5em;
}

#form-login {
    font-size: 1.2em;
}

.form_row {
    position: relative;
    margin-bottom: .5em;
}

.form_row i {
    position: absolute;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
    margin-right: .25em;
    color: #303030;
    font-size: 1.25em;
}

.form_row input {
    padding: .5em 1.5em .5em 3em;
    width: 100%;
    background: #E6E6E6;
    border: none;
    border-radius: 50px;
    outline: 0;
}

.form_row input:before {
    font-family: 'FontAwesome';
}

#modlgn_username:before {
    content: '\f2be';
}

#modlgn_passwd {
    content: '\f023';
}

button[type="submit"] {
    display: block;
    width: 100%;
    margin-left: auto;
    padding: .5em 1em;
    border: none;
    border-radius: 50px;
    background: #578693;
    color: #fff;
    letter-spacing: .025em;
    transition: all ease 300ms;
    cursor: pointer;
}

button[type="submit"]:hover {
    background: #306A7A;
}

button[type="submit"] i {
    margin-left: .5em;
    transition: all ease 300ms;
}
button[type="submit"]:hover i {
    margin-left: 1em;
}

#logos-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

img.logo_organisme {
    max-width: 140px;
    max-height: 140px;
    height: auto;
    width: auto;
    display: block;
}
