.loginContainer {
  min-height: 100vh;
  background: url('../../assets/login-bg.jpg');
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
  padding: 2px;
  position: relative;
}

.loginBox {
  margin-top: 12rem;
  border-radius: 8px;
  padding: 40px 30px;
  width: 100%;
  /* max-width: 400px; */
  text-align: center;
  
  
}

.logoContainer {
  margin-bottom: 1rem;
}

.logo {
  width: 280px;
  height: auto;
  max-width: 100%;
}

.loginForm {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 10px;
}

.inputGroup {
  position: relative;
}

.input {
  width: 100%;
  padding: 8px 15px;
  height: 36px;
  font-size: 12px;
  max-width: 100%;
  border: 2px solid #dddddd;
  background: #ffffff;
  color: #666666;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  border-radius: 3px;
}

.input:focus {
  box-shadow: 0 0 0 2px rgba(45, 156, 155, 0.5);
}

.input::placeholder {
  color: #666;
  font-weight: normal;
}

.loginButton {
  width: 100%;
  /* padding: 12px; */
  background-color: #183f45;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}



.loginButton:active {
  transform: translateY(0);
}

/* .footer {
  margin-top: 2px;
} */

.recaptchaText {
  color: #ffffff;
 
  font-size: 9px;
  line-height: 1;
  text-align: center;
  margin: 0;
}

.link {
  color: #4a9eff;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.bottomSection {
  position: absolute;
  bottom: 0;
  /* border: 1px solid red; */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
}

.responsibleGambling {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: white;
  font-size: 12px;
  flex-wrap: wrap;
  text-align: center;
}

.gamblingLogos {
  display: flex;
  align-items: center;
  gap: 8px;
}


.bottomSvg{
    filter: brightness(0) invert(1);
        height: 2rem;
    width: auto;
}
.bottomSvg1{
    filter: brightness(0) invert(1);
        height: 2rem;
    width: auto;
}
.bottomSvg2{
        height: 2rem;
    width: auto;
    
    
}
.bottomSvg3{
        height: 2rem;
    width: auto;
    
}
.bottomFooter{
  color: white;
  background-color: black;
  text-align: center;
  font-size: 12px;
  min-height: 20px;
}

/* Confirmation Modal Styles */
.confirmationModal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  /* top: 12[]; */
  justify-content: center;
  z-index: 50;
}

.confirmationContent {
  background-color: white;
  border-radius: 2px;
  width: 100%;
  max-width: 400px;
  margin-top: 4rem;
  /* margin: 0 8px; */
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.confirmationHeader {
  margin-bottom: 8px;
}

.confirmationTitle {
  font-size: 15px;
  color: #0f2327;
  padding: 8px;
  margin: 0;
}

.confirmationDivider {
  border-bottom: 1px solid rgba(15, 35, 39, 0.1);
}

.confirmationMessage {
  color: #0f2327;
  font-size: 12px;
  line-height: 1.625;
  padding: 8px;
  margin: 0;
}

.confirmationButtons {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  padding: 8px;
}

.exitButton {
  padding: 4px 8px;
  background-color: #dc3545;
  color: white;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  font-size: 10px;
  font-family: "Lato", Avenir, Verdana, Nunito, sans-serif;
}

.exitButton:hover {
  background-color: #dc3545;
}

.confirmButton {
  padding: 4px 8px;
  background-color: #17a2b8;
  color: white;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  font-size: 10px;
  font-family: "Lato", Avenir, Verdana, Nunito, sans-serif;
}

.confirmButton:hover {
  background-color: #17a2b8;
}

.textDanger {
  color: #dc3545 !important;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  margin-top: 4px;
}

/* Flash Message Styles for Login Page Only */
.flashWrapper {
  width: 100%;
  /* margin-bottom: 12px; */
}

.flashMessage {
  box-sizing: border-box;
  padding: 10px 30px 10px 15px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.flashMessage.error {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.flashMessageContent {
  flex: 1;
}

.flashCloseButton {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  margin-left: 15px;
  cursor: pointer;
  opacity: 0.8;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flashCloseButton:hover {
  opacity: 1;
}

.flashCloseButton span {
  display: block;
  line-height: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .loginContainer {
    padding: 15px 0 0 0;
    
  }

  .loginBox {
    padding: 30px 10px;
    margin-top: 5rem;
  }

  .logo {
    width: 20rem;
    margin: auto;
  }

  .responsibleGambling {
    gap: 5px;
    padding: 0.2rem 0;
  }

  .bottomSection {
      background: #2c4f58;
        position: relative;
        bottom: 0;
        margin-top: 20px;
        
  }
  .bottomSvg{
    width: 15%;
    height: 15%;
  }
   .bottomSvg1{
    width: 35%;
    height: 35%;
}
  .bottomSvg2{
    width: 20%;
    height: 20%;
}
 .bottomSvg3{
    width: 10%;
    height: 10%;
}
}

@media (max-width: 480px) {
 

  .input {
    padding: 8px 15px;
    font-size: 12px;
  }

  .loginButton {
    padding: 6px;
    font-size: 14px;
  }
}
