#Forgotpassword_ProgressWrapper,
#Resetpassword_ProgressWrapper {
  max-width: 420px;
}

#Forgotpassword .form-group,
#Resetpassword .form-group {
  margin-bottom: 18px;
}

#Forgotpassword input[type="text"],
#Resetpassword input[type="text"],
#Resetpassword input[type="password"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  padding: 11px 14px;
  color: #263746;
  background: #fff;
  border: 1px solid #b9c7d5;
  border-radius: 9px;
  box-shadow: 0 2px 5px rgba(25, 50, 75, .06);
  font-size: 16px;
  line-height: 1.4;
  transition: border-color .2s ease, box-shadow .2s ease;
}

#Forgotpassword input[type="text"]:focus,
#Resetpassword input[type="text"]:focus,
#Resetpassword input[type="password"]:focus {
  border-color: #317dc3;
  outline: 2px solid transparent;
  box-shadow: 0 0 0 3px rgba(49, 125, 195, .18);
}

#Forgotpassword input::placeholder,
#Resetpassword input::placeholder {
  color: #66788a;
  opacity: 1;
}

#Forgotpassword .Captcha,
#Resetpassword .Captcha {
  display: block;
  box-sizing: border-box;
  width: 160px;
  height: 56px;
  max-width: 100%;
  margin: 0 0 10px;
  border: 1px solid #d3dce5;
  border-radius: 7px;
  background: #f8f9fa;
}

#Forgotpassword .btn[type="submit"] {
  float: none !important;
  min-height: 42px;
  padding: 9px 22px;
  border-radius: 8px;
}
