/* Banner Section */
.register-banner {
  background: url('https://armendus.com/assets/images/banner-bg.jpg') center/cover no-repeat;
  position: relative;
  padding: 80px 0;
}

.register-banner::before {
  content: "";
  position: absolute;
  inset: 0;
 background-color: rgba(46, 133, 228, 0.7);

}

.register-banner h1 {
  position: relative;
  color: #fff;
  font-weight: 700;
  z-index: 1;
}

/* Register Section */
.register-section {
  background-color: #fff;
}

.register-box {
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 40px 30px;
  border-radius: 8px;
  max-width: 800px;
}

.register-box h3 {
  font-weight: 700;
  color: #2E85E4;
}

.form-label {
  font-weight: 500;
  color: #333;
}

.form-control, .form-select {
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #ccc;
}

.btn-register {
  background-color: #2E85E4;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.btn-register:hover {
  background-color: #2E85E4;
}

.login-link {
  color: #2E85E4;
  text-decoration: none;
  font-weight: 600;
}

.login-link:hover {
  text-decoration: underline;
}
