-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdmin_forget_pass_2.css
56 lines (48 loc) · 993 Bytes
/
Admin_forget_pass_2.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
html {
font-size: 62.5%;
}
body {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
}
/* footer styling */
.footer{
background-color: rgb(14, 1, 1);
text-align: center;
padding: 2rem;
}
.footer i {
padding-left: 3rem;
padding-bottom: 1.6rem;
color: white;
}
.footer p {
font-size: 2rem;
color: white;
}
/* forget password */
.forget {
background-color: #C0EEC0;
height: 86%;
}
table {
padding: 8rem;;
}
td {
font-size: 3rem;
font-family: 'Courier New', Courier, monospace;
font-weight: 500;
padding: 0.3rem;
}
td input {
border-radius: 2rem;;
font-size: 1.5rem;
padding: 1rem;
}
textarea {
border-radius: 2rem;
height: 9rem;
width: 18rem;
}