.form-main-container {
  background: url('/static/images/background.jpg') no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
}

.card {
  background-color: white;
  border-radius: 20px;
}

input[type="email"] {
  padding: 12px 20px;
  width: 280px;
  border: 1px solid #ccc;
}