Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | @import '../global/_variables'; // global variables. |
| 2 | @import '../global/components/_mixins'; // global mixings. |
||
| 3 | |||
| 4 | /*** |
||
| 5 | Login page |
||
| 6 | ***/ |
||
| 7 | |||
| 8 | /* logo page */ |
||
| 9 | .login { |
||
| 10 | background-color: #666 !important; |
||
| 11 | } |
||
| 12 | |||
| 13 | .login .logo { |
||
| 14 | margin: 60px auto 20px auto; |
||
| 15 | padding: 15px; |
||
| 16 | text-align: center; |
||
| 17 | } |
||
| 18 | |||
| 19 | .login .content { |
||
| 20 | background: url(#{$page-img-path}bg-white-lock.png) repeat; |
||
| 21 | width: 360px; |
||
| 22 | margin: 0 auto; |
||
| 23 | margin-bottom: 0px; |
||
| 24 | padding: 30px; |
||
| 25 | padding-top: 20px; |
||
| 26 | padding-bottom: 15px; |
||
| 27 | @include border-radius(7px); |
||
| 28 | } |
||
| 29 | |||
| 30 | .login .content h3 { |
||
| 31 | color: #eee; |
||
| 32 | } |
||
| 33 | .login .content h4 { |
||
| 34 | color: #eee; |
||
| 35 | } |
||
| 36 | |||
| 37 | .login .content p, |
||
| 38 | .login .content label { |
||
| 39 | color: #fff; |
||
| 40 | } |
||
| 41 | |||
| 42 | .login .mt-checkbox > span:after { |
||
| 43 | border-color: #eee; |
||
| 44 | } |
||
| 45 | |||
| 46 | .login .content .login-form, |
||
| 47 | .login .content .forget-form { |
||
| 48 | padding: 0px; |
||
| 49 | margin: 0px; |
||
| 50 | } |
||
| 51 | |||
| 52 | .login .content .form-control { |
||
| 53 | background-color: #fff; |
||
| 54 | } |
||
| 55 | |||
| 56 | .login .content .forget-form { |
||
| 57 | display: none; |
||
| 58 | } |
||
| 59 | |||
| 60 | .login .content .register-form { |
||
| 61 | display: none; |
||
| 62 | } |
||
| 63 | |||
| 64 | .login .content .form-title { |
||
| 65 | font-weight: 300; |
||
| 66 | margin-bottom: 25px; |
||
| 67 | } |
||
| 68 | |||
| 69 | .login .content .form-actions { |
||
| 70 | background-color: transparent; |
||
| 71 | clear: both; |
||
| 72 | border: 0px; |
||
| 73 | padding: 0px 30px 25px 30px; |
||
| 74 | margin-left: -30px; |
||
| 75 | margin-right: -30px; |
||
| 76 | } |
||
| 77 | |||
| 78 | .login .content .forget-form .form-actions { |
||
| 79 | border: 0; |
||
| 80 | margin-bottom: 0; |
||
| 81 | padding-bottom: 20px; |
||
| 82 | } |
||
| 83 | |||
| 84 | .login .content .register-form .form-actions { |
||
| 85 | border: 0; |
||
| 86 | margin-bottom: 0; |
||
| 87 | padding-bottom: 0px; |
||
| 88 | } |
||
| 89 | |||
| 90 | .login .content .form-actions .rememberme { |
||
| 91 | margin-top: 8px; |
||
| 92 | display: inline-block; |
||
| 93 | } |
||
| 94 | |||
| 95 | .login .content .form-actions .btn { |
||
| 96 | margin-top: 1px; |
||
| 97 | } |
||
| 98 | |||
| 99 | .login .content .forget-password { |
||
| 100 | margin-top: 25px; |
||
| 101 | } |
||
| 102 | |||
| 103 | .login .content .create-account { |
||
| 104 | border-top: 1px dotted #eee; |
||
| 105 | padding-top: 10px; |
||
| 106 | margin-top: 15px; |
||
| 107 | } |
||
| 108 | |||
| 109 | .login .content .create-account a { |
||
| 110 | display: inline-block; |
||
| 111 | margin-top: 5px; |
||
| 112 | } |
||
| 113 | |||
| 114 | /* select2 dropdowns */ |
||
| 115 | .login .content .select2-container i { |
||
| 116 | display: inline-block; |
||
| 117 | position: relative; |
||
| 118 | color: #ccc; |
||
| 119 | z-index: 1; |
||
| 120 | top:1px; |
||
| 121 | margin: 4px 4px 0px -1px; |
||
| 122 | width: 16px; |
||
| 123 | height: 16px; |
||
| 124 | font-size: 16px; |
||
| 125 | text-align: center; |
||
| 126 | } |
||
| 127 | |||
| 128 | .login .content .has-error .select2-container i { |
||
| 129 | color: #b94a48; |
||
| 130 | } |
||
| 131 | |||
| 132 | .login .content .select2-container a span { |
||
| 133 | font-size: 13px; |
||
| 134 | } |
||
| 135 | |||
| 136 | .login .content .select2-container a span img { |
||
| 137 | margin-left: 4px; |
||
| 138 | } |
||
| 139 | |||
| 140 | /* footer copyright */ |
||
| 141 | .login .copyright { |
||
| 142 | text-align: center; |
||
| 143 | margin: 0 auto; |
||
| 144 | padding: 10px; |
||
| 145 | color: #eee; |
||
| 146 | font-size: 13px; |
||
| 147 | } |
||
| 148 | |||
| 149 | @media (max-width: 480px) { |
||
| 150 | /*** |
||
| 151 | Login page |
||
| 152 | ***/ |
||
| 153 | .login .logo { |
||
| 154 | margin-top:10px; |
||
| 155 | } |
||
| 156 | |||
| 157 | .login .content { |
||
| 158 | padding: 30px; |
||
| 159 | width: 222px; |
||
| 160 | } |
||
| 161 | |||
| 162 | .login .content h3 { |
||
| 163 | font-size: 22px; |
||
| 164 | } |
||
| 165 | |||
| 166 | .login .checkbox { |
||
| 167 | font-size: 13px; |
||
| 168 | } |
||
| 169 | } |