13 lines
151 B
CSS
13 lines
151 B
CSS
|
#header img {
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
#footer {
|
||
|
display: none;
|
||
|
}
|
||
|
#logincontent {
|
||
|
max-width: 600px;
|
||
|
}
|
||
|
.alert {
|
||
|
text-align: center;
|
||
|
}
|