-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (62 loc) · 946 Bytes
/
style.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
*{
margin:0;
padding:0px;
}
body{
font-size: 120%;
background: #f8f8ff;
}
.header{
width: 30%;
margin: 50px auto 0px;
color:white;
background:#5f9ea0;
text-align: center;
border-bottom: none;'
//border: 1px solid #b0c4de;
border-radius: 10px 10px 0px 0px;
padding:20px;
}
form{
width:30%;
margin:0px auto;
padding:20px:
border:1px solid #b0c4de;
background:white;
border-radius: 0px 0px 0px 0px;
}
.input-group{
margin:10px 0px 10px 0px;
}
.input-group label{
display: block;
text-align:left;
margin: 3px;
}
.input-group input{
height: 30px;
width:93%;
padding:5px 10px;
font-size: 16px;
border-radius: 5px;
bolder: 1px solid gray;
}
.btn{
padding:10px;
font-size: 15px;
color:white;
background:#5f9ea0;
border:none;
border-radius:5px;
}
.alert{
width:30%;
margin:5px auto;
padding:10px;
border:1px solid #a94442;
color:#a94442;
background:#f2dede;
border-radius:5px;
text-align:center;
display:none;
}