/*Forms*/


form ul {
  /*Possible to add first-child*/
  list-style: none;
  padding: 0;
}

form ul li {
  margin-bottom: 20px;
}

#username, #password {
  padding: 10px;
}

.submit {
  width: 70%;
  height: 43px;
  background: #3880c2;
  border: none;
  color: white;
}

.submit:hover, .submit:active {
  background: #275B8C;
}

/*Buttons*/
