auth.scss 261 B

123456789101112
  1. // Style for login & register & reset password & forget password
  2. .auth-background {
  3. margin-top: 30px;
  4. //padding-top: 60px;
  5. background-image: url('../../../../images/home/h1.png');
  6. width: 100%;
  7. height: 100vh;
  8. background-size: cover;
  9. }