-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApp.css
53 lines (46 loc) · 1.18 KB
/
App.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
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
a{
color:black !important
}
.mycard{
margin-top: 30px;
}
h6{
font-family: 'Montserrat', sans-serif !important;
font-size: 15px;
color: rgb(78, 78, 78);
}
h4{
font-family: 'Montserrat', sans-serif !important;
}
.auth-card{
padding: 40px;
text-align: center;
background-repeat: no-repeat;
background-color: rgb(247, 247, 247);
}
#toast-container{
top: 30px !important;
right: 20px !important;
left: auto !important;
}
.input-field input[type=email]:focus {
border-bottom: 1px solid rgb(29, 28, 28) !important;
box-shadow: 0 1px 0 0 #000 !important;
}
.input-field input[type=email].valid {
border-bottom: 1px solid #000 !important;
box-shadow: 0 1px 0 0 #000 !important;
}
.input-field input[type=password]:focus {
border-bottom: 1px solid rgb(29, 28, 28) !important;
box-shadow: 0 1px 0 0 #000 !important;
}
.input-field input[type=password].valid {
border-bottom: 1px solid #000 !important;
box-shadow: 0 1px 0 0 #000 !important;
}
.input-field .prefix.active {
color: #000;
}