
:root {
    --primary-color: #091e49;
    --primary-color-2: #0a1e49;
}


.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 15px;
}

body {
    color: black;
    font-family: Roboto;
    font-size: 18px;
}

p {
    line-height: 1.7;
}

.footer {
    margin-top: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: right;
}
.footer a {
    text-decoration: none;
    font-weight: bolder;
}
.footer a:hover {
    text-decoration: underline;
}

/* --------- */
button, .button {
    border-radius: 42px;
    font-weight: 900;
    font-size: 16px;
}
button:hover, .button:hover {
    background: rgb(108, 120, 145.8);
    border-color: rgb(108, 120, 145.8);
}
@media (min-width: 768px) {
    button, .button {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    button, .button {
        font-size: 24px;
    }
}
/* --------- */

.logo {
    width: 84px;
    margin-top: 5px;
}
@media (min-width: 992px) {
    .logo {
        width: 117px;
    }
}

.container {
    max-width: none;
}
@media (min-width: 992px) {
    .container {
        width: calc(100% - 100px);
        max-width: 1620px;
    }
}

.short-section {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1000px;
}
.shorter-section {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 700px;
}

h1 {
    font-size: 30px;
    font-weight: 700;
}





.container.header {
    /* border-bottom: 2px solid #ccd0d9; */
}



/* ------------------------------------------------------- */

.step-indicators {
    display: flex;
    gap: 5px;
    margin-bottom: 1.5rem;
    text-align: center
}

.step-indicator {
    position: relative;
    flex: 1;
    padding-bottom: 30px
}

.step-indicator::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #9ba3b4;
    border-radius: 50%;
    transform: translateX(-50%)
}

.step-indicator::after {
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #9ba3b4
}

.step-indicator:last-child::after {
    display: none
}

.step-indicator.active {
    font-weight: 700;
    color: #0a1e49
}

.step-indicator.active::before {
    background-color: #0a1e49;
    box-shadow: 0 0 0 .25rem rgba(10, 30, 73, .35)
}

.step-indicator.finish {
    font-weight: 700;
    color: #0a1e49
}

.step-indicator.finish::after,
.step-indicator.finish::before {
    background-color: #0a1e49
}

/* ------------------------------------------------------- */

.box-rounded {
    border-radius: 33px;
    background: #e7e9ed;
    padding: 2rem 2.5rem;
}
.login-form {
    margin-top: 0;
}
.login-form .box-rounded {
    margin-bottom: 1.5rem;
}
.login-form .shorter-section {
    text-align: center;
}
.login-form .mb {
    margin-bottom: 1.5rem;
}
.login-form label,
.login-form legend {
    font-weight: normal;
    margin-bottom: 0;
}
.login-form button {
    margin-top: 0.8rem;
}
.login-form input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid var(--primary-color);
    background: transparent;
}
.login-form input:focus {
    outline: none;
    border-bottom-color: #ffa091;
}

.login-form select {
    border: none;
    border-bottom: 2px solid var(--primary-color);
    background: transparent;
    margin-right: 10px;
}
.login-form select:focus {
    outline: none;
    border-bottom-color: #ffa091;
}
.login-form input,
.login-form select {
    font-weight: 900;
}

.login-form .legend-required-fields {
    margin-top: -10px;
}

.messages_errors {
    list-style-type: none;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    color: #842029;
    padding: 1rem;
    border-radius: 6px;
}

/* --------------------------------------- */
.page-header {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
}

.page-header-image-overlay {
    position: relative;
    background-image: url(/assets/portale/kkh/main-image/1751622933966.jpg);
    background-size: cover;
    background-position: center;
    height: 360px;
}
@media (min-width: 768px) {
    .page-header-image-overlay {
        background-image: url(/assets/portale/kkh/main-image/1751622933966-2.jpg);
        height: 400px;
    }
}
@media (min-width: 992px) {
    .page-header-image-overlay {
        background-image: url(/assets/portale/kkh/main-image/1751622933966-3.jpg);
        height: 550px;
    }
}
.page-header-image-overlay .img-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 0;
    top:0;
    left:0;
    right: 0;
    background-color: rgba(10, 30, 73, 0.75);
    color: white;
    padding: 2.25rem 1rem;
    text-align: center;
    align-items: center;
    font-size: 8px;
}
.kkh-icon-border {
    color: white !important;
    background-color: transparent !important;
    border: 2px solid white;
    width: 3.25em;
    height: 3.25em;
    font-size: 2em;
    border-radius: 50em;
    display: inline-flex
;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.kkh-icon-svg>* {
    width: 1.8em;
    height: 1.8em;
}
.page-header-image-overlay .img-overlay h1 {
    color: white;
}
@media (min-width: 768px) {
    .page-header-image-overlay .img-overlay {
        padding-top:3rem;
        font-size: 14px;
    }
    .kkh-icon-border {
        border-width: 3px;
    }
    .page-header-image-overlay .img-overlay h1 {
        font-size: 2.75rem;
    }
}

/* --------------------------------------- */

.container.header-text {
    margin-bottom: 3rem;
}

.step-header {
    text-align: center;
    margin-top: 4rem;
}
.step-header .step-title {
    font-weight: 900;
    font-size: 1.5rem;
    color: rgb(10, 30, 73);
}

#step-container {
    padding-bottom: 0;
}