body {
    background-color: #f4f7fa;
    font-size: 0.9em;
    font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
    color: #333333;
}

.card-pf {
    max-width: 1320px;
    border: none;
    box-shadow: none;
}

div.kc-logo-text {
    background-image: url(../img/spid-ico-circle-bb.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}

.login-pf {
    height: 100%;
    background: none;
    background-size: cover;
}

.login-pf body {
    background: none;
    background-size: cover;
    height: 100%;
}

.spid-title {
    display: block;
    font-size: 2em;
    margin-bottom: 15px;
    border-color: #666666;
    border-style: none;
    border-width: 0 0 1px 0;
}

.spid-info {
    display: block;
    margin-bottom: 15px;
}

.spid-info-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-top: auto;
    width: 100%;
}

.spid-info-link a{
    color: #0066cc !important;    
    text-decoration: underline;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-left: 0;
}

.spid-info-link {
    display: block;
    margin-bottom: 8px;
}

.spid-idp-button-box {
    font-size: 0.85em;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 15px;
}

.spid-logo {
    width: 60%;
    margin: 35px auto 0px auto;
    text-align: center;
}

/* ===== Login Tabs ===== */
.login-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #ddd;
}

.login-tabs li {
    flex: 1;
}

.login-tabs li a {
    display: block;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
    color: #666;
    font-weight: 600;
    font-size: 1.05em;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
    cursor: pointer;
}

.login-tabs li a:hover {
    color: #06c;
}

.login-tabs li a.active {
    color: #06c;
    border-bottom-color: #06c;
}

.login-tab-pane {
    display: none;
}

.login-tab-pane.active {
    display: block;
}

/* CUSTOM LOGIN */
.border-custom {
    width: 100%;
    max-width: 586px;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 32px;
    background-color: #ffffff;
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 8px rgba(108, 108, 108, 0.1);
    box-sizing: border-box;
    margin: 0 auto;
    transition: transform 0.2s, box-shadow 0.2s;
}

.border-custom:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);
}

.padding-custom {
    padding: 15px;
}

#kc-content-wrapper .row {
    margin: -20px !important;
}

.title-login {
    font-size: 48px;
    font-weight: 1000;
}

.subtitle-login {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
}

.border-custom h2 {
    font-size: 22px;
    font-weight: 700;
    color: #003366;
    margin-top: 0;
    margin-bottom: 12px;
}

.padding-left-2 {
    padding-left: 20px;
}