body.login-page {
  background: url('../img/adil-riyami-fqPNvcjlk5E-unsplash.jpg') center center no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.login-card-body, .register-card-body {
    padding: 40px;
    border-radius: 15px;
}
.login-logo {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #000;
}
.login-logo-wrap {
    text-align: center;
    margin-bottom: 18px;
}
button.signin-btn {
  background: #BE9B49 !important; 
  border: 0 !important;
}
button.signin-btn:hover {
  background: #e3b343 !important;             
}
a.i-forgot {
  color: #be9b49; 
  padding-top: 0 !important;
}
a.i-forgot:hover {
  text-decoration: underline;
}