#registerFilterForm {
  float: right;
  padding-bottom: 7px; }

.register-div, .register-div:hover, .register-div:active, .register-div:focus {
  background: #332B29;
  color: white;
  text-shadow: 0px 0px white;
  width: 250px;
  height: 50px;
  font-size: 20px; }

.error-input {
  outline: none;
  border-color: #FF3333;
  box-shadow: 0 0 10px #FF3333; }

