.account-container {
  background-color: white;
  border: 3px solid #9eb384;
  border-radius: 30px;
}

#signup-option-separator {
  border-left: 2px solid rgb(232, 232, 232);
}

input {
  border: 1px solid #9eb384;
  border-radius: 4px;
  background-color: #faf1e4;
  padding: 5px;
  width: 80%;
}

input:hover {
  border: 1px solid #435334;
}

input:focus {
  border: 1px solid #435334;
  box-shadow: 0 0 5px #9eb384;
  outline: none;
}

input::placeholder {
  color: #9eb384;
}

ul.errorlist {
  list-style-type: none;
  margin: 0;
  padding: 0 0.5em;
}

/*# sourceMappingURL=login.css.map */
