-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignup.css
More file actions
44 lines (42 loc) · 679 Bytes
/
signup.css
File metadata and controls
44 lines (42 loc) · 679 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
32
33
34
35
36
37
38
39
40
41
42
43
44
.signUpContainer{
background-color: rgb(172,159,159);
background: radial-gradient(#fff,#ffd6d6);
}
.col-1{
padding-right: 25px;
}
.col-1>i{
position: relative;
top: 3px;
}
input{
cursor: pointer;
border-radius: 6%;
}
input:focus, textarea:focus, select:focus{
outline: none;
}
.remember_mee{
position: relative;
bottom: 3px;
}
.signup_head{
position: relative;
top: 18px;
}
@media (max-width: 992px){
.card{
margin-top: 80px;
margin-bottom: 80px;
}
}
@media (max-width: 768px){
.card{
margin-top: -20px;
}
}
@media (max-width: 576px){
.signup_head{
margin-bottom: 18px;
}
}