.login-wrapper {
    background: url(/assets/images/Dollarphotoclub_87755771.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: center;
    opacity: 0.6;
}

@media only screen and (max-width: 600px) {
  .login-wrapper {
    background: url();
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: center;
    opacity: 0.6;
  }
}

form-form .form-container .form-content {
      background: #fff9 !important;
      }