.authentification {
    margin-top: 30px;
    width: 500px;
    margin: 0 auto;
    text-align: left;
}

.input-group-text {
    background-color: #e7eff2;
	width:52px;
}

#errorMsg{
    position:fixed; 
    top:0; 
    left:0; 
    width:100%; 
    display:none;
}

#spacerLogin{
    height:225px
}