-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforgetPass.css
More file actions
49 lines (48 loc) · 968 Bytes
/
forgetPass.css
File metadata and controls
49 lines (48 loc) · 968 Bytes
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
.card{
width: 450px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
border: 1px solid #eeeeee;
box-shadow: -10px 6px 5px 0px rgba(176,164,176,1) !important;
transition: all .3s ease-in-out !important;
padding: 10px 40px;
}
.card-header{
text-align: center;
}
.card-content-div{
display: flex;
flex-direction: column;
padding: 10px;
}
.card-content-div > label{
font-family: 'Poppins', sans-serif;
margin-bottom: 10px;
}
input{
width: 100%;
padding : 10px 0px;
box-shadow: 2px 2px 2px 2px rgba(176,164,176,1) !important;
margin-bottom: 10px;
outline: none;
border: none;
}
.card-btn{
background-color: #E83A59;
color: white;
width: 103%;
padding : 10px 5px;
border-radius: 20px;
font-size: medium;
font-family: 'Montserrat', sans-serif;
}
.signup-text{
text-decoration: none;
color: #E83A59;
}
.card-btn,
input
{
outline-style: none;
}