.login-page, .register-page {
  background-color: #151f29 !important;
}

.card-primary.card-outline {
  border-top: 3px solid #e3d78c !important;
}
.login-logo a, .register-logo a {
  color: #e3d78c !important;
}
.btn-primary {
  color: #fff;
  background-color:  #c6ad60 !important;
  border: none  !important;
}
.btn.btn-flat {
  border-radius: 5px !important;;
}
a {
  color: #c6ad60 !important;
  text-decoration: none;
  background-color: transparent;
}