blob: a23761e22fd9ca390dcbbf78f91c2284608d3636 [file] [log] [blame]
Matteo Scandolod2044a42017-08-07 16:08:28 -07001
2/*
3 * Copyright 2017-present Open Networking Foundation
4
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8
9 * http://www.apache.org/licenses/LICENSE-2.0
10
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
17
18
Matteo Scandolo02c685a2016-03-28 10:21:48 -070019body.login img.logo{
20 width: 250px;
21 display: block;
22 margin: 20px auto;
23 padding-top: 20px;
24}
Matteo Scandolo39f7a692016-03-28 12:06:16 -070025.login {
26 background-image: url('bg.jpg');
27 background-size: cover;
28 background-position: center;
29 background-repeat: no-repeat;
30}
Matteo Scandolo02c685a2016-03-28 10:21:48 -070031
Matteo Scandolo39f7a692016-03-28 12:06:16 -070032.login #content-main {
33 float: none;
34 height: 330px;
35 margin: 100px auto 0;
36 width: 265px;
37}
Matteo Scandolo2500e392016-03-25 17:20:27 -070038.login{
39 #content-main {
40 background: rgba(255,255,255,0.82);
41 }
42
43 #content-main form input[type=text],
44 #content-main form input[type=password],
45 .requestDialog.ui-widget input{
46 background-color: rgb(250, 255, 189);
47 }
Matteo Scandolo02c685a2016-03-28 10:21:48 -070048
49 /*#forgot_pwd{
50 font-size: 11px;
51 font-style: normal;
52 text-decoration: none;
53 }
54
55 #create_acct{
56 font-size: 11px;
57 font-style: normal;
58 text-decoration: none;
59 padding-left: 45px;
60 }*/
Matteo Scandolo2500e392016-03-25 17:20:27 -070061
62 .row + .row {
63 margin-top: 10px;
64 }
65
66 #content-main form {
67 margin: 5px 15px 0;
68 }
69
70 .btn-primary {
71 @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
72 background: $btn-primary-bg;
73 }
74
75 .forgotLink {
76 width: 45%;
77 text-align: left;
78 float: left;
79 }
80
81 #request-account-form{
82 display:none;
83 }
84
85 #requestAccountLink {
86 margin-top: 10px;
87 cursor: pointer;
88 color: $brand-primary;
89 text-decoration: underline;
90 }
91}
92