body {
  background: #f6fbff;
}
.limiter {
  width: 100%;
  margin: 0 auto;
}
:root{
  --distill-body-bg: #f6fbff;
}

[data-bs-theme="dark"] {
  --distill-body-bg: #212529 !important;
}

.bg-body {
  background-color: var(--distill-body-bg) !important;
}

.container-login {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: #f6fbff;
  padding-top: 3rem;
}
.wrap-login {
  width: 500px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 65px 55px 54px 55px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2);
}
.login-form {
  width: 100%;
}
.login-form-title {
  display: block;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 49px;
}
.login-forgot {
  text-align: right;
  padding-top: 2rem;
}
.login-forgot > a:hover {
  text-decoration: none;
  color: #0c7cd5;
}
.form-error {
  padding: 6px 6px 6px 12px;
}
.flex-col-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  padding-top: 55px;
}
.form-signup-link {
  font-size: 14px;
  line-height: 1.5;
}
.form-signup-link:hover {
  text-decoration: none;
  color: #0c7cd5;
}
.form-alert {
  padding: 6px 6px 6px 12px;
  display: block;
}
.verfify-container {
  margin-top: 20px;
  text-align: center;
}
.verify-email {
  color: #31708f;
  font-size: 18px;
}
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: flex-start;
  align-self: center;
  margin-top: 50px;
}
.flex-container > div {
  width: 150px;
  text-align: center;
  flex-grow: 1;
}

@media (min-width: 812px) {
  .fb-btn {margin-left: 5px;}
  .g-btn {margin-right: 5px;}
}
@media (max-width: 768px) {
  .container-login {
    padding-top: 15px;
  }
  .footer {
    padding-top: 0;
  }
}