.main-header {
    max-height: 80px;
    margin-bottom: 100px;
}

.main-header #logo-cauepilote {
    max-height: 60px;
    margin: 10px;
}

/* messages d'erreur */
#fos-user-content > div:first-child {
    margin: 15px auto;
    text-align: center;
    color: red;
    background-color: #cccccc;
    padding: 10px;
}

label, input, #fos-user-content > div:first-child {
    display: block;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: larger;
}

label {
}

input {
    border: 1px solid #999999;
    padding: 10px;
    margin-bottom: 40px;
}

input[type="submit"], #fos-user-content > div:first-child {
    text-transform: uppercase;
    border-radius: 5px;
}

input[type="submit"]:hover {
    background-color: #999999;
    transition: background-color ease 250ms;
}

#remember_me, label[for="remember_me"] {
    display: none;
}