body.register-page {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  background-color: #f1f1f1;
  font-family: Arial, sans-serif;
}

.register-container {
  background: white;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
}

.register-header {
  margin-bottom: 20px;
  text-align: center;
}

.register-form .form-row {
  margin-bottom: 15px;
}

.register-form input {
  width: 100%;
  padding: 8px;
  margin-top: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.register-button {
  width: 100%;
  padding: 10px;
  background-color: #000;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
}

.register-button:hover {
  background-color: #2980b9;
}

.register-footer {
  margin-top: 15px;
  text-align: center;
}

.register-link {
  color: #2980b9;
  text-decoration: none;
}

.register-link:hover {
  text-decoration: underline;
}

.register-message {
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.register-message.error {
  background-color: #f8d7da;
  color: #842029;
}

main.content-wrapper {
  background: none;
  box-shadow: none;
  padding: 0;
}

.register-container {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  margin: 50px auto;
  max-width: 400px;
}

.register-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 60px);
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.register-container {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.register-message {
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
}
.register-message.error {
    background-color: #f8d7da;
    color: #842029;
    border: 1px solid #f5c6cb;
}

.cookie-notice {
    font-size: 0.75rem;
    color: #6c757d;
    text-align: center;
    margin-top: 15px;
    line-height: 1.4;
    padding: 0 10px;
    opacity: 0.9;
}
