-
Notifications
You must be signed in to change notification settings - Fork 0
/
intuit.css
121 lines (106 loc) · 1.79 KB
/
intuit.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
* {
font-family: "AvenirNext", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-decoration: none;
margin: 0;
}
body, html {
height: 100%;
}
.sign-up {
position: relative;
display: flex;
background: #eceef1;
justify-content: flex-end;
height: 60px;
padding: 10px 0;
font-size: .9rem;
color: #8d9096;
}
.forgot-a {
color: #1883c9;
}
.sign-in-button {
display: flex;
height: 34px;
width: 104px;
font-size: .9rem;
color: white;
border-radius: 4px;
border: solid 1px #4c4c4c;
background-color: #0077c5;
margin: 0 10px 0 10px;
align-items: center;
cursor: pointer;
}
.lock-icon {
margin-right: 10px;
margin-left: 10px;
height: 50%;
}
.logos-header {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
height: 100px;
background: #eceef1;
}
.intuit-link {
position: relative;
display: flex;
height: 100px;
}
.intuit-img {
object-fit: contain;
}
.centered-sub-logos {
position: relative;
display: flex;
justify-content: center;
align-items: flex-start;
height: 25px;
width: 100%;
padding: 1px;
background: #eceef1;
}
.logo-text {
position: relative;
display: flex;
color: #72737a;
font-size: 1.2rem;
margin: 0 30px 0 5px;
height: 22px;
}
.mint-link {
position: relative;
display: flex;
height: 23px;
}
.quickbooks-link {
position: relative;
display: flex;
height: 23px;
}
.turbotax-link {
position: relative;
display: flex;
height: 23px;
}
.page-body {
position: relative;
display: flex;
justify-content: center;
height: 100%;
background: #eceef1;
}
.sign-up-form {
position: relative;
display: flex;
width: 318px;
height: 592px;
padding: 30px;
border: solid 1px #c7c7c7;
border-radius: 2px;
justify-content: center;
background: white;
}