| 1234567891011121314 |
- #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 {
- max-width: 410px;
- margin: 0 auto;
- }
- #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 {
- margin-bottom: 0.438rem;
- }
- #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 {
- -webkit-text-decoration: none;
- text-decoration: none;
- }
- #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 {
- text-decoration: underline;
- }
|