.box-form-login {
  background-color: #ecf6fa;
  max-width: 579px;
  margin: auto;
  padding: 63px 61px;
  border: 1px solid #cfdde2;
  border-radius: 8px;
}

.form-login {
  position: relative;
}

.box-form-login .form-group {
  margin-bottom: 24px;
  position: relative;
}

.box-form-login .form-control.account {
  background-image: url(../images/account.svg);
  background-repeat: no-repeat;
  background-position: right 26px center;
}

.box-form-login .form-control {
  padding: 0px 26px;
  height: 70px !important;
}

.box-form-login .view-password {
  background-image: url(../images/view.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
  z-index: 12;
}

.box-forgot-pass {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.box-forgot-pass * {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.box-form-login .form-group {
  margin-bottom: 24px;
  position: relative;
}

.btn.btn-login {
  width: 100%;
  border-radius: 11px;
  padding: 20px 26px;
  justify-content: center;
  font-size: 18px;
  line-height: 28px;
}

.form-login .link-bold {
  font-weight: bold;
}

.sub-heading {
  font-size: 30px !important;
  font-weight: 600 !important;
  margin-bottom: 22px;
  padding-bottom: 12px;
  position: relative;
}

.btn.btn-login:hover {
  background-color: #004fb6;
  color: white;
}

.sub-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7%;
  height: 4px;
  border-radius: 4px;
  background: #1f95ce;
}

.box-form-login .form-control.email-address {
  background-image: url(../images/email.svg);
  background-repeat: no-repeat;
  background-position: right 26px center;
}