initial commit

This commit is contained in:
2026-06-29 13:00:18 +06:00
commit f2aea74471
3931 changed files with 562423 additions and 0 deletions

37
resources/css/login.css vendored Normal file
View File

@@ -0,0 +1,37 @@
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;
}
}