-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforgotpass.css
76 lines (75 loc) · 1.54 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
66
67
68
69
70
71
72
73
74
75
76
#itsForgot{
display:block;
width: 37%;
height:auto;
border: 1px solid rgb(69, 69, 69);
margin: 120px auto auto auto;
padding:0px 0px 30px 0px;
border-radius: 5px;
}
#reset{
font-size: 16px;
text-align: center;
font-weight: bold;
margin: auto;
margin-top: 15px;
padding-bottom: 8px;
font-family: Arial, Helvetica, sans-serif;
}
#itsForgot>p:nth-child(4){
width:90%;
font-size: 14px;
margin: auto;
margin-top: 18px;
line-height: 20px;
font-family: Arial, Helvetica, sans-serif;
}
#flip{
width:90%;
margin: auto;
}
#flip>input{
width:98%;
height:40px;
margin-top: 10px;
margin-bottom: 12px;
border: 0.5px solid rgb(154, 154, 154);
border-radius: 3px;
}
#flip>input::placeholder{
font-size: 14.5px;
padding-left: 15px;
color: rgb(82, 82, 82);
}
#flip>input[type="submit"]{
width:49%;
font-size: 15px;
background-color: black;
color: whitesmoke;
font-weight: bolder;
height:43px;
margin-top: 0px;
border-radius: 50px;
}
#itsForgot>form+p{
font-family: Arial, Helvetica, sans-serif;
color: rgb(82, 82, 82);
font-size: 12px;
font-weight: bold;
margin:10px 0px 0px 21px;
}
#itsForgot>p:nth-child(7){
font-size: 12px;
margin:3px 0px 0px 22px;
line-height: 18px;
padding-right:50px;
font-family: Arial, Helvetica, sans-serif;
}
#itsForgot>p:nth-child(7)>span{
color:blue;
text-decoration: underline;
}
#hr{
border-top:0.2px solid rgb(228, 228, 228);
border-bottom: none;
}