html,
body {
  height: 100%;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
  background: #e8e8e8;
  border-radius: 0.8rem;
  box-shadow: 2px 2px 4px 0px black;
}

.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: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

button.btn {
  background: #bb7d2b;
  border-color: #bb7d2b;
  box-shadow: 2px 2px 4px 0px #727272;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: #67d2d0;
  border-color: #7cd6d4;
}

body.d-flex {
  background-color: #debf93ad !important;
}

.form-control:focus {
  box-shadow: 2px 2px 5px 0rem rgb(48 48 48 / 67%);
}