
/* @import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap'); - WORKS*/

body {
  font-family: "Oswald", Helvetica, Arial, sans-serif!important;
  background-image: url('/images/lift-background.jpg'); /* Update with your image path */
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.login-container {
  background-color: rgba(255, 255, 255, 0.9); /* Slightly transparent white background */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 100%;
}

#lift-logo {
    height: 90%;
    width: 90%;
}

#box-banner {
    box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
}

.registration-container {
  background-color: rgba(255, 255, 255, 0.9); /* Slightly transparent white background */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  width: 100%;
}

#resetLink
 {
     color: gray;
     font-size: 0.7em;
     font-style: italic;
 }