-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
47 lines (40 loc) · 831 Bytes
/
styles.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
body {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
padding-top: 50px;
}
input[type=text], input[type=password] {
width: 100%;
padding: 12px 10px;
margin: 8px 0;
display: block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
h2, h3, h4 {
text-align: center;
}
.logo {
width: 50%;
display: block;
margin-left: auto;
margin-right: auto;
}
input[type=submit] {
width: 100%;
background-color: rgb(117, 158, 41);
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
font-weight: bold;
font-size: medium;
}
i[class="material-icons"] {
display: block;
margin-left: auto;
margin-right: auto;
font-size: 50px;
}