html {
    --top-height: 0 !important;
}

main {
    margin-top: 5%;
}

.container {
    margin: auto;
    background-color: var(--howspace-color-widget-bg);
    border-radius: var(--howspace-border-radius-3);
    box-shadow: var(--howspace-box-shadow);
    min-height: calc(2rem + clamp(.75rem, 1.25vw, 1rem));
    position: relative;
    color: var(--howspace-color-widget-text);
    font-family: var(--howspace-content-font-family);
    font-size: var(--howspace-content-font-size);
    width: 30rem;
    max-width: 95vw;
    padding: 1rem;
    word-break: break-word;
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: var(--howspace-color-black-25);
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid var(--howspace-color-black-25);
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}

.login-form .sso-buttons {
    display: flex;
    justify-content: space-evenly;
    width: 100%
}

.login-form .sso-button {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 1rem;
    border: 1px solid #ced4da;
    position: relative;
    justify-self: center;
}

.login-form .sso-button > img {
    width: 1.75rem;
    height: 1.75rem;
    margin-right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-form .apple-sso-button > img {
    margin-top: -3px;
}

.login-form .custom-sso-button .icon {
    font-size: 2rem;
    margin-top: 0.75rem;
    color: var(--howspace-color-black-100);
}

.login-form .haka-login-btn {
    cursor: pointer;
}

.login-form .email-label {
    max-width: 28rem;
    width: 100%;
}

.pin-validation .icon {
    font-size: 5rem;
}
