html { 
  background: url(../img/log-in-page_3.jpg) no-repeat center bottom fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content-login input {
  color: #000;
}