html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #fff;
}

.logo {
  max-width: 175px;
  height: auto;
  margin-bottom: -20px;
}

.subLogo{
  max-width: 100px;
  height: auto;
  margin-bottom: 1.5rem;
}

.mainScreen{
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 1rem;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.unauth{
  display: none;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.modal-content {
  border-radius: 0.5rem;
}

.auth-links {
  text-align: center;
  margin-top: 1rem;
}

.auth-links a {
  text-decoration: none;
  color: #007bff;
}

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

.copyright {
  text-align: center;
  margin-top: 2rem;
  color: #6c757d;
}
