login.css in WebTotem Security 2.4.14, at includes/css/login.css
| 1 | #wtotem-prompt-overlay { |
| 2 | position: absolute; |
| 3 | top: 0px; |
| 4 | right: 0px; |
| 5 | bottom: 0px; |
| 6 | left: 0px; |
| 7 | background-color: #fff; |
| 8 | padding: 26px 24px 46px; |
| 9 | display: -webkit-flex; |
| 10 | display: flex; |
| 11 | -webkit-align-items: center; |
| 12 | align-items: center; |
| 13 | -webkit-justify-content: stretch; |
| 14 | justify-content: stretch |
| 15 | } |
| 16 | #wtotem-prompt-wrapper { |
| 17 | -webkit-flex-grow: 1; |
| 18 | flex-grow: 1; |
| 19 | width: 100% |
| 20 | } |
| 21 | .login form .wtotem-textarea { |
| 22 | font-size: 1rem; |
| 23 | width: 100%; |
| 24 | padding: 3px; |
| 25 | margin: 2px 6px 16px 0; |
| 26 | background: #fbfbfb; |
| 27 | height: 150px |
| 28 | } |
| 29 | .wtotem-2fa-code-help { |
| 30 | text-decoration: none |
| 31 | } |
| 32 | .wtotem-registration-captcha-contact { |
| 33 | text-decoration: underline |
| 34 | } |