d31b6098a86062c87a099398cd5232fefbb2457a
[vnfsdk/refrepo.git] /
1 html,
2 body {
3   height: 100%;
4 }
5
6 body {
7   display: -ms-flexbox;
8   display: -webkit-box;
9   display: flex;
10   -ms-flex-align: center;
11   -ms-flex-pack: center;
12   -webkit-box-align: center;
13   align-items: center;
14   -webkit-box-pack: center;
15   justify-content: center;
16   padding-top: 40px;
17   padding-bottom: 40px;
18   background-color: #f5f5f5;
19 }
20
21 .form-signin {
22   width: 100%;
23   max-width: 330px;
24   padding: 15px;
25   margin: 0 auto;
26 }
27 .form-signin .checkbox {
28   font-weight: 400;
29 }
30 .form-signin .form-control {
31   position: relative;
32   box-sizing: border-box;
33   height: auto;
34   padding: 10px;
35   font-size: 16px;
36 }
37 .form-signin .form-control:focus {
38   z-index: 2;
39 }
40 .form-signin input[type="email"] {
41   margin-bottom: -1px;
42   border-bottom-right-radius: 0;
43   border-bottom-left-radius: 0;
44 }
45 .form-signin input[type="password"] {
46   margin-bottom: 10px;
47   border-top-left-radius: 0;
48   border-top-right-radius: 0;
49 }