-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.css
More file actions
130 lines (106 loc) · 1.81 KB
/
Copy pathheader.css
File metadata and controls
130 lines (106 loc) · 1.81 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
*{
padding:0;
margin:0;
text-decoration: none;
list-style:none;
box-sizing:border-box;
}
body{
font-family:montserrat;
}
nav{
background:rgb(39, 38, 111);
height:35px;
width:100%;
}
label.logo{
color:white;
font-size:35px;
line-height:80px;
padding: 0 100px;
font-weight:bold;
}
nav ul{
float:right;
margin-right:20px;
}
nav ul li{
display:inline-block;
line-height:80px;
margin: 0 5px;
}
nav ul li a{
color:white;
font-size:17px;
padding:7px 13px;
border-radius:3px ;
text-transform:uppercase;
}
a.active,a:hover{
background-color:rgb(50, 48, 141);
transition: .5s;
}
/* login.css */
.top-menu> {
height: 100px;
display: inline-block;
text-align: center;
padding: 0 0.3rem;
text-align:center;
}
/*form of the login page */
form {
border: 3px solid #f1f1f1;
}
/* Full-width inputs */
input[type=text], input[type=password], [type=date] {
width: 100%;
padding: 12px 20px;
margin: 8px 8px;
display: inline-block;
border: 1px solid #ccc;
/* box-sizing: border-box; */
}
#name-box {
display: flex;
width: 100%;
text-align:center;
/* margin: 0 auto; */
/* position: relative; */
/* flex-flow: column wrap; */
}
/* login button */
button {
background-color: rgb(50, 48, 141);
color: white;
padding: 14px 20px;
margin: 8px 8px;
border: none;
cursor: pointer;
width: 100%;
display: inline-block;
}
.button-group {
display: flex;
}
/* Add a hover effect for buttons */
button:hover {
opacity: 0.8;
}
/* Extra style for the cancel button (red) */
.cancelbtn {
background-color: rgb(224, 79, 79);
}
/* Add padding to containers */
.container {
width: 30%;
margin-left: 35%;
margin-right: 35%;
padding: 16px;
}
/* .button-group {
display: block;
padding: 10px 18px;
width: 70%;
} */
/* The "Forgot password" text */