body {
  background-color: #4565ad !important;
}

.custom-navbar {
  background-color: #4566ad !important; /* Custom navbar background color */
}

.bg-primary {
  background-color: #4565ad !important;
}

.navbar-brand img {
  margin-right: 8px;
}

.container-fluid {
  background: url(assets/pattern_darkblue.jpg) no-repeat #4565ad;
  background-position: right bottom;
}

.form-container {
  max-width: 400px;
  /* background-color: rgba(21, 101, 192, 0.9); */
  padding: 30px;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.getin-txt {
  font-size: 42px !important;
}

h2 {
  font-weight: bold;
}

.form-control,
.form-select {
  border-radius: 10px;
  line-height: 2.0 !important;
}

.form-control::placeholder,
.form-select {
  color: #9e9e9e;
}

.btn-info {
  background-color: #29b6f6;
  color: white;
  font-weight: bold;
  border-radius: 10px;
}

.btn-info:hover {
  background-color: #0288d1;
}

.form-check-label a {
  color: #e1f5fe;
}

@media (max-width: 576px) {
  .form-container {
    padding: 10px;
  }
}
