-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
122 lines (106 loc) · 1.68 KB
/
style.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
* {
margin: 0;
padding: 0;
box-sizing: border-box;
background-color: #FDEFF4 !important;
}
.bg-light
{
background-color: #FDEFF4 !important;
padding: 10px 50px;
}
.navbar-light .navbar-brand img
{
max-width: 60px;
}
.nav-item .nav-link
{
color: #8D8DAA !important;
font-weight: bold !important;
}
header img
{
width: 100%;
height: 450px;
object-fit: contain;
margin-top: 5%;
margin-left: 20%;
}
.banner-title h1
{
margin-top: 20%;
color: #E60965;
font-size: 60px;
font-weight: bold;
}
.banner-title p
{
margin-bottom: 25px;
margin-top: 25px;
}
section img
{
width: 200px;
height: 100px;
object-fit: contain;
}
section .item
{
padding: 15px 2px 10px;
width: 50%;
margin-top: -40px;
transition: 0.4s;
}
/*form*/
.col-md-7
{
margin-top: 100px;
}
.register-form
{
margin-top: 50px;
margin-bottom: 50px;
}
.btn-primary
{
background-color: #DA1212 !important;
border: none;
border-radius: 10px;
color: #FDEFF4;
font-weight: bold;
font-size: 20px;
}
.btn-register
{
background-color: #DA1212 !important;
border: none;
border-radius: 10px;
color: #FDEFF4;
font-weight: bold;
font-size: 20px;
margin-top: 10px;
}
.form-control
{
border-color: #DA1212 !important;
border-style: solid;
border-radius: 10px;
}
.register
{
color:#DA1212 ;
}
.image-register
{
margin-top: 100px;
}
.ml-auto
{
font-weight: bold;
}
.form-label
{
margin-top: 10px;
margin-bottom: 5px;
font-weight: bold;
}