/**
 * 
 * CSS personnalisée du fond de la page inscription
 * Projet enrichissement visuel de la page inscription
 *
 * Projets utilisateurs : easyflirt.com
 *
 *
 * @started     10/11/2015
 * @project     easyflirt.com
 * @namefile    register-backgrounnd.css
 * @fileversion 1.0.0
 * @cssversion  css3
 */
body {
    background: no-repeat center 120px scroll;
/*    background-size: cover;*/
}

#wrap {
/*    background-color: rgba(255, 255, 255, 0.6) !important;*/
/*    min-height: 720px;*/
}

#menu .box {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
#menu .box > p {
    font-size: 18px;
}

#menu .box > p.ez-geolink {
    font-size: 24px;
}

#today h1 {
    text-shadow: 2px 2px 4px #fff;
}

#ez-register-form-submit-element button {
    border: 0px none !important;
    background: transparent url("/static/img/ch1/register-btn1.png?v1") no-repeat scroll 0% 0% !important;
    width: 307px !important;
    height: 50px !important;
    max-height: 50px !important;
    font-size: 20px !important;
    font-weight: bold;
    color: #FFF !important;
    cursor: pointer !important;
    text-shadow: 1px 1px 1px #6EB300 !important;
}

#register-top,
#register-bottom {
    background: none !important;
}

#register-top {
    padding: 30px 0px 0px 30px;
}

#register-block {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
    width: 550px;
}

#cgu-datas {
    color: #808080;
    font-size: 63%;
    text-align: justify;
    width: 90%;
}

.easy_inscris img {
    cursor: pointer;
}