#login-header {
    background : url("../images/logo_capgemini.png") no-repeat 8px 15px;
    height : 110px;
    margin-bottom: 30px;
}
.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  border-style: groove;
  width: 25%
}