|
| 1 | +.login__page-text-center { |
| 2 | + text-align: center; |
| 3 | +} |
| 4 | + |
| 5 | +.login__page-middle { |
| 6 | + display: flex; |
| 7 | + margin: -1px; |
| 8 | + justify-content: center; |
| 9 | +} |
| 10 | + |
| 11 | +.login__page-login { |
| 12 | + min-width: 420px; |
| 13 | + max-width: 450px; |
| 14 | + -webkit-box-orient: vertical; |
| 15 | + -webkit-box-direction: normal; |
| 16 | + -ms-flex-direction: column; |
| 17 | + flex-direction: column; |
| 18 | + vertical-align: middle; |
| 19 | + -ms-flex-item-align: center!important; |
| 20 | + -ms-grid-row-align: center!important; |
| 21 | + align-self: center!important; |
| 22 | +} |
| 23 | + |
| 24 | +.login__page-login h2 { |
| 25 | + font-size: 1.71428571rem; |
| 26 | +} |
| 27 | + |
| 28 | +.login__page-segment { |
| 29 | + position: relative; |
| 30 | + background: #fff; |
| 31 | + box-shadow: 0 1px 2px 0 rgba(34,36,38,.15); |
| 32 | + margin: 1rem 0; |
| 33 | + padding: 1em 1em; |
| 34 | + border-radius: .28571429rem; |
| 35 | + border: 1px solid rgba(34,36,38,.15); |
| 36 | +} |
| 37 | + |
| 38 | +.login__page-field { |
| 39 | + width: 100%; |
| 40 | + clear: both; |
| 41 | + margin: 0 0 1em; |
| 42 | +} |
| 43 | + |
| 44 | +.login__page-input { |
| 45 | + width: 100%; |
| 46 | + font-family: Arial,Helvetica,sans-serif; |
| 47 | + margin: 0; |
| 48 | + outline: 0; |
| 49 | + -webkit-appearance: none; |
| 50 | + tap-highlight-color: rgba(255,255,255,0); |
| 51 | + line-height: 1.21428571em; |
| 52 | + padding: .67857143em 1em; |
| 53 | + font-size: 1em; |
| 54 | + background: #fff; |
| 55 | + border: 1px solid rgba(34,36,38,.15); |
| 56 | + color: rgba(0,0,0,.87); |
| 57 | + border-radius: .28571429rem; |
| 58 | + box-shadow: 0 0 0 0 transparent inset; |
| 59 | +} |
| 60 | + |
| 61 | +.login__page-button { |
| 62 | + background-color: #2185D0; |
| 63 | + background-image: none; |
| 64 | + color: #fff; |
| 65 | + text-shadow: none; |
| 66 | + width: 100%; |
| 67 | + display: block; |
| 68 | + cursor: pointer; |
| 69 | + min-height: 1em; |
| 70 | + outline: 0; |
| 71 | + border: none; |
| 72 | + vertical-align: baseline; |
| 73 | + font-family: Arial,Helvetica,sans-serif; |
| 74 | + margin: 0 .25em 0 0; |
| 75 | + padding: .78571429em 1.5em .78571429em; |
| 76 | + text-transform: none; |
| 77 | + font-weight: 700; |
| 78 | + line-height: 1em; |
| 79 | + font-style: normal; |
| 80 | + text-align: center; |
| 81 | + text-decoration: none; |
| 82 | + border-radius: .28571429rem; |
| 83 | +} |
| 84 | + |
| 85 | +.login__page-message { |
| 86 | + box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent; |
| 87 | + background-color: #fff6f6; |
| 88 | + color: #9f3a38; |
| 89 | + position: relative; |
| 90 | + min-height: 1em; |
| 91 | + margin: 1em 0; |
| 92 | + padding: 1em 1.5em; |
| 93 | + line-height: 1.4285em; |
| 94 | + border-radius: .28571429rem; |
| 95 | + font-weight: bold; |
| 96 | +} |
0 commit comments