blob: ec79de2bdb874fb7e44d3c5a5ca00aadcc3445af [file] [log] [blame]
Matteo Scandolo02c685a2016-03-28 10:21:48 -07001body.login img.logo{
2 width: 250px;
3 display: block;
4 margin: 20px auto;
5 padding-top: 20px;
6}
Matteo Scandolo39f7a692016-03-28 12:06:16 -07007.login {
8 background-image: url('bg.jpg');
9 background-size: cover;
10 background-position: center;
11 background-repeat: no-repeat;
12}
Matteo Scandolo02c685a2016-03-28 10:21:48 -070013
Matteo Scandolo39f7a692016-03-28 12:06:16 -070014.login #content-main {
15 float: none;
16 height: 330px;
17 margin: 100px auto 0;
18 width: 265px;
19}
Matteo Scandolo2500e392016-03-25 17:20:27 -070020.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 Scandolo02c685a2016-03-28 10:21:48 -070030
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 Scandolo2500e392016-03-25 17:20:27 -070043
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