@import "mobile_tweaks.css";

/* Custom Admin Login Background */
.login-page {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/static/img/login_bg.png') no-repeat center center fixed !important;
    background-size: cover !important;
    height: 100vh !important;
}

.login-box {
    width: 400px;
}

.login-box .card {
    border-top: 3px solid #28a745;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.login-logo a {
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-weight: bold;
}
