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