basic.css
1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 18.05.2017, 00:27:58
Author : nc
*/
body{
/* background-color: #d0d5d8; */
background-color: #ffffff;
}
.logo{
margin-top: 20px;
margin-bottom: 20px;
}
.footer{
margin-top: 50px;
text-align: center;
}
.header{
margin-bottom: 20px;
}
.header img {
float: left;
}
.header h1 {
position: relative;
top: 18px;
left: calc(50% - 150px);
}
.header h2 {
position: relative;
top: 18px;
left: calc(50% - 150px);
}
.wrapper {
margin-top: 80px;
margin-bottom: 80px;
}
.wrapper br{
left: calc(50% - 150px);
}
.form-signin {
max-width: 380px;
padding: 15px 35px 45px;
margin: 0 auto;
background-color: #fff;
border: 1px solid rgba(0,0,0,0.1);
border-radius: 7px;
}
.right{
float: right;
}
.btn{
margin:2px;
}
#collapseId form,
#collapseId .btn{
display: inline-block;
clear: left;
float: left;
min-width:30%;
}