body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-image: url('../images/Mask Group.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  padding: 20px 0;
}

.register-container {
  max-width: 500px;
  margin: 50px auto;
  background-color: white;
  padding: 40px 45px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.logo-section {
  text-align: center;
  margin-bottom: 30px;
}

.logo-section img {
  max-width: 320px;
}

.register-heading {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  color: #333;
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 500;
}

.register-form {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background: #DEEBFF;
  display: block;
  width: 100%;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  box-sizing: border-box;
}

.register-form:focus {
  border-color: #DF9926;
}

.register-button {
  background: #DF9926;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  margin-top: 20px;
}

.register-button:hover {
  background: #c58520;
}

.back-link {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #DF9926;
  text-decoration: none;
  font-size: 13px;
}

.back-link:hover {
  text-decoration: underline;
}

#otherCountryGroup {
  display: none;
}

#otherCountryGroup.show {
  display: block;
}
