.background_building
{
    background-image: url('../../../images/home_buildings.jpg');
    background-size:cover;
    height: 786px;
    max-height: 786px;
}

.loginform
{
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50);
    border-radius: 5px;
    margin-top: 100px;
    text-align:center;
}

.label-left
{
    text-align: left !important;
}

.loginform legend {
    font-size:30px;
    text-align:center;
    font-weight: bold;
    margin-top: 40px;
    border-bottom: none;
}

.block{
    margin-bottom: 20px;
}


.hr-legend {
    border-top: 3px solid #6B838E;
    width: 125px;
    margin-bottom:35px;
}

#_submit{
    background: #00BFA5;
    border-radius: 6px;
    width:216px;
    height:36px;
    border:none;
    margin-bottom: 40px;
    font-size: 17px;
    color: #FFFFFF;
}

.text-cgu{
    margin-bottom: 40px;
}