body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(135deg, #f06, #aaf, #0cf) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}

.form-container {
  background: rgba(255, 255, 255, 0.95);
  padding: 25px 20px;
  border-radius: 8px;
  width: 320px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

h2 {
  margin-bottom: 5px;
  font-size: 24px;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
}

.password-container {
  position: relative;
}

.password-container i {
  font-size: 18px;
  color: #555;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.options {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}

.options a {
  color: #007bff;
  text-decoration: none;
}

.options a:hover {
  text-decoration: underline;
}

.logo-top {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
  height: auto;
}
