/*body {
    background: url("/assets/magicpattern-65O4Dw6-xLg-unsplash-194cf676.jpg");
    font-family: 'Questrial', 'Helvetica Neue', sans-serif;
    color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
  }
  
  .auth-card {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  
  h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: white;
  }
  
  .custom-login-btn {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 999px;
    transition: background-color 0.3s, color 0.3s;
  }
  
  .custom-login-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border-color: white;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
  }

.auth-card {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  color: white;
}

.custom-login-btn {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 999px;
  transition: background-color 0.3s, color 0.3s;
}

.custom-login-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border-color: white;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.brand-offset {
  margin-left: 0;
}

  .auth-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80vh;
    padding-top: 4vh; 
  }
  
  .auth-page h2 {
    color: white;
    text-align: center;
    margin-bottom: 2rem;
  }

  .footer {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 3%;
    margin-bottom: 2%;
    margin-left: 47%;
    color: white;
  }*/

/* converted px to rem, 1 rem = 16px*/
html {
  font-size: 100%;
  overflow-x: hidden;
}

body {
  background: url("/assets/magicpattern-65O4Dw6-xLg-unsplash-194cf676.jpg");
  font-family: "Questrial", "Helvetica Neue", sans-serif;
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  overflow-x: hidden;
  max-width: 100%;
}

.auth-card {
  background: white;
  padding: 1.25rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.2);
}

h2 {
  text-align: center;
  margin-bottom: 0.9375rem;
  color: white;
}

.brand-offset {
  margin-left: 0;
}

.devise-links a {
  color: white;
  text-decoration: none;
  margin: 0 0.625rem;
}

.devise-links a:hover {
  text-decoration: underline;
}

.nav-button {
  background-color: transparent;
  border: 0.0625rem solid white; /* 1px */
  color: white !important;
  border-radius: 99rem;
  padding: 0.375rem 1rem;
  margin-left: 0.375rem;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  text-decoration: none;
  display: inline-block;
}

.nav-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white !important;
  border-color: white;
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.3);
}

.cancel-button {
  background-color: transparent;
  border: 0.0625rem solid white;
  color: white !important;
  border-radius: 99rem;
  padding: 0.375rem 1rem;
  margin-left: 0.375rem;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  text-decoration: none;
  display: inline-block;
}

.cancel-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white !important;
  border-color: white;
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.3);
}

.welcome-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 80vh;
  color: white;
}

.welcome-section h1 {
  font-size: 1.5625rem;
  margin-bottom: 0.3125rem;
}

.welcome-section p {
  font-size: 0.75rem;
  margin-bottom: 0.9375rem;
}

.auth-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80vh;
  padding-top: 4vh;
}

.auth-page h2 {
  color: white;
  text-align: center;
  margin-bottom: 1.25rem;
}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0.125rem;
  margin-left: 47%;
  color: white;
}

.submit-event-btn {
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.submit-event-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
