| 1 |
/** |
| 2 |
* All of the CSS for your admin-specific functionality should be |
| 3 |
* included in this file. |
| 4 |
*/ |
| 5 |
#route-login-form{ |
| 6 |
color: #2f2f2f; |
| 7 |
font: 12px/1.5em Titillium Web,sans-serif; |
| 8 |
position: absolute; |
| 9 |
z-index: 990; |
| 10 |
width: 407px; |
| 11 |
left: 50%; |
| 12 |
margin: 0 0 0 -240px; |
| 13 |
background: #fff; |
| 14 |
padding: 0 4px 4px; |
| 15 |
top: 160px; |
| 16 |
display: block; |
| 17 |
} |
| 18 |
#route-login-form .form-container{ |
| 19 |
-webkit-font-smoothing: antialiased; |
| 20 |
color: #666; |
| 21 |
margin: 0; |
| 22 |
padding: 0; |
| 23 |
vertical-align: baseline; |
| 24 |
box-sizing: border-box; |
| 25 |
border-radius: 0; |
| 26 |
min-width: 500px; |
| 27 |
border: 0; |
| 28 |
background: #fff; |
| 29 |
box-shadow: 0 4px 40px rgba(0,0,0,.05); |
| 30 |
} |
| 31 |
|
| 32 |
#route-login-form .form-container .form{ |
| 33 |
-webkit-font-smoothing: antialiased; |
| 34 |
color: #666; |
| 35 |
padding: 0; |
| 36 |
border: 0; |
| 37 |
vertical-align: baseline; |
| 38 |
width: 100%; |
| 39 |
max-width: 379px; |
| 40 |
display: flex; |
| 41 |
flex-direction: column; |
| 42 |
justify-content: flex-start; |
| 43 |
align-items: center; |
| 44 |
margin: 0 auto; |
| 45 |
} |
| 46 |
#route-login-form .form-container .form .form-label{ |
| 47 |
margin-top: 25px; |
| 48 |
-webkit-font-smoothing: antialiased; |
| 49 |
padding: 0; |
| 50 |
border: 0; |
| 51 |
font: inherit; |
| 52 |
vertical-align: baseline; |
| 53 |
font-size: 16px; |
| 54 |
line-height: 19px; |
| 55 |
text-align: left; |
| 56 |
display: block; |
| 57 |
width: 100%; |
| 58 |
color: #666; |
| 59 |
margin-bottom: 6px; |
| 60 |
font-weight: 600; |
| 61 |
} |
| 62 |
#route-login-form .form-container .form .form-input{ |
| 63 |
-webkit-font-smoothing: antialiased; |
| 64 |
vertical-align: baseline; |
| 65 |
line-height: normal; |
| 66 |
height: 30px; |
| 67 |
width: 379px; |
| 68 |
margin-bottom: 15px; |
| 69 |
outline: none; |
| 70 |
font-size: 14px; |
| 71 |
font-family: Titillium Web,sans-serif; |
| 72 |
padding: 8px 10px 10px; |
| 73 |
background: #fff; |
| 74 |
border: 1px solid #666; |
| 75 |
box-sizing: border-box; |
| 76 |
border-radius: 0; |
| 77 |
} |
| 78 |
|
| 79 |
#route-login-form .form-container .form button { |
| 80 |
-webkit-font-smoothing: antialiased; |
| 81 |
background: #66c1cb !important; |
| 82 |
color: #fff !important; |
| 83 |
font-family: Titillium Web, sans-serif !important; |
| 84 |
text-transform: none !important; |
| 85 |
font-weight: 600 !important; |
| 86 |
outline: 0; |
| 87 |
position: relative; |
| 88 |
align-items: center; |
| 89 |
user-select: none; |
| 90 |
vertical-align: middle; |
| 91 |
justify-content: center; |
| 92 |
-webkit-appearance: none; |
| 93 |
-webkit-tap-highlight-color: transparent; |
| 94 |
min-width: 64px; |
| 95 |
box-sizing: border-box; |
| 96 |
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; |
| 97 |
line-height: 1.75; |
| 98 |
letter-spacing: 0.02857em; |
| 99 |
padding: 6px 8px; |
| 100 |
text-decoration: none; |
| 101 |
height: 40px; |
| 102 |
width: 100%; |
| 103 |
border-radius: 20px; |
| 104 |
margin-top: 15px; |
| 105 |
border: none; |
| 106 |
cursor: pointer; |
| 107 |
display: flex; |
| 108 |
flex-direction: column; |
| 109 |
font-size: 16px !important; |
| 110 |
} |
| 111 |
|
| 112 |
#route-login-form p{ |
| 113 |
-webkit-font-smoothing: antialiased; |
| 114 |
margin-top: 25px; |
| 115 |
padding: 0; |
| 116 |
border: 0; |
| 117 |
font: inherit; |
| 118 |
vertical-align: baseline; |
| 119 |
font-size: 16px; |
| 120 |
line-height: 19px; |
| 121 |
outline: 0; |
| 122 |
font-weight: 500; |
| 123 |
} |
| 124 |
|
| 125 |
#route-login-form a{ |
| 126 |
-webkit-font-smoothing: antialiased; |
| 127 |
margin: 0; |
| 128 |
padding: 0; |
| 129 |
border: 0; |
| 130 |
font: inherit; |
| 131 |
vertical-align: baseline; |
| 132 |
font-size: 16px; |
| 133 |
line-height: 19px; |
| 134 |
text-align: center; |
| 135 |
text-decoration-line: underline; |
| 136 |
color: #66c1cb; |
| 137 |
font-weight: 600; |
| 138 |
outline: 0; |
| 139 |
} |
| 140 |
#route-login-form a.terms{ |
| 141 |
font-size: 14px; |
| 142 |
} |
| 143 |
|
| 144 |
#routeapp-modals-overlay{ |
| 145 |
color: #2f2f2f; |
| 146 |
font: 12px/1.5em Arial, Helvetica, sans-serif; |
| 147 |
margin: 0; |
| 148 |
padding: 0; |
| 149 |
position: absolute; |
| 150 |
top: 0; |
| 151 |
right: 0; |
| 152 |
bottom: 0; |
| 153 |
left: 0; |
| 154 |
width: 100%; |
| 155 |
z-index: 980; |
| 156 |
background-color: #efefef; |
| 157 |
opacity: .5; |
| 158 |
height: 1234px; |
| 159 |
} |