/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31 janv. 2020, 10:28:11
    Author     : pc_samba
*/

.div_connexionGenerale h1,
.div_inscriptionGenerale h1 {
    font-size: 2.5em;
}

.div_connexionGenerale h1 .titreBureau {
    background: none;
    padding-left: none;
    padding: 0;
    height: auto;
}

.div_connexionGenerale h1:before {
    content: '';
    background: #fff url(./img/logo-lozere-resa-raccourcis-blanc.svg) no-repeat center;
    display: block;
    width: 65px;
    height: 65px;
    background-size: 50px 50px;
    border-radius: 5px;
    margin: 0 auto 20px;
}

.div_connexionGenerale h1 .sousTitreBureau,
.div_inscriptionGenerale h1 .sousTitreBureau {
    display: none;
}

.div_connexionGeneraleContent,
.div_step {
    background: #fff;
    padding: 35px;
    border: 1px #ddd solid;
}

.div_connexionForm input[type='text'],
.div_connexionForm input[type='password'] {
    background: #efefef !important;
    border: 1px #ddd solid;
    width: 100% !important;
    padding: 10px;
    margin-bottom: 20px;
}

.div_connexionForm input[type='submit'] {
    background: #e41772;
    border: none;
    padding: 10px 20px;
    margin-bottom: 0;
}

.div_connexionForm input[type='submit']:hover {
    background: #ac2367;
}
