-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
66 lines (56 loc) · 1.05 KB
/
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
63
64
65
66
/*login.php & register.php*/
body {
font-family: CerebriSans-Regular, Roboto;
background-image: url(image/mainbg.jpg);
background-size: cover;
background-color: white;
background-attachment: fixed;
}
h1{
text-align: center;
font-weight: 300;
}
.tulisan_login{
text-align: center;
text-transform: uppercase;
}
.kotak_login{
width: 350px;
background: black;
color: white;
margin: 80px auto;
padding: 30px 20px;
border-radius: 10px;
}
label{
font-size: 11pt;
}
.form_login{
box-sizing : border-box;
width: 100%;
padding: 10px;
font-size: 11pt;
margin-bottom: 20px;
}
.login, .register{
background: blueviolet;
color: white;
font-size: 11pt;
width: 100%;
border: none;
border-radius: 3px;
padding: 10px 20px;
transition: all 250ms;
}
.login:hover, .register:hover {
background: limegreen;
}
.link{
color: blueviolet;
text-decoration: none;
font-size: 10pt;
}
p .errorname {
color: red;
}
/*account.php*/