blob: 4cd970fcf9e2a29c772c5b5d50777635adfd50bc [file] [log] [blame]
Matteo Scandolo2500e392016-03-25 17:20:27 -07001.login{
2 #content-main {
3 background: rgba(255,255,255,0.82);
4 }
5
6 #content-main form input[type=text],
7 #content-main form input[type=password],
8 .requestDialog.ui-widget input{
9 background-color: rgb(250, 255, 189);
10 }
11 //#forgot_pwd{
12 // font-size: 11px;
13 // font-style: normal;
14 // text-decoration: none;
15 //}
16 //
17 //#create_acct{
18 // font-size: 11px;
19 // font-style: normal;
20 // text-decoration: none;
21 // padding-left: 45px;
22 //}
23
24 .row + .row {
25 margin-top: 10px;
26 }
27
28 #content-main form {
29 margin: 5px 15px 0;
30 }
31
32 .btn-primary {
33 @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
34 background: $btn-primary-bg;
35 }
36
37 .forgotLink {
38 width: 45%;
39 text-align: left;
40 float: left;
41 }
42
43 #request-account-form{
44 display:none;
45 }
46
47 #requestAccountLink {
48 margin-top: 10px;
49 cursor: pointer;
50 color: $brand-primary;
51 text-decoration: underline;
52 }
53}
54