.errorlist {
  color: red;
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.errorlist li::before {
  content: "• ";
  color: red;
  font-weight: bold;
}

.alt-button {
max-width: 105px;
}

.register-button{
  display: flex; 
  gap: 10px;
}