-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.css
107 lines (97 loc) · 1.82 KB
/
signup.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
body{
/* background-image: url(hhttps://wallpaperaccess.com/full/720211.jpg); */
background-image: url(https://s1.1zoom.me/big0/394/Men_Muscle_Dumbbells_Workout_Smoke_Beautiful_585656_1280x853.jpg);
background-size: cover;
}
body>a>img{
width: 100px;
display: block;
margin: auto;
padding-top: 10px;
cursor: pointer;
/* border: 1px solid red; */
}
.signupbox{
width: 550px;
height: auto;
background-color:#EBF7FF;
margin: auto;
margin-top: 18px;
border-radius: 10px;
}
.signupbox>div{
font-family: 'DM Sans', sans-serif;
color: #6e6e6e;
}
.signupbox>div>h1{
font-family: 'Montserrat', sans-serif;
font-size: 40px;
color:black;
padding-top: 50px;
box-shadow:none;
text-align: center;
}
.signupbox>div>p{
text-align: center;
font-size: 18px;
}
.signupbox>div>p+div{
display: flex;
justify-content: center;
align-items: center;
}
.signupbox>div>p+div>img{
width: 65px;
margin-left: 25px;
border-radius: 10px;
cursor: pointer;
}
.signupbox>div>p+div+p{
text-align: center;
}
label{
display: block;
margin-left: 40px;
margin-top: 15px;
margin-bottom: 15px;
}
input[type=text],input[type=email],input[type=password]{
width:470px ;
margin: auto;
display: block;
height: 45px;
border: none;
border-radius: 10px;
cursor: pointer;
}
input[type=radio]{
margin-left: 40px;
margin-top: 18px;
cursor: pointer;
}
#submit
{
width: 480px;
display: block;
height: 40px;
background-color: #50b6ff;
border-radius: 20px;
margin: auto;
border: none;
color: white;
margin-top: 20px;
font-size: 18px;
font-weight: bold;
cursor: pointer;
}
#term{
font-size: 14px;
width: 450px;
margin: auto;
padding: 25px;
}
.tick{
margin-left: 40px;
box-shadow: none;
width: 20px;
}