-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrfStyle.css
More file actions
103 lines (93 loc) · 1.96 KB
/
rfStyle.css
File metadata and controls
103 lines (93 loc) · 1.96 KB
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
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
font-family: 'Poppins', sans-serif;
background-image: url(med.jpg);
height: 100vh;
background-size: cover;
background-position: center;
}
.form-box{
height: 510px;
width: 480px;
position: relative;
margin: 6% auto;
background: black;
padding: 5px;
max-width: 600px;
}
.submit-btn{
display: block;
width: 100%;
height: 50px;
border-radius: 25px;
margin: 1rem 0;
font-size: 1.2rem;
font-family: 'Poppins', sans-serif;
outline: none;
border: none;
background-image: linear-gradient(to right, #e4504a, #38d39f, #e4504a);
cursor: pointer;
color: rgb(0, 0, 0);
background-size: 200%;
text-transform: uppercase;
transition: .5s;
}
.check-box{
margin: 30px 10px 30px 0;
}
span{
color: #777;
font-size: 16px;
bottom: 68px;
position: initial;
}
.a{
display: flex;
justify-content: center;
height: 500%;
align-items: center;
width: 100%;
height: 50px;
border-radius: 50px;
margin: 1rem 0;
font-size: 5rem;
font-family: 'Poppins', sans-serif;
outline: none;
border: none;
cursor: pointer;
color: rgb(0, 0, 0);
background-size: 400%;
text-transform: uppercase;
transition: .5s;
}
.a a{
color: #d9d9d9;
transition: .3s;
}
p{
text-align: center;
text-shadow: #fff;
color: white;
}
.toggle-btn{
display: block;
width: 98%;
height: 50px;
border-radius: 25px;
margin: 1rem 0;
font-size: 1.2rem;
font-family: 'Poppins', sans-serif;
outline: none;
border: none;
background-image: linear-gradient(to right, #e4504a, #38d39f, #e4504a);
cursor: pointer;
color: rgb(0, 0, 0);
background-size: 100%;
text-transform: uppercase;
transition: .5s;
position: absolute;
}