-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforgot.css
80 lines (78 loc) · 1.14 KB
/
forgot.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
77
78
79
80
body{
background-image: url(signup.jpg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.fogo{
background-color: white ;
position: absolute;
width: 30%;
max-height: 100%;
left: 530px;
top: 120px;
box-sizing: border-box;
border-radius: 10px;
box-shadow: 0px 0px 4px 1px;
}
#ceks{
position: absolute;
z-index: -1111;
visibility: hidden;
}
.fas{
padding-left: 15px;
padding-top:15px;
font-size: 20px;
cursor: pointer;
}
.fas:hover{
color: blue;
transition: .4s;
}
h4{
text-align: center;
width: 80%;
margin-left: 40px;
padding: 5px 0px 5px 0px;
}
.form-group{
padding-left: 20px;
max-width: 90%;
}
.btn{
margin-left: 40px;
margin-bottom: 20px;
width: 80%;
border-radius: 30px;
}
.form-control{
width: 100%;
}
a .btn{
text-decoration: none;
color: white;
font-family: sans-serif;
}
/*Alert*/
.alert{
background-color: white ;
position: absolute;
width: 30%;
max-height: 100%;
left: 530px;
top: 120px;
box-sizing: border-box;
border-radius: 10px;
box-shadow: 0px 0px 4px 1px;
}
.mb-0{
text-align: center;
}
.mb-0 a{
text-decoration: none;
color: green;
}
.mb-0 a:hover{
color: red;
}