.register-button-container {
  margin-top: 10px;
  text-align: left;
}

.register-button {
  display: inline-block;
  padding: 8px 16px;
  background-color: #007ACC;
  color: #fff !important;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.register-button:hover {
  background-color: #005A99;
}
