-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathform.css
More file actions
31 lines (30 loc) · 666 Bytes
/
Copy pathform.css
File metadata and controls
31 lines (30 loc) · 666 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
body {
background-color: #000;
}
html,
body {
height: 100%;
}
.imagebg {
background-image: url("images/mixing-desk-351478_1920.jpg");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment: fixed;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-filter: blur(3px);
filter: blur(3px);
opacity: 0.6;
filter: alpha(opacity=60);
}
.form-container
{
background-color: #fff;
box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 20px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
border-radius: 8px;
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}