-
Notifications
You must be signed in to change notification settings - Fork 17
/
signup1.css
118 lines (110 loc) · 1.82 KB
/
signup1.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
body{
background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(PICTURES/Signup_new1.jpg);
background-size:cover;
/* padding-top:1200px; */
}
.navbar{
background:transparent !important;
width: 100%;
height:10%;
z-index: 10;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#img
{
height: 5vh;
margin-left: auto;
}
.phone, .email
{
margin-right: 10px;
}
.phone
{
color: #03a9f4;
}
.email
{
color: #e93e91;
}
.nav-link
{
color: #fff;
}
.nav-link:hover
{
color: rgba(216, 216, 216) !important;
}
#log
{
border: 2px solid #fff;
border-radius: 20px;
padding: 0.2rem 1rem !important;
line-height: 30px;
margin-left: 10px;
}
#log:hover
{
background-color: #B11336;
border: 2px solid #B11336;
}
#sign
{
border: 2px solid #FD8202;
background-color: #FD8202;
border-radius: 20px;
margin-left: 10px;
padding: 0.2rem 1rem !important;
line-height: 30px;
}
#sign:hover
{
background-color: #fff;
border: 2px solid #fff;
color: #B11336 !important;
}
.modal-header
{
background-color: rgba(143, 40, 40, 0.473);
}
.modal-body
{
background-color: rgba(143, 40, 40, 0.473);
}
.container
{
color: rgb(255, 255, 255);
}
#topimg
{
height: 25vh;
width: auto;
margin-left: 34%;
}
#footer
{
text-decoration: none;
}
#footer:hover
{
color: #B11336 !important;
}
.Copyright
{
background-color: #02010186 !important;
color: #B11336;
}
fieldset {
display: block;
margin-inline-start: 2px;
margin-inline-end: 2px;
padding-block-start: 0.35em;
padding-inline-start: 0.75em;
padding-inline-end: 0.75em;
padding-block-end: 0.625em;
min-inline-size: min-content;
border-width: 2px;
border-style: groove;
border-color: threedface;
border-image: initial;
}