38 lines
900 B
CSS
Vendored
38 lines
900 B
CSS
Vendored
body{
|
|
background-color: #004AAD;
|
|
}
|
|
.help-block strong { color: red; }
|
|
.login_content h1::before { background: none !important; }
|
|
.login_content h1::after { background: none !important; }
|
|
.footer-copyright{
|
|
margin-top: 40%;
|
|
position: absolute;
|
|
width: 100%;
|
|
color: #f5f7f9;
|
|
font-size: 15px;
|
|
}
|
|
@media (max-width: 800px) {
|
|
.footer-copyright{
|
|
margin-top: 40%;
|
|
margin-left: 10px !important;
|
|
width: 100% !important;
|
|
padding-left: 30px !important;
|
|
}
|
|
}
|
|
@media (max-width: 700px) {
|
|
.footer-copyright {
|
|
margin-top: 40%;
|
|
margin-left: 10px !important;
|
|
width: 100% !important;
|
|
padding-left: 30px !important;
|
|
}
|
|
}
|
|
@media (max-width: 600px) {
|
|
.footer-copyright {
|
|
margin-top: 600px;
|
|
margin-left: 10px !important;
|
|
width: 100% !important;
|
|
padding-left: 30px !important;
|
|
}
|
|
}
|