#login-form {
    position: absolute;
    top: 25%;
}
#login-form h2 {
    margin-bottom: 10%;
}
.pca_logo {
    background-image: url(../img/pca_logo_tranparent.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 25px;
    bottom: 10px;
    position: relative;
}
.error-login {
    font-size: 13px !important;
    text-align: center !important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
#login-form form {
    padding: 20px 0;
}

div.banner{
    /*    background-position	: bottom; */
    background-image: url("../img/banner.jpg");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; 
    width:100%;
    height: 100%;
}
div.formulaire{
    background-color: white;
    height: 100%;
}
div.formulaire header {
    padding: 0 50px;
}
div.formulaire form {
    background-color: #DDE6EA;
    margin: 30px -15px;
    padding: 30px 50px 100px;
    width: 100%;
    position: absolute;    
}
div.formulaire p{
    margin-top: 25px;
    font-size: 12px;
    color: #696969;
}
div.formulaire label, div.formulaire input[type='submit']{
    font-size: 12pt;
    font-weight: 800;
    margin-top: 20px;
}
div.formulaire input {
    height: 55px
}
div.formulaire  input[type='submit'] {
    margin-top: 40px;
}
div.formulaire .mdpoublie{
    margin-top: 24px;
    color : #142b67!important;
    float:right;
    font-size: 10pt;
}

div.formulaire div.error-login{
    position:absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 5px;
}