body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background: url("https://cdn.pixabay.com/photo/2020/04/21/11/51/adventure-5072803_1280.jpg") no-repeat center center fixed;
  background-size: 100% 100%;
}

.container {
  width: 100%;
  margin-top: 3rem;
  background-color: #f4f4f4;
  margin-bottom: 5rem;
  max-width: 500px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.container img {
  width: 100px !important;
}

.step {
  transition: opacity 0.5s;
}

.form_head {
  font-size: 0.8rem;
  font-weight: bold;
}

.form_text {
  font-size: 0.6rem;
  font-style: italic;
  color: #2d2d2d;
}

.register-box {
  text-align: center;
}

h2 {
  margin-bottom: 20px;
  color: #333;
}

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

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.password-wrapper {
  position: relative;
}

.password-wrapper input {
  padding-right: 40px;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #8cabb8;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.toggle-password:focus {
  outline: none;
}

.toggle-password i {
  pointer-events: none;
}

.btn-primary {
  width: 100%;
  padding: 10px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.btn-primary:hover {
  background-color: #218838;
}

.error {
  color: red;
  margin-top: 10px;
}

.error_message {
  color: red !important;
  font-size: 14px;
  margin: 5px 0 0 0;
}

.error_message p {
  color: red !important;
  font-size: 14px;
  margin: 5px 0 0 0;
}

.form-control {
  height: 2rem;
  border-radius: 5px;
  width: 100%;
  border: 1px solid lightgrey;
  color: darkgrey; /* Gray color for placeholder */
}

.form-control option[value=""] {
  color: red !important; /* Placeholder color */
}

#next-btn {
  margin-top: 1rem;
}

/*# sourceMappingURL=styles_register.css.map */
