-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathforgotpass.css
64 lines (53 loc) · 1015 Bytes
/
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
.container1 {
margin: auto;
margin-top: 235px;
height: 320px;
width: 26%;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.dimension {
border-radius: 30px;
height: 50px;
width: 150px;
color: #0A66C2;
background-color: #0A66C2;
}
.dimension {
border-radius: 30px;
height: 50px;
width: 50px;
color: #0A66C2;
background-color: #0A66C2;
}
.iandbH {
height: 50px;
}
/* FOR FLOATING TEXT INSIDE INPUT TAG */
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
top: 5px;
bottom: 20px;
left: 12px;
font-size: 11px;
opacity: 1;
}
.inputText {
font-size: 14px;
width: 200px;
height: 45px;
padding-left: 10px;
padding-top: 17px;
}
.floating-label {
position: absolute;
padding-top: 10px;
margin-left: 0px;
pointer-events: none;
left: 12px;
top: 11px;
transition: 0.2s ease all;
}
.Div {
position: relative; /* make label relate to div */
padding-top: 10px; /* make space for label */
}