
label {
  color: #7a7a7a;
  font-weight: 400;
}

button, input {
  line-height: 40px;
  color: #949494;
  outline: none;
  padding: 0 15px;
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #f1f2f3!important;
  background-color: transparent;
  margin-bottom: 20px;
}

input[type=text], input[type=password] {
  font-size: 1.2em;
  color: #0f2f7f;
}

button, input[type=submit] {
  border: 2px solid #0f2f7f !important;
  outline: none;
  line-height: 40px;
  background-color: white;
color: #0f2f7f;
  padding: 0 20px;
  margin-top: 20px;
  display: block;
  font-weight: 700;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

button.danger {
  border: 2px solid #dc3545 !important;
  color: #dc3545;
}

button:hover, input[type="submit"]:hover {
  background-color: #0F2F7F;
    color: white;
}

button.danger:hover {
  background-color: #dc3545;
    color: white;
}


ul.errorlist {
  color: #dc3545;
  list-style-type: none;
  padding: 0;
}
