html {
  height: 100%;
}

body {
  height: 100%;
}

.container {
  display: flex;
  flex-direction: column;
}

.container-full {
  height: 100%;
}

.justify-content-center {
  height: 100%;
}

.align-card-center {
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.card-login-body {
  padding: 20px;
  min-height: 450px;
}

.p-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  height: 90%;
}

.content-form-login {
  height: 100%;
}

.card-login-footer {
  font-size: 0.9rem;
}

.card-account-footer {
  font-size: 0.9rem;
  margin-top: 20px;
}

.warning {
  border-radius: 5px;
  color: #ff0000;
  box-sizing: border-box;
  width: 300px;
  margin: 10px auto;
}

@media (max-width: 768px) {
  .card-login-body {
    min-height: 1px !important;
  }
}

@media (min-width: 768px) {
  .col-md-9 {
    max-width: 100% !important;
  }
}
