#authenticator .temporary-code-label {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
  background-color: #009688;
  padding: 5px;
}
#authenticator .temporary-password-input {
  color: #4c4c4c;
  width: 100%;
  background: white !important;
  padding: 0 10px;
  height: 40px;
  font-size: 13pt;
  border-radius: 0;
}
#authenticator .resend-hyperlink {
  text-decoration: underline;
  color: #ffffff;
  font-weight: bold;
}
#authenticator .wait-hint {
  display: none;
}
