/* style/login.css */
.page-login {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #ffffff; /* Default body background is white */
}

.page-login__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-login__section {
  padding: 80px 0;
  text-align: center;
  position: relative;
}

.page-login__hero-section {
  background: url('[GALLERY:hero_login:1920x1080:df999 casino,login,hero_background,online_gaming,sports_betting]') no-repeat center center/cover;
  color: #ffffff;
  padding: 120px 0 80px 0; /* Adjust padding-top for fixed header */
  padding-top: var(--header-offset, 120px);
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70vh;
}

.page-login__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.page-login__hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}