.grey-bg{
    background: #303F4C;
  }

  .grey-bg .home-btn {
    border: 1px solid #FFF;
    color: #FFF !important;
}
  .grey-bg .md-button.md-raised:not([disabled]):hover {
    background: #fff !important;
    color: #303F4C !important;
    font-weight: 700;
}
.grey-bg .login-desc{
    color: #fff;
}
.yellow-bg{
    background: rgb(255, 215, 15);
  }
  .yellow-bg .home-btn{
    border: 1px solid #000;
    color: #000 !important;
}
.yellow-bg .md-button.md-raised:not([disabled]):hover {
    background: #000 !important;
    color: #FFD70F !important;
    font-weight: 700;
}
.yellow-bg .card-login{
    background: rgb(255, 215, 15);
}