/* Minification failed. Returning unminified contents.
(2,28): run-time error CSS1039: Token not allowed after unary operator: '-zg-white-zurich'
(15,32): run-time error CSS1039: Token not allowed after unary operator: '-zg-9'
(28,26): run-time error CSS1039: Token not allowed after unary operator: '-zs-200'
(34,26): run-time error CSS1039: Token not allowed after unary operator: '-zs-200'
(56,26): run-time error CSS1039: Token not allowed after unary operator: '-zs-100'
(62,26): run-time error CSS1039: Token not allowed after unary operator: '-zs-400'
 */
body {
    background-color: var(--zg-white-zurich);
    height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    display: grid;
    grid-template-columns: 1fr max-content;
    text-align: center;
}

footer {
    border-top: 1px solid var(--zg-9);
    padding: 8px 0px !important;
    font-size: 13px;
}

footer {
    /* height: 30vh; */
    position: fixed;
    bottom: 0;
}

@media only screen and (min-width : 360px) {
    #main-content {
        margin-top: var(--zs-200);
    }
}

@media only screen and (min-width : 480px) {
    #main-content {
        margin-top: var(--zs-200);
    }
}

@media (orientation:landscape) {
    .hide-on-landscape {
        display: none !important;
    }
}

@media (orientation:portrait) {
    .hide-on-portrait {
        display: none !important;
    }
}

@media (min-width: 666px) {
    .hide-on-portrait > picture {
        display: none !important;
    }

    #main-content {
        margin-top: var(--zs-100);
    }
}

@media only screen and (min-width : 768px) {
    #main-content {
        margin-top: var(--zs-400);
    }
}

@media (min-width: 1024px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 1024px;
        padding: 0px;
    }

    .hide-on-portrait > picture {
        display: grid !important;
    }
}

@media (min-width: 1180px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 1180px;
        padding: 0px;
    }
}

#main-content {
    text-align: center;
    width: 360px !important;
    margin-inline: auto;
}

.input-text-passcode {
    text-align: center;
    caret-color: transparent;
    letter-spacing: 20px;
    padding-top: 20px !important;
    font-size: 20px !important;
}

label[z-password-input] > input[type=checkbox] {
    margin-top: 8px;
    font-size: 18px !important;
}

label[z-text-input] > span, label[z-password-input] > span {
    z-index: 1 !important;
}

label > input {
    font-size: 16px !important;
}

.identifier {
    font-size: 15px !important;
    color: #6e6e78 !important;
}

validation {
    margin-top: 5px;
    display: block;
    max-width: 360px !important;
}

    validation > span {
        margin: 0 auto !important;
        float: none;
    }

form {
    margin: 0px !important;
}

:is(div,picture)[z-safe-space] {
    display: inline-grid
}

.login-header-picture {
    -webkit-clip-path: ellipse(80% 100% at 40% 0);
    clip-path: ellipse(80% 100% at 40% 0);
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.zurich-login-logo-container {
    top: 0px;
}

.position-absolute {
    position: absolute !important;
}

.zurich-login-icon {
    margin: 0 20px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
}

