-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
85 lines (77 loc) · 1.42 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
#div-back{
position: fixed;
width: 100%;
height:100%;
background-color:#015383;
opacity: 75%;
z-index: -1;
}
body{
padding:0;
margin:0;
background-image: url("https://internationaljournalofsocialresearchmethodology.files.wordpress.com/2021/03/pexels-photo-5699475.jpeg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
text-align: center;
}
#title{
font-size:3em;
margin: 0;
position:relative;
font-family: 'Raleway', sans-serif;
color:#ffffff;
}
#main-div{
position:relative;
margin: 0;
top:15vh;
}
#description{
font-family: 'Open Sans', sans-serif;
color:#ffffff;
}
#form-div{
border-radius: 5px;
background: rgba(2, 39, 70, 0.55);
max-width:490px;
margin:auto;
padding:2%;
text-align: left;
}
label,p{
font-size:1.35em;
font-family: 'Open Sans', sans-serif;
color:#ffffff;
}
.inputbox{
padding:2%;
margin-top: 2%;
margin-bottom: 2%;
width: 95% ;
border:0;
background-color: #E1E2E1;
border-radius: 1.5px;
}
select{
padding:2%;
margin-top: 2%;
margin-bottom: 2%;
width: 99% ;
border:0;
background-color: #E1E2E1;
border-radius: 5px;
}
textarea{
width:95%;
}
.submit-bbt{
color:white;
border: 0;
width:95%;
padding: 2%;
background-color: rgba(2, 39, 70, 0.55);
}
.submit-bbt:hover{
background-color: rgba(2, 39, 70, 1);
}