| 123456789101112131415161718192021222324 |
- #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;
- }
- }
- .field-validation-error {
- display: block;
- padding: 7px 0 0 0;
- }
- }
- }
|