Matteo Scandolo | 02c685a | 2016-03-28 10:21:48 -0700 | [diff] [blame] | 1 | body.login img.logo{ |
| 2 | width: 250px; |
| 3 | display: block; |
| 4 | margin: 20px auto; |
| 5 | padding-top: 20px; |
| 6 | } |
Matteo Scandolo | 39f7a69 | 2016-03-28 12:06:16 -0700 | [diff] [blame] | 7 | .login { |
| 8 | background-image: url('bg.jpg'); |
| 9 | background-size: cover; |
| 10 | background-position: center; |
| 11 | background-repeat: no-repeat; |
| 12 | } |
Matteo Scandolo | 02c685a | 2016-03-28 10:21:48 -0700 | [diff] [blame] | 13 | |
Matteo Scandolo | 39f7a69 | 2016-03-28 12:06:16 -0700 | [diff] [blame] | 14 | .login #content-main { |
| 15 | float: none; |
| 16 | height: 330px; |
| 17 | margin: 100px auto 0; |
| 18 | width: 265px; |
| 19 | } |
Matteo Scandolo | 2500e39 | 2016-03-25 17:20:27 -0700 | [diff] [blame] | 20 | .login{ |
| 21 | #content-main { |
| 22 | background: rgba(255,255,255,0.82); |
| 23 | } |
| 24 | |
| 25 | #content-main form input[type=text], |
| 26 | #content-main form input[type=password], |
| 27 | .requestDialog.ui-widget input{ |
| 28 | background-color: rgb(250, 255, 189); |
| 29 | } |
Matteo Scandolo | 02c685a | 2016-03-28 10:21:48 -0700 | [diff] [blame] | 30 | |
| 31 | /*#forgot_pwd{ |
| 32 | font-size: 11px; |
| 33 | font-style: normal; |
| 34 | text-decoration: none; |
| 35 | } |
| 36 | |
| 37 | #create_acct{ |
| 38 | font-size: 11px; |
| 39 | font-style: normal; |
| 40 | text-decoration: none; |
| 41 | padding-left: 45px; |
| 42 | }*/ |
Matteo Scandolo | 2500e39 | 2016-03-25 17:20:27 -0700 | [diff] [blame] | 43 | |
| 44 | .row + .row { |
| 45 | margin-top: 10px; |
| 46 | } |
| 47 | |
| 48 | #content-main form { |
| 49 | margin: 5px 15px 0; |
| 50 | } |
| 51 | |
| 52 | .btn-primary { |
| 53 | @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border); |
| 54 | background: $btn-primary-bg; |
| 55 | } |
| 56 | |
| 57 | .forgotLink { |
| 58 | width: 45%; |
| 59 | text-align: left; |
| 60 | float: left; |
| 61 | } |
| 62 | |
| 63 | #request-account-form{ |
| 64 | display:none; |
| 65 | } |
| 66 | |
| 67 | #requestAccountLink { |
| 68 | margin-top: 10px; |
| 69 | cursor: pointer; |
| 70 | color: $brand-primary; |
| 71 | text-decoration: underline; |
| 72 | } |
| 73 | } |
| 74 | |