html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  background-image: linear-gradient(70.04deg, #EFF6FF 0%, rgba(196, 196, 196, 0.05) 100%);
  font-family: 'icomoon', serif;
  color: #333;
  display: flex;
  flex-direction: column;
}

#logo {
  width: 60%;
  height: auto;
  margin: 0.3rem auto;
  display: block;
}

.logo-container {
  background-color: #163155;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
}

.brand {
  margin: 2em 0;
  display: flex;
  justify-content: center;
  width: auto;
  height: 15em ;
  align-items: center  !important; /* Ensure the link is vertically centered */
}

.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-signin {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  margin: auto;
  color: #777;
}

.form-signin .form-control {
  box-sizing: border-box;
  height: auto;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
}

.form-signin input[type="email"],
.form-signin input[type="text"] {
  margin-bottom: 1rem;
}

.form-signin button {
  background-color: #163155;
  border: none;
  margin-top: 1rem;
  width: 100%;
}

.form-signin button:hover {
  background-color: #1d456e;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

footer {
  background-color: #f8f9fa;
  text-align: center;
  padding: 1rem 0;
  margin-top: auto;
  width: 100%;
  color: #777;
}

#trouble {
  color: #777;
}

#alert {
  font-size: 1rem;
  height: auto;
  width: 50%;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  word-break: break-word;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #6c6c6c;
  border-color: #5b5b5b;
}