/* Right column */
.right-column {
  height: 100vh;
  background-image: url('../images/dashboard.jpeg');
  background-size: cover;
}

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

/* Recover password card */

.recover-pass {
  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;
}

.recover-pass__heading {
  font-size: 24px;
  line-height: 36px;
}

.recover-pass__sub {
font-size: 14px;
line-height: 24px;
}

.recover-pass-form {
  margin-top: 28px;
}

.recover-pass-form p {
  margin-top: 32px;
  text-align: center;
}

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

.input-group input {
  height: 52px;
  background-color: #FAFAFA;
  border-left: 0px;
}

.form-submit-button {
  width: 100%;
  margin-top: 32px;
  height: 52px;
}