-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
81 lines (77 loc) · 1.39 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
body{
height: 100%;;
width: 100%;
display: flex;
margin: 0;
font-family: "Roboto", sans-serif;
overflow-x: hidden;
}
.img{
background-size: cover;
height: 100vh;
width: 100vw;
background-position: 50% 50%;
background-image: url("./bac2.jpg");
}
.signup {
box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
width: 300px;
background-color: #f2f2f2;
border-radius: 25px;
position: absolute;
text-align:center;
padding: 10px;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.signup h1{
margin-top: 20px;
color: #3366ff;
margin: auto;
font-family: Arial;
text-align: center;
}
.input-box{
border-radius:25px;
padding: 10px;
margin: 10px 0;
width: 80%;
border: 1px solid #3366ff;
outline: none;
}
button{
color: #ffffff;
width: 50%;
padding: 10px;
border-radius: 10px 30px;
font-size: 15px;
margin: 10px 0;
border: none;
outline: none;
cursor: pointer;
}
.sign-btn{
background-color: #3366ff ;
}
hr{
margin-top: 20px;
width: 80%
}
.or{
background: #fff;
width:30px ;
margin: -19px auto 10px;
font-family: Arial;
}
#terms{
font-family: Arial;
font-size: 15px;
}
p{
font-family: Arial;
}
a{
font-family: Arial;
text-decoration: none;
}