/* form layout */

.bb_form {
  height: 100vh;
  background-color: #202a66;
}

.bb_form .bb_form--width {
  width: 420px;
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
}

.bb_form .password-field {
  position: relative;
}

.bb_form .password-field .icon-eye {
  position: absolute;
  right: 4%;
  top: calc(100% - 25px);
  cursor: pointer;
}