-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
84 lines (61 loc) · 958 Bytes
/
index.css
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
82
83
84
.container{
margin-top: 20px;
}
.jumbotron{
background-color: #363636
}
body{
background-color: #ffffff;
}
#logo_text{
color: #ffffff;
}
#submit{
background-color: #9E0B0F;
}
#welcome_b{
background-color: #9E0B0F;
width: 500px;
height: 50px;
margin-top: 30px;
}
#welcome_a{
margin-left: 150px;
}
#con2{
width: 450px;
height: 200px;
margin-top: 70px;
}
/*form*/
.wrapper {
margin-top: 10px;
margin-bottom: 20px;
}
.form-signin {
max-width: 420px;
padding: 30px 38px 66px;
margin: 0 auto;
background-color: #eee;
}
.form-signin-heading {
text-align:center;
margin-bottom: 30px;
}
.form-control {
position: relative;
font-size: 16px;
height: auto;
padding: 10px;
}
input[type="text"] {
margin-bottom: 0px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
input[type="password"] {
margin-bottom: 20px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
/*form end*/