| 12345678910111213141516171819 |
- #loginForm, #registForm, #forgotPasswordForm, #resendEmailConfirmForm, #resetPasswordForm {
- section:first-of-type {
- max-width: 410px;
- margin: 0 auto;
- p {
- margin-bottom: 0.438rem;
- }
- p a {
- -webkit-text-decoration: none;
- text-decoration: none;
- &:hover {
- text-decoration: underline;
- }
- }
- }
- }
|