'ENDCSS'
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&family=Open+Sans:wght@300;400;500&display=swap');

body {
    background-color: #1a1f6e !important;
    background-image: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(26,31,110,.95) 0%, rgba(13,16,69,1) 100%) !important;
}
.login-main {
    position: relative; z-index: 1;
    min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
}
.login-card {
    background: rgba(255,255,255,.97) !important;
    border: none !important;
    border-radius: 8px !important;
    border-top: 5px solid #f5c400 !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.35) !important;
}
.text-center.mb-4::before {
    content: none;
}
/* Nasconde icona originale */
.bi-envelope-check { display: none !important; }

/* Nasconde eventuale pseudo-elemento precedente */
.text-center.mb-4::before {
    content: none !important;
}

/* Logo reale */
.text-center.mb-4 {
    position: relative;
}
.text-center.mb-4 h2 {
    margin-top: 0 !important;
}
.login-card h2 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 900 !important;
    font-size: 1.4rem !important;
    color: #1a1f6e !important;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.login-card h2::after {
    content: "";
    display: block; width: 40px; height: 3px;
    background: #f5c400; margin: .5rem auto 0;
}
.text-muted { font-size: .85rem !important; color: #6b7280 !important; }
.form-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 700; font-size: .75rem;
    text-transform: uppercase; letter-spacing: .8px;
    color: #1a1f6e !important;
}
.form-control {
    border-radius: 4px !important;
    border: 1px solid #dce3f0 !important;
}
.form-control:focus {
    border-color: #1a1f6e !important;
    box-shadow: 0 0 0 3px rgba(26,31,110,.1) !important;
}
.input-group-text {
    background: #f4f6fb !important;
    border: 1px solid #dce3f0 !important;
    border-right: none !important;
    color: #1a1f6e !important;
    border-radius: 4px 0 0 4px !important;
}
.input-group .form-control {
    border-left: none !important;
    border-radius: 0 4px 4px 0 !important;
}
.btn-primary {
    background: #f5c400 !important;
    border-color: #f5c400 !important;
    color: #1a1f6e !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800 !important;
    font-size: .85rem !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    padding: .85rem !important;
}
.btn-primary:hover {
    background: #d4a900 !important;
    border-color: #d4a900 !important;
    color: #1a1f6e !important;
}
.form-check-input:checked {
    background-color: #1a1f6e !important;
    border-color: #1a1f6e !important;
}
.card-footer {
    background: #f4f6fb !important;
    border-top: 1px solid #dce3f0 !important;
    border-radius: 0 0 8px 8px !important;
    text-align: center; padding: .75rem !important;
}
ENDCSS
