.login {
  background:transparent;
  color:white;
}

.login label{
  font-weight:normal;
}

body {
  padding-top:40px;
}

.date label {
  width:100%;
}
.date select {
  width:10%;
  display:inline-block;
}
.date select:nth-child(2) {
  width:20%;
}