body {
  font-family: arial, sans serif;
}

label {
  display: block;
  font-size: 11px;
  margin-top: 6px;
  text-transform: uppercase;
  color: #333333;
}

input[type=text],input[type=password] {
  margin: 0;
  border: solid 1px silver;
}

.message {
  color: black;
  background-color: yellow;
  padding: 10px;
}