-
Notifications
You must be signed in to change notification settings - Fork 0
/
forgotpass.css
65 lines (62 loc) · 1.01 KB
/
forgotpass.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
body{
margin: 0;
padding: 0;
}
body{
background-image: url(../scp//9.jpg);
background-size: auto;
}
.header h1{
color: white;
text-shadow: 1px 1px 2px black, 0 0 25px yellow , 0 0 5px green;
font-weight: bold;
font-size: 60px;
padding: 9px;
font-family: 'Merriweather', serif;
}
.container {
position: absolute;
color: white;
left: 25%;
top: 25%;
height: auto;
width: 47%;
}
.box {
width: 30%;
border: 2px;
border-bottom: 1px solid white;
margin: 15px 0px;
}
.box input{
font-family: 'PT Serif', serif;
background: none;
width: 300%;
padding: 5px 10px;
font-size: 22px;
border: none;
outline: none;
color: white;
display: inline-block;
}
.btn{
font-family: 'PT Serif', serif;
color: white;
cursor: pointer;
outline: none;
width: 25%;
margin: 12px 0;
padding: 6px;
border: 2px solid white;
border-radius: 5px;
font-size: 18px;
background: none;
font-weight: bold;
}
.btn:hover {
color: black;
background: white;
}
.write{
font-size: 30px;
}