Files
Credit-Zombies/resources/css/login.css
2026-06-24 18:29:01 +06:00

38 lines
912 B
CSS
Vendored

/*body{*/
/* background-color: #F7F7F7;*/
/*}*/
.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;
}
}