body {
  font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  background-color: #1D6A8D;
  -webkit-font-smoothing: antialiased;
}

.termsgdpreula{
  font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  background-color: #ffffff;
}

.cardlogin{
  border-radius: 5rem 5rem 5rem 5rem;
  margin-bottom: 1px;
}

.loginimg {
  border-radius: 5rem 0 0 5rem ;
}

.mainlogo{
  position: relative;
  left: -20px;
}

h5{
  letter-spacing: 1px;
}

footer{
  font-size: 12px;
}

footer a, p a {
  color: #5e5b5b;
  text-decoration: none;
}

footer a:hover, p a:hover {
  color: #1D6A8D; 
  text-decoration: underline;
}

.custom-btn {
  background-color: #1D6A8D;
  color: white;
}

.form-control {
  margin: 10px 0;
  border: 1px solid #1D6A8D;
  transition: all 0.3s ease;
  color: #1D6A8D;
}

.form-control:focus {
  border: 2px solid #1D6A8D;
  outline: none;
  background-color: #e6f4fa; /* soft bluish tone to match */
}




