/* ===============================
   Empaquetados El Trece - Theme
   =============================== */

body {
    background: linear-gradient(135deg, #e30613 0%, #f9b233 40%, #009640 100%);
    min-height: 100vh;
}

.auth-one-bg {
    background: none !important;
}

.auth-page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.card {
    border: none;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    border-radius: 18px;
}

.card .btn-success {
    background-color: #009640;
    border-color: #009640;
}

.card .btn-success:hover {
    background-color: #007f36;
    border-color: #007f36;
}

.text-primary {
    color: #e30613 !important;
}

.form-label {
    font-weight: 600;
    color: #333;
}

footer.footer {
    background: transparent;
    color: #fff;
}

footer.footer p {
    color: rgba(255,255,255,0.9);
}

.text-white-50 {
    color: rgba(255,255,255,0.85) !important;
}

.developer-credit {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin-top: 6px;
}

.developer-credit a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.developer-credit a:hover {
    text-decoration: underline;
}
