body {
  font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  background-color: #001d37c4;
  -webkit-font-smoothing: antialiased;
}

.termsgdpreula{
  font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  background-color: #ffffff;
}

.cardlogin{
  border-radius: 5rem 0 5rem 0;
  margin-bottom: 1px;
}

.loginimg {
  border-radius: 5rem 0 0 0 ;
}

.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: #001d37; 
  text-decoration: underline;
}