html,
body {
  height: 100%;
}

.container {
  height: 80%;
}

.row {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

body {
  background-color: #e2f5fb;
}
#auth-left {
  padding: 1rem 0px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.auth-title {
  font-size: 2rem !important;
  margin-bottom: 1rem;
}
#auth-left .auth-subtitle {
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #a8aebb;
}
#auth-left .auth-logo {
  margin-bottom: 2rem;
}
#auth-left .auth-logo img {
  height: 8rem;
}
#auth-left .auth-logo img:focus-visible {
  border: none;
  outline: none;
}
.login-card-outer {
  display: flex;
  justify-content: center;
}
.login-card-inner {
  width: 30%;
  min-width: 400px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: rgb(0 0 0) 0px 2px 15px;
}

.auth-btn {
  background-color: #00653A;
  color: #fff;
}

.auth-btn:hover {
  background-color: #00653A;
  color: #fff;
}

.forgot-text{
  color: #0d6efd;
  font-size: 20px;
  font-weight: 600;
}

.forgot-text:hover{
  color: #0d6efd;
  text-decoration: underline 1px;
}

.input-group .error {
  order: 2;
  width: 100%;
}

/* remove red border on input focus */
.is-invalid:focus {

  border-color:"black" !important;
  box-shadow: none !important;
}

/* remove green border on input focus */
.is-valid:focus {

  border-color:"black" !important;
  box-shadow: none !important;
}

/* @media screen and (max-width: 767px) {
     #auth-left {
      padding: 5rem;
    }
  } */
