body
{
    background-color: #ff6200;
    width: 100%;
    height: 768px;
    font-family: "Opificio", Helvetica, Arial, sans-serif;
    overflow: hidden;
}

#mezimo_logo
{
    position : fixed;
    top :29em;
    left : 50%;
    margin-top: -33em;
    margin-left: -10.5em;
}

#bg_circle_1
{
    z-index: -5;
    width:96em;
    height:96em;
    border-radius: 96em;
    background-color: white;
    position: fixed; /* bloquer le scroll */
    top: 29em; /*positionner le centre du cercle au centre de l ecran */
    left: 50%;
    margin-top: -48em; /* height / 2 */
    margin-left: -48em; /* width / 2 */
}

#bg_circle_2
{
    z-index: -4;
    width:80em;
    height:80em;
    border-radius: 96em;
    background-color: #ff6200;
    top: 29em;
    left: 50%;
    position: fixed;
    margin-top: -40em;
    margin-left: -40em;
}

#bg_circle_3
{
    z-index: -3;
    width:64em;
    height:64em;
    border-radius: 96em;
    background-color: white;
    top: 29em;
    left: 50%;
    position: fixed;
    margin-top: -32em;
    margin-left: -32em;
}

#bg_circle_4
{
    z-index: -2;
    width:30em;
    height:30em;
    border-radius: 30em;
    background-color: #2CA2A6;
    border-style: solid;
    border-width: 0.5em;
    border-color : #1E6D6F;
    top: 29em;
    left: 50%;
    position: fixed;
    margin-top: -15em;
    margin-left: -15em;
}

#bg_circle_5
{
    z-index: -2;
    width:24em;
    height:24em;
    border-radius: 30em;
    background-color: #8dc2c4;
    top: 29em;
    left: 50%;
    position: fixed;
    margin-top: -12em;
    margin-left: -12em;
}

#logo{
    position: fixed;
    /*left: 50%;*/
    /*margin-left: -7em;*/
    display: inline-block;
    bottom: 1em;
    right : 1em;
}

#logo a
{
    text-decoration : none;
}

#cgu{
    position: fixed;
    left: 95%;
    bottom: 0%;
}

#cgutext{
    text-decoration: none;
    color:white;
}

.forgotten
{
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
}

.forgottentext {
    color: #22616A;
}

.champs_connexion{

    position : fixed;
    top :29em;
    left : 50%;
    width : 16em;
    margin-top: -8em;
    margin-left: -8em;
}

.user_pass{
    width: 100%;
    height:40px;
    color:#22616A;
    border:solid;
    border-color:#2A878A;
    border-width:1px;
    background-color:#E7F7F8;
    margin-bottom: 20px;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.remember{
    display: inline;
    width: 13px;
    height: 13px;
    text-align: left;
}

.remember, label {
    clear: right;
    color:#22616A;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.validationbox{
    bottom: 10%;
    padding-top: 30px;
    text-align: center;
}

.validation{
    background-color:#2CA2A6;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
    font-weight: 700;
    -moz-user-select: none;
    box-sizing: border-box;
    color: white;
    border: solid #1E6D6F 1px;

}

footer{
    margin: 0;
}


.alert{
    color: red;
    margin-top: -4em;

}