-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.css
50 lines (42 loc) · 829 Bytes
/
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
.customNavbar {
margin: 0 0 20px 0;
background-color: #0D47A1;
border: none !important;
}
.text {
color: white
}
.navbar-brand{
cursor: default;
}
.navbar-nav a:hover {
background-color: #2e93ff !important;
color: black !important;
}
.tabSelected, a:focus {
background-color: white !important;
color: #0D47A1 !important;
}
.formDiv {
width: 50%;
padding: 30px;
margin: 0 auto;
border: .2rem solid #f7f7f9;
border-radius: 5px;
box-shadow: 5px 5px 20px #888888;
}
.content {
margin-bottom: 20px;
}
.successMessage{
position: fixed;
display: flex;
bottom: 20px;
right: 10px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 1000px white inset;
}