-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.min.css
125 lines (104 loc) · 1.89 KB
/
style.min.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
123
124
125
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
* {
box-sizing: border-box
}
body {
font-family: "Open Sans", sans-serif;
background-color: rgb(2, 17, 44);
font-size: 16px
}
h1,
h2,
h3,
h4,
h5,
h6 {
padding: 0;
margin: 0;
color: rgb(162, 207, 13);
}
.container {
max-width: 98vw;
margin: 0 auto;
padding: 1rem;
background-color: rgb(54, 56, 59);
}
.text-center {
text-align: center
}
.login .container {
max-width: 460px;
margin: 3rem auto;
padding: 2rem;
border: 1px solid #ddd;
border-radius: 0.25rem;
}
.input {
appearance: none;
display: block;
width: 100%;
color: #333;
border: 1px solid rbg(180, 180, 180);
background-color: white;
padding: 1rem;
border-radius: 0.25rem
}
.input.input-error {
border: 1px solid red
}
.input.input-error:focus {
border: 1px solid red
}
.input:focus {
outline: none;
border: 1px solid #0084ff;
background-clip: padding-box
}
.error-message {
font-size: 0.85rem;
color: red
}
.button {
background-color: #0084ff;
padding: 1rem;
border: none;
color: #fff;
font-weight: bold;
display: block;
width: 100%;
text-align: center;
cursor: pointer;
font-size: 1rem
}
.button:hover {
filter: brightness(110%)
}
.login{
margin-top: 20%;
}
.banner{
border: 40px solid orange;
}
.text{
color: rgb(11, 11, 11);
position: relative; top: 80px
}
img{
height: 400px;
position: relative; left: 400px; top: -350px;
justify-content: center;
}
.contained{
position: relative; top: -300px;
}
#footer{
text-align: center;
list-style: none;
color: yellow;
}
label{
color: white;
}
.bruce{
position: relative; left: 20px;
}