-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathForgetPwd.css
64 lines (55 loc) · 864 Bytes
/
ForgetPwd.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
body{
max-width: 1366px;
margin: 0px;
background-color: black;
background-image: url("img/cardbox_collection/background_main.jpg");
background-repeat: no-repeat;
background-size: cover;
font-family: "Microsoft JhengHei";
color: silver;
}
p, a{
font-family: "Microsoft JhengHei";
}
div#head{
margin-top: 15%;
margin-left: 5%;
max-width: 1200px;
width: auto;
}
img#logo{
display: inline-block;
margin-left: 0px;
max-width: 100%;
width: auto;
}
div.ForgetPwd{
margin: 50px;
height: 200px;
}
h2{
text-align: center;
font-size: 36pt;
margin: 0px;
}
form{
width: 500px;
margin: 20px auto;
margin-top: 0px;
}
form input{
display: block;
margin: 10px auto;
width: 300px;
}
form input[type="image"]{
display: block;
margin: 0px auto;
width: 76.5px;
height: 44px;
}
form p{
font-size: 18pt;
text-align: center;
margin: 5px 0px;
}