/* fix password show-hide icon */
.input-group-password {
  border-top-left-radius: 0px!important;
  border-bottom-left-radius: 0px!important;
}

.input-group-text[id="password-icon"] {
  display: block!important;
  border-right: 1px solid #ced4da!important;
}

.form-control[name="email"] {
  border-right: 1px solid #ced4da!important;
}
/* end fix password show-hide icon */


.left-column {
  padding: 60px;
  height: 100vh;
}

.log-in {
  max-width: 100%;
  min-height: 480px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  margin-top: 132px;
}

.log-in__head {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0.005em;
  color: #000000;
}

.log-in__sub {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.005em;
  color: #848684;
  margin-bottom: 20px;
}


/* Log in form */


.form-check {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-password-reset a {
  text-decoration-line: underline;
  color: #1089D4;
}

.form-submit-button {
  margin-top: 24px;
  width: 100%;
  margin-bottom: 20px;
}

.form-helper-text {
  text-align: center;
}

.input-group {
  border-color: #1089D4;
}

.input-group-text {
  background-color: transparent;
  border-right: transparent;
}

.input-group .form-control {
  border-left: transparent;
  border-right: transparent;
}

.input-group-password-icon {
  border: 1px solid #ced4da;
  border-left: transparent;
}


/* Right column */
.right-column {
  height: 100vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/dashboard.jpeg') no-repeat;
  background-size: cover;
}