.background-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
}

#main.login {
  background-image: url(/images/login_bg.webp);
  overflow-y: hidden;
  background-size: cover;
}

#main {
  flex: 1 1 0%;
  border: 1px solid rgba(226, 232, 240);
  overflow-y: scroll;
  position: relative;
  flex-direction: column;
}

html,
body,
#main,
.full-height {
  height: 100%;
}

.no-border {
  border: none !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.login .card {
  padding: 0 !important;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border: none !important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 420px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.card-large {
  min-width: none !important;
  max-width: none !important;
  width: auto !important;
}
.card-large p {
  margin: 1em !important;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

form .form-group {
  margin-bottom: 0.25rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.form-group {
  margin-bottom: 1rem;
}

.login-logo {
  width: 50%;
  max-width: 320px;
  margin: auto;
  margin-top: 2em;
}

img {
  vertical-align: middle;
  border-style: none;
  border: 0;
}

@media (min-width:768px) {
  .col-md-3 {
      max-width: 25%;
      flex: 0 0 0 !important;
      min-width:420px !important;
  }
  /* .col-md-3.card-large {
    max-width: 50%;
    flex: 0 0 0 !important;
}
.col-md-3.card-large img {
  max-width: 25%;
} */

}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  }
