@font-face {
    font-family: "karbon";
    src: url(https://assets.nexi.swiss/fonts/KarbonApp-c34ce.woff2)
    format("woff2");
}

:root, .pf-c-button {
   --pf-c-button--m-primary--BackgroundColor: #2D32AA;
   --pf-global--link--Color: #2D32AA;
    --pf-global--FontFamily--sans-serif: karbon, Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
}

.login-pf body {
    margin: 0;
    background: url("https://assets.nexi.swiss/switzerland1-81537.jpg") center/cover no-repeat;
}

.login-pf-page .card-pf {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    min-width: 360px;
    max-width: 360px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 0;
}

.login-pf-header {
    background: url("https://assets.nexi.swiss/logo-nexi-7e86a.svg") left top no-repeat;
    background-size: 120px 36px;
    height: 64px;
}

h1#kc-page-title, #kc-username {
    display: none;
}

a {
    color: var(--pf-global--link--Color);
}

#kc-header-wrapper {
    font-size: 36px;
    font-weight: bold;
    color: var(--pf-global--link--Color);
    letter-spacing: normal;
    padding: 12px;
    text-align: center;
    text-transform: none;
}

.application-title {
    margin: 20px 0 0 0;
    padding: 8px 0;
}

@media (max-width: 767px) {
    .application-title {
        margin-top: 32px;
    }

    .login-pf-page .card-pf {
        padding-top: 20px;
    }

    #kc-header-wrapper {
        font-size: 36px;
        font-weight: bold;
        color: var(--pf-global--link--Color);
        letter-spacing: normal;
        padding: 12px;
        text-align: center;
        text-transform: none;
    }
}
