/**
 * Auth Layout Styles
 * Styles for the authentication layout wrapper
 */

.auth-layout {
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  background: url('/img/background_1.jpg') top / cover no-repeat;
  background-size: contain !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
}
