.grecaptcha-badge {
  bottom:70px !important;
}
.invalid-feedback.hidden {
  display: none;
}

/*START PASSWORD TOOLTIP*/
.popover .popover-text h3 {
  font-size: 1.25rem;
}

.password-criteria {
  list-style: none;
  padding: 0;
  margin: 0;
}

.password-criteria li:before {
  content: '\0020';
  background: none;
  padding-right: 1.5em;
}

.password-criteria li.valid:before {
  background: url("../img/personal/password-validation-icons.svg") no-repeat 0 -17px;
  background-size: 14px;
}

.password-criteria li {
  color: #8a8a8a;
}

.password-criteria li.valid {
  color: #444;
}
/*END PASSWORD TOOLTIP*/

button.btn-login:hover {
  -webkit-text-decoration-line: underline;
  text-decoration: underline;
}

/* Wait page */
/* Spinning wheel */
#floatingCirclesG {
  margin: 1em auto;
  position: relative;
  width: 128px;
  height: 128px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.f_circleG {
  position: absolute;
  background-color: #FFFFFF;
  height: 23px;
  width: 23px;
  -webkit-animation-name: f_fadeG;
  -webkit-animation-duration: 1.04s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  border-radius: 12px;
  animation-name: f_fadeG;
  animation-duration: 1.04s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

#frotateG_01 {
  left: 0;
  top: 52px;
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
}

#frotateG_02 {
  left: 15px;
  top: 15px;
  -webkit-animation-delay: 0.52s;
  animation-delay: 0.52s;
}

#frotateG_03 {
  left: 52px;
  top: 0;
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

#frotateG_04 {
  right: 15px;
  top: 15px;
  -webkit-animation-delay: 0.78s;
  animation-delay: 0.78s;
}

#frotateG_05 {
  right: 0;
  top: 52px;
  -webkit-animation-delay: 0.91s;
  animation-delay: 0.91s;
}

#frotateG_06 {
  right: 15px;
  bottom: 15px;
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s;
}

#frotateG_07 {
  left: 52px;
  bottom: 0;
  -webkit-animation-delay: 1.17s;
  animation-delay: 1.17s;
}

#frotateG_08 {
  left: 15px;
  bottom: 15px;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

@-webkit-keyframes f_fadeG {
  0% {
    background-color: #000000
  }

  100% {
    background-color: #FFFFFF
  }

}

@keyframes f_fadeG {
  0% {
    background-color: #000000
  }

  100% {
    background-color: #FFFFFF
  }

}
/* End of wait page */
