.fg-reset-password-page-close-btn {
  position: fixed;
  left: 20px;
  top: 20px;

  color: #999999;

  font-size: 25px;

  transition: color .4s ease;
}

.fg-reset-password-page-close-btn:hover {
  color: #ffffff;
}

.fg-reset-password-page-content-box-outer{
  position: relative;
  top: 100px;

  width: 400px;

  margin: auto;
  padding: 15px;

  border-radius: 15px;
  background-color: rgba(72, 77, 81, 0.8);
}

.fg-reset-password-page-content-box-inner {
  padding: 15px 0;

  background-color: #222426;
  border-radius: 7.5px;
}

.fg-reset-password-page-content-box-btn {
  display: block;

  width: calc(100% - 30px);
  height: 50px;

  margin: 0 auto;

  color: #ffffff;
  border: none;
  outline: none;
  border-radius: 5px;

  font-size: 15px;
}

.fg-reset-password-page-content-box-signin-btn {
  background-color: #777777;

  transition: background-color .4s ease;
}

.fg-reset-password-page-content-box-signin-btn:hover {
  background-color: #8c8c8c;
}

.fg-reset-password-page-content-box-email-btn {
  background-color: #08b58e;

  transition: background-color .4s ease;
}

.fg-reset-password-page-content-box-email-btn:hover {
  background-color: #08c498;
}

.fg-reset-password-form-group {
  position: relative;

  width: 100%;
  height: 60px;

  margin: 15px auto;

  background-color: #ffffff;

  font-family: 'AzoSans-Regular';
}
.fg-reset-password-form-group-input {
  position: relative;

  width: 100%;
  height: 100%;

  padding: 15px;

  outline: none;
  color: #000000;

  font-size: 15px;
  line-height: 1.2;
}

.fg-reset-password-form-group-error-text {
  position: absolute;
  bottom: 4px;
  left: 15px;

  color: #ea4c89;

  font-size: 11px;
}
