-
Notifications
You must be signed in to change notification settings - Fork 22
/
style.css
147 lines (126 loc) · 1.99 KB
/
style.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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
@charset "utf-8";
/* CSS Document */
*{
margin: 0;
padding: 0;
}
/* Tablet Landscape */
@media screen and (max-width: 1060px) {
#primary { width:67%; }
#secondary { width:30%; margin-left:3%;}
}
/* Tabled Portrait */
@media screen and (max-width: 768px) {
#primary { width:100%; }
#secondary { width:100%; margin:0; border:none; }
}
body{
background-color: #fafafa!important;
}
.container{
margin-top: 20px;
margin-bottom: 20px;
max-width:none;
display: flex;
justify-content: center;
align-items: center;
}
.center-column
{
background: #fff;
border: 1px solid #e6e6e6;
width: 350px;
margin: 10px;
padding: 40px;
}
.instagram-logo
{
margin: 15px auto;
}
.info
{
font-weight: 600;
line-height: 20px;
font-size: 17px;
color: #999;
}
.info2
{
font-weight: 600;
line-height: 20px;
font-size: 14px;
color: #999;
}
.or
{
font-size: 13px!important;
color: #999;
font-weight: 600;
}
.or::before
{
content: '';
background: #efefef;
display: block;
height: 2px;
width: 110px;
position: relative;
top: 11px;
}
.or::after
{
content: '';
background: #efefef;
display: block;
height: 2px;
width: 110px;
position: relative;
bottom: 10px;
left: 160px;
}
.form-group
{
margin-bottom: 6px!important;
}
.form-control
{
background: #fafafa!important;
border: 1px solid #efefef!important;
font-size: 15px!important;
}
::placeholder
{
color: #999!important;
}
.btn
{
margin: 12px auto;
font-weight: 600!important;
}
.btn-primary
{
background-color: #3897f0!important;
border: 1px solid #3897f0!important;
}
.btn-primary2
{
background-color: #4267b2!important;
border: 1px solid #3897f0!important;
}
.right-column-login
{
background: #fff;
border: 1px solid #e6e6e6;
width: 350px;
margin: 10px;
padding: 15px;
text-align: center;
}
.col-sm-10
{
padding: 0px!important;
}
.facebook-logo
{
margin: 15px auto;
}