-
Notifications
You must be signed in to change notification settings - Fork 0
/
style12.css
75 lines (69 loc) · 1.46 KB
/
style12.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
body{
margin: 0;
padding: 0;
background: url(wallpaper.jpg);
}
.signup-form{
width: 300px;
padding: 20px;
text-align: center;
background-color:rgb(0,0,0,0.8);
position: absolute;
top: 50%;
left: 20%;
transform: translate(-50%,-50%);
overflow: hidden;
}
.signup-form h1{
margin-top: 100px;
font-family:Arial, Helvetica, sans-serif;
color: #f50136;
font-size: 40px;
}
.signup-form input{
display: block;
color:white;
width: 100%;
padding: 0 16px;
height: 44px;
text-align: center;
box-sizing: border-box;
outline: none;
border: none;
font-family: "montserrat",sans-serif;
font-size: large;
}
.txtb{
margin: 20px 0;
background: rgb(255,255,255,0.1);
opacity: 0.8;
border-radius: 6px;
}
.signup-btn{
margin-top: 60px;
margin-bottom: 20px;
background: #f50136;
color:#fff;
border-radius: 44px;
cursor: pointer;
transition: 0s;
}
.signup-btn:hover{
transform: scale(0.93);
}
.signup-form a{
text-decoration: none;
color: #fff;
font-family: "montserrat",sans-serif;
font-size: 14px;
padding: 10px;
transition: 0.8s;
display: block;
}
.cont{
padding-left: 40%;
padding-top: 12%;
font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: large;
color: whitesmoke;
}