-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles_sign-up.css
92 lines (88 loc) · 1.63 KB
/
styles_sign-up.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
/* @font-face {
font-family: 'Equinox', sans-serif;
src: url('https://fonts.cdnfonts.com/css/equinox');
font-weight: bold;
} */
@font-face {
font-family: 'equinoxregular';
src: url('equinox_regular-webfont.woff2') format('woff2'),
url('equinox_regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body{
/* font-family: 'Poppins', sans-serif; */
font-family: 'Equinox', sans-serif;
/* font-family: ; */
margin-top: 3em;
color: rgb(255, 255, 255);
background-image: url("images/image.webp");
padding-bottom: 6rem;
}
p{
margin-top: 0;
font-size: 0.67rem;
color: grey;
}
h1{
text-align: center;
padding-bottom: 50px;
}
h4{
font-weight: bolder;
}
.form-elements{
display: inline-block;
}
form{
padding-left: 200px;
}
input{
background-color: rgb(243, 242, 242);
border: none;
border-radius: 4px;
height: 3rem;
width: 80%;
}
img{
width: 650px;
padding-top: 100px;
}
div.col-sm-6{
padding-top: 35px ;
padding-left: 0.5em;
padding-right: 0;
}
::placeholder{
padding-left: 15px;
}
.email,.pass{
padding: 15px 0;
width:80%
}
input.remember{
width: 0.6rem;
height:0.75rem;
}
.remember{
font-size: small;
}
.forgot_pass a{
padding: 0;
color: #CF0A0A;
}
.btn{
width: 80%;
height: 3rem;
}
.btn-light{
margin-top: 10px;
}
.signin{
background-color: rgba(197,157,233,255);
margin-top: 35px;
}
:hover.signin{
background-color: rgba(134,79,153,255);
color: white;
}