body {
  font-family: Arial, sans-serif;
  text-align: center;
  background: linear-gradient(135deg, #f4f7fb, #e8eff8);
  padding: 120px 50px 50px;
}

input {
  margin: 10px 0;
  padding: 10px;
  width: calc(100% - 22px);
  border: 1px solid #ddd;
  border-radius: 3px;
}

input:focus {
  border-color: #007bff;
  outline: none;
}

button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

.info-text {
  margin-top: 20px;
  color: #555;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 24px;
}

form {
  max-width: 240px;
  width: 100%;
  margin: auto;
  padding: 24px;
  border: 1px solid #007bff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  background: #fff;
  border-radius: 8px;
}

.form-group {
  text-align: left;
  margin-bottom: 10px;
}

.form-group label {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  color: #555;
}

.form-group label {
  font-weight: 600;
  font-size: 0.875rem;
}

.form-group input {
  margin-top: 0;
  line-height: 1;
}

.banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: #1f2937;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
