* {
    box-sizing: border-box;
}
.sr-only, .sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}
@font-face {
    font-family: 'MetronicSlab';
    src: url('/__/fonts/MetronicSlab/metronicslabprolight-webfont.woff2') format('woff2'),
        url('/__/fonts/MetronicSlab/metronicslabprolight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MetronicSlab';
    src: url('/__/fonts/MetronicSlab/metronicslabprolightitalic-webfont.woff2') format('woff2'),
        url('/__/fonts/MetronicSlab/metronicslabprolightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'MetronicSlab';
    src: url('/__/fonts/MetronicSlab/metronicslabprosemibold-webfont.woff2') format('woff2'),
        url('/__/fonts/MetronicSlab/metronicslabprosemibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'MetronicSlab';
    src: url('/__/fonts/MetronicSlab/metronicslabprosemibolditalic-webfont.woff2') format('woff2'),
        url('/__/fonts/MetronicSlab/metronicslabprosemibolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Batman-Bold';
    src: url('/__/fonts/Batman/Batman-Bold/Batman-Black.eot');
    src: url('/__/fonts/Batman/Batman-Bold/Batman-Black.eot?#iefix') format('embedded-opentype'),
        url('/__/fonts/Batman/Batman-Bold/Batman-Black.woff') format('woff'),
        url('/__/fonts/Batman/Batman-Bold/Batman-Black.ttf') format('truetype'),
        url('/__/fonts/Batman/Batman-Bold/Batman-Black.svg#Batman-Black') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB02;
}
@font-face {
    font-family: 'Batman-Bold';
    src: url('/__/fonts/Batman/Batman-Bold/Batman-Ultra.eot');
    src: url('/__/fonts/Batman/Batman-Bold/Batman-Ultra.eot?#iefix') format('embedded-opentype'),
        url('/__/fonts/Batman/Batman-Bold/Batman-Ultra.woff') format('woff'),
        url('/__/fonts/Batman/Batman-Bold/Batman-Ultra.ttf') format('truetype'),
        url('/__/fonts/Batman/Batman-Bold/Batman-Ultra.svg#Batman-Ultra') format('svg');
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB02;
}
@font-face {
    font-family: 'Batman-Light';
    src: url('/__/fonts/Batman/Batman-Light/Batman-Light.eot');
    src: url('/__/fonts/Batman/Batman-Light/Batman-Light.eot?#iefix') format('embedded-opentype'),
        url('/__/fonts/Batman/Batman-Light/Batman-Light.woff') format('woff'),
        url('/__/fonts/Batman/Batman-Light/Batman-Light.ttf') format('truetype'),
        url('/__/fonts/Batman/Batman-Light/Batman-Light.svg#Batman-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB02;
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
    font-size: 62.5%;
}
html,
body {
    margin: 0;
    padding: 0;
    border: none;
}
body {
    min-height: 100vh;
    height: 100%;
    font-size: 1.5em;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'MetronicSlab', Georgia, serif;
    color: #222;
    letter-spacing: 0.05rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
}
p {
    margin-top: 0;
}






/* Header + hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body > header {
    position: fixed;
    z-index: 3;
    padding: 10px 40px;
    width: 100%;
}
body > header a.logo {
    width: 98px;
    height: auto;
    position: relative;
    top: 9px;
    opacity: 1;
    z-index: 10;
    transition: opacity 0.15s ease-in-out;
    text-indent: 0;
    color: #e6007e;
}
body > header a.logo:focus {
    outline-color: #fff;
}
.logo img {
    width: 100%;
    height: auto;
}
body > header a.logo:hover {
    opacity: 0.7;
}
body > main {
    flex: 1;
    position: relative;
    height: 100%;
}
article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    padding: 2rem;
}
.hero {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: 0 0;
    background-position: center center;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
}
.zocean .wave {
    background-image: url("https://zodan.nl/wp/wp-content/themes/zodan_v7/img/wave-1.webp");
    background-repeat: repeat-x;
    background-size: 100vw 90vh;
    position: absolute;
    width: 200vw;
    height: 90vh;
    top: -40px;
    left: 0;
    transform: translate(0, 0);
    animation: waveon 7s ease infinite;
    opacity: .8
}
.zocean .wave:nth-of-type(3) {
    top: -22px;
    animation: swell 3.6s ease infinite
}
.zocean .wave:first-of-type {
    background-image: url("https://zodan.nl/wp/wp-content/themes/zodan_v7/img/wave-2.webp");
    opacity: .1;
    top: 0;
    animation: swell 2.2s ease infinite
}
@media screen and (max-width:750px) {
    .zocean .wave {
        background-size: 200vw 90vh
    }
}
@keyframes waveon {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-100vw, 0)
    }
}
@keyframes swell {
    0%,
    100% {
        transform: translate(0, -40px)
    }
    50% {
        transform: translate(0, 0)
    }
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 10px 20px;
}
svg#w3dev {
	width: 130px;
	height: auto;
}

/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 16px;
    font-family: 'Batman-Bold';
    font-weight: 400;
    color: #222;
}
svg:not(:root) {
    overflow: hidden;
}
#login-form {
    padding: 28px 44px;
    width: 100%;
    max-width: 41rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 4;
}
.help {
    padding-top: 4rem;
    font-size: 12px;
    color: #222;
}
.error-msg {
    margin: 10px 0;
    color: #f60000;
    padding: 10px 0px;
    font-size: 13px;
}

form section h3 {
    font-size: 18px;
    margin-bottom: 0px;
    font-family: 'Batman-Bold';
    font-weight: 400;
    color: #222;
}
form section ul {
    list-style: square;
    padding-left: 14px;
}
form section li {
    padding-left: 10px;
    font-weight: 510;
    font-size: 105%;
}
form section a,
form section a:visited {
    color: #E20981;
    text-decoration: dashed underline;
}
form section a:hover,
form section a:focus {
    color: #930353ff;
    text-decoration: dashed underline;
}
:focus {
    outline-color: currentColor;
    outline-offset: 0.3rem;
    outline-style: dashed;
    outline-width: .15rem;
}






/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input {
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    padding: 0.6rem 1rem 0.6rem 5.2rem;
    background: transparent url(/__/img/login-icons.png) no-repeat 0.8rem 0.9rem / 3.5rem auto;
    border: 1px solid #eee;
    border-radius: 4rem;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 1em;
    font-family: 'MetronicSlab';
    font-size: 1.6rem;
    letter-spacing: 0.5px;
}
input[type="password"] {
    background-position: 0.8rem -6.1rem;
}
input:focus {
    border: 1px solid #ddd;
}
input::placeholder {
    color: #a1a1a1;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.buttons {
    text-align: right;
}
.button,
button {
    display: inline-block;
    height: 42px;
    padding: 0 40px;
    color: #fff;
    text-align: center;
    font-family: 'Batman-Bold';
    font-size: 12px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: .2rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #E20981;
    border-radius: 40px;
    border: 1px solid #E20981;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 250ms ease-in-out;
}
.button:hover,
button:hover,
.button:focus,
button:focus {
    color: #fff;
    border-color: #222;
    background: #222;
    outline-color: #222;
}