.register-page{
  background: #064f83;
  font-family: 'Poppins',sans-serif;
}

.login-box,
.register-box{
  width: 550px;
}

@media (max-width: 576px) {
  .login-box,
  .register-box {
    max-width: 320px;

  }
}

.card-header{
  border-bottom: none;
}

.input-group{
  border-bottom: 2px solid #1D6BAF;
}


/* .input-group .form-control:required:focus:valid{
  border-bottom: 2px solid #E30303;
} */

.form-control{
  background: transparent;
  border: none;


}

#icon-background{
  background-color: transparent;
  color: #1D6BAF;
  border: none;
}


.form-check {
  margin: 0 3% 0;
}

.form-check #is_terms{
  border: solid;
  font-size: 25px;
  border-color: #1D6BAF;

}

.form-check label {
  margin-bottom: 20px;
  color: #1D6BAF;
  font-weight: 600;
}

.form-check label:hover{
text-decoration: underline;
}

.btn-primary{
  background: #1D6BAF;
  border-radius: 50px;
}
.btn-danger{
  background: #E30303;
  border-radius: 50px;
}

.modal{
  font-family: 'Poppins',sans-serif;
}

.modal .modal-content{
  padding: 20px;
}

.modal .modal-title{
  color: #E30303;
  font-weight: bold;
}


.modal .modal-body p {
  color: #064f83;
}

.modal .title-sub p {
  color: #064f83;
}

.modal .modal-body .title-sub h1 {
  font-size: 16pt;
  color: #E30303;
  font-weight: bold;
}

.modal .modal-body .title-sub ul {
  color: #064f83;
}

.modal .modal-body .title-sub dt {
  color: #E30303;
}

.modal .modal-body .title-sub dd {
  color: #064f83;
  font-weight: bold;
}
.modal .table {
  color: #064f83;
}
