.bx-forgot-wrap {
    display: flex;
    justify-content: center;
}
div.bx-auth {max-width:600px; margin-bottom:24px;}
.__forgot_form_wrap-col-title {
  margin-bottom: 5px;
}
.__action_wrap_forgot {
    justify-content: center;
}
.__forgot_input {
  width: 100%;
  border: none;
  height: 40px;
  padding: 6px 40px 6px 20px;
  background-color: #f3f3f3;
  color: grey;
  border-radius: 8px;
  font-size: 16px;
}
.__forgot_input_text {
  background-image: url(images/pencil.svg) !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
}
.__forgot_form_actions {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.__forgot_btn {
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-weight: medium;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}
.__forgot_submit {
  color: #fff;
  background-color: #0169B4 !important;
}
.__forgot_form_note {
    margin-top: 10px;
}