
.pageRight{
    background: #e6f2fc;
    /* padding-bottom: 1.5rem; */
}
/* Media quires */
/* lg break point */
@media (min-width: 992px) {
.pageLeft{
    display: flex;
    padding-left: 7rem;
}
.form-box{
    width: 420px;
}
}
#password-error{
    color: #dc3545;
    font-size: .875em;
    padding-left: 1rem;
}
.align_eye_icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  background: transparent;
}
