-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform.css
91 lines (82 loc) · 1.52 KB
/
form.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
#cross_symbole{
width: 30px;
position: absolute;
right: 15px;
top: 10px;
}
#login_signup_logo{
width: 30px;
}
#login_signup_box{
position: absolute;
display: none;
width: 400px;
height: 450px;
background-color: white;
margin-left: 400px;
margin-top: 50px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
z-index: 10000;
}
#signup_box{
width: 300px;
height: 350px;
/* background-color: rgb(145, 53, 122); */
position: relative;
top: 10px;
left: 50px;
background-color: #ffff;
}
#signup_box{
display: none;
}
#login_signup button{
padding: 8px 15px;
}
#login_box{
width: 300px;
height: 350px;
/* background-color: rgb(228, 181, 80); */
background-color: #ffff;
position: relative;
top: 10px;
left: 50px;
}
#signup_name,#signup_email,#signup_password,#login_name,#login_password{
width: 90%;
line-height: 30px;
margin-left: 30px;
margin-top: 20px;
}
#login_signup{
position: relative;
top: 40px;
left: 100px;
}
#login_signup button{
padding: 10px 30px;
}
.submit_btn{
padding: 10px 30px;
margin-top: 30px;
margin-left: 100px
}
#already_account{
margin-top: 18px;
margin-left: 60px;
color: black;
font-size: 18px;
padding-bottom: 25px;
}
#already_login{
color: rgb(156, 137, 30);
}
#signup_link_in_login{
margin-top: 30px;
margin-left: 50px;
color: black;
font-size: 18px;
}
#signup_link_in_login span{
color: rgb(214, 104, 31);
}