body {
  background: url('..assets/image/bg-CFNhb_0R.jpg') no-repeat center center fixed;
  background-size: cover;
}


.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 48px;
}

.logo {
  font-size: 28px;
  font-weight: bold;
  color: #3C4BFF;
}

.lang-switcher button {
  background: #fff;
  border: none;
  border-radius: 20px;
  padding: 6px 14px;
  margin-left: 6px;
  cursor: pointer;
  font-weight: 600;
}

.form-container {
  max-width: 480px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  padding: 40px;
  margin: 60px auto;
  text-align: center;
}

.form-container h2 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

.form-group {
  text-align: left;
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.form-group input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 14px;
}

.btn-submit {
  margin-top: 20px;
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border: none;
  background-color: #3C4BFF;
  color: white;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-submit:hover {
  background-color: #2f38cc;
}
