.login-form {
    width: 100%;
    max-width: 360px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Grundlayout */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif !important;
}

html, body {
  display: flex;
  background-color: #f5f7fa;
  color: #333;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}