body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  overflow-y: auto;
  margin: 32px;
  background-image: url(./bookie-background.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: Arial, sans-serif;
}
body .text {
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1.2rem;
}
body .text-summary {
  max-width: 1162px;
  margin-top: 10px;
}
body .bookie-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
body .bookie-container h1 {
  font-size: 2rem;
}
body .bookie-container .bookie-site-header .logo {
  background-size: cover;
  margin: 0 auto;
}
body .bookie-container .bookie-site-header .logo.ab {
  background-image: url(./logo-BetaGame.png);
  width: 295px;
  height: 66px;
  margin-bottom: 4px;
}
@media (max-width: 576px) {
  body .bookie-container .bookie-site-header .logo.ab {
    width: 256px;
    height: 57px;
  }
}
body .bookie-container .bookie-site-header .logo.bookie {
  background-image: url(./logo-Bookie.png);
  width: 300px;
  height: 90px;
}
@media (max-width: 576px) {
  body .bookie-container .bookie-site-header .logo.bookie {
    width: 256px;
    height: 76.8px;
  }
}
body .bookie-container .login-form {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 400px;
  text-align: center;
}
body .bookie-container .login-form h1 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
body .bookie-container .login-form form {
  display: flex;
  flex-direction: column;
}
body .bookie-container .login-form form label {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-align: left;
}
body .bookie-container .login-form form input[type="text"],
body .bookie-container .login-form form input[type="password"] {
  padding: 0.75rem;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  font-size: 1rem;
}
body .bookie-container .login-form form .remember-me {
  display: flex;
  align-items: center;
}
body .bookie-container .login-form form .remember-me label {
  vertical-align: bottom;
  line-height: 2.5rem;
}
body .bookie-container .login-form form .remember-me input[type="checkbox"] {
  margin-right: 1rem;
  vertical-align: bottom;
}
body .bookie-container .login-form form button {
  background-color: #459519;
  color: #ffffff;
  border: none;
  padding: 0.75rem;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
body .bookie-container .login-form form button:hover {
  background-color: #218838;
}
body .bookie-container .login-form form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
body .bookie-container .login-form form .login-error {
  background-color: #fdecea;
  border: 1px solid #ac2521;
  color: #ac2521;
  padding: 0.6rem 0.75rem;
  border-radius: 5px;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  text-align: center;
}
body .bookie-container .login-form form .forgot-password {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  color: #111111;
  text-decoration: none;
  text-align: right;
}
body .bookie-container .login-form form .forgot-password:hover {
  text-decoration: underline;
}
body .bookie-container .login-form .signup p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #555;
}
body .bookie-container .login-form .signup .signup-button {
  display: inline-block;
  background-color: #fb9592;
  border: 1px solid #ac2521;
  color: #ac2521;
  padding: 0.75rem 1.2rem;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s;
}
body .bookie-container .login-form .signup .signup-button:hover {
  color: #350202;
}
body .bookie-container .login-form .signup .signup-button:hover {
  background-color: #ffc1bf;
}
body .bookie-container .login-form .signup .signup-button:hover {
  background-color: #ffc1bf;
}
body .bookie-container .footer-text {
  width: 100%;
  clear: both;
  display: block;
}
@media (max-width: 576px) {
  body .bookie-container {
    padding: 10px;
  }
}

/*# sourceMappingURL=bookie.css.map */
