
body {
    background-color: #0c84e4;
}
.boite-cnx {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    margin-bottom: 10px;
    top: 15vh;
}
label {
    margin: 0;
    text-transform: uppercase;
    color: #aaa;
}
.form-control {
    height: 32px !important;
}
.courriel {
    margin: 20px 0;
}
.motdepasse {
    margin-bottom: 25px;
}
.courriel input, .motdepasse input {
    padding: 0 0 5px;
    font-size: 1.5em !important;
    color: #777;
}
.logo-boite {
    height: 11em;
    width: 100%;
    background-image: url('../img/logo_calopee.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.nom-eglise {
    color: #0c84e4;
    text-align: center;
    margin: 1em;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: lighter;
}

#jaioublie {
    border: 0;
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
}
#jaioublie:hover {
    color: #aaa;
}
#oubli {
    display: none;
}
