body {
    background-color: #001740;
    font-size: 14px;
    font-family: sans-serif,'Bitter';
}

h1 {
  text-align: center;
  font-size: 24px;
  margin-top: 28px;
  margin-bottom: 30px;
  color: #071D48;
}

h3 {
  color: white;
  margin-left: 100px;
}

a {
  color: white;
}

a.hover {
  cursor: pointer;
  color: #FF9E1B;
}

input {
  font-size: 14px !important;
  margin-right: 10px;
  margin-bottom: 30px;
  max-width: 1000px;
  min-width: 300px;
  color: #071D48;
  border-top-style: hidden !important;
  border-left-style: hidden !important;
  border-right-style: hidden !important;
}

#img-apg {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;

  width: 120px
}

#currentsee-logo {
  margin-bottom: 80px;
  margin-top: 20px;
  width: 300px
}

#logo-banner {
  background-color: white;
  margin-bottom: 50px;
}

img.error {
  height: 22px;
  width: 22px;
  color: red;
  text-align: center;
  align-items: center;
  color: red;
}

.copyright {
  color: white;
  font-size: 12px;
  margin-top: 35px;
}

.policies {
  color: white !important;
  font-size: 12px;
  margin-top: 35px;
}


.container{
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  max-width: 400px;
  min-width: 400px;
  border-radius: .90rem !important;
  margin-top: 20px;
  color: #00557A;
}

.btn {
    background-color: #FF9E1B;
    outline-color: #FF9E1B;
    border-color: #FF9E1B;
    color: #071D48;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    width: 120px;
    height: 40px;
}

.regmark {
  font-size: 12px;
  vertical-align: top;
}

#login {
  margin-top: 100px;
}