account.css 1.0 KB

1234567891011121314
  1. #loginForm section:first-of-type, #registForm section:first-of-type, #forgotPasswordForm section:first-of-type, #resendEmailConfirmForm section:first-of-type, #resetPasswordForm section:first-of-type {
  2. max-width: 410px;
  3. margin: 0 auto;
  4. }
  5. #loginForm section:first-of-type p, #registForm section:first-of-type p, #forgotPasswordForm section:first-of-type p, #resendEmailConfirmForm section:first-of-type p, #resetPasswordForm section:first-of-type p {
  6. margin-bottom: 0.438rem;
  7. }
  8. #loginForm section:first-of-type p a, #registForm section:first-of-type p a, #forgotPasswordForm section:first-of-type p a, #resendEmailConfirmForm section:first-of-type p a, #resetPasswordForm section:first-of-type p a {
  9. -webkit-text-decoration: none;
  10. text-decoration: none;
  11. }
  12. #loginForm section:first-of-type p a:hover, #registForm section:first-of-type p a:hover, #forgotPasswordForm section:first-of-type p a:hover, #resendEmailConfirmForm section:first-of-type p a:hover, #resetPasswordForm section:first-of-type p a:hover {
  13. text-decoration: underline;
  14. }