﻿body {
    background-image: url('./FotoDok - LOGIN.jpg');
    background-color: #003253;
    height: calc(100vh - 16px);
    width: calc(100vw - 16px);
    font-size: 14px
}

    body > * {
        font-family: Roboto,"Helvetica Neue",sans-serif;
    }

.login-card {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 400px;
    width: 700px;
}

    .login-card table, .login-card tbody, .login-card tr, .login-card td {
        width: 100%;
        height: 100%;
        display: block;
    }

    .login-card #loginKontrol, .card {
        display: block;
        width: 100%;
        height: 100%;
        padding: 16px;
        border-radius: 5px;
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
        background-color: #fff;
    }

    .login-card .header {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        height: 30%;
    }

        .login-card .header img {
            height: 100%;
        }

        .login-card .header span {
            font-size: x-large;
            font-weight: bold;
            color: black;
        }

.login-card-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.warning {
    color: red;
}

.login-card-button {
    border-style: none;
    color: #fff;
    background-color: #009a65;
    padding: 12px 16px;
    border-radius: 2.5px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    min-width: 64px;
    text-transform: uppercase;
}

    .login-card-button:hover {
        cursor: pointer;
    }

.login-card-control {
    width: 160px;
    margin: 8px 0;
}

.login-card-textbox {
    border-style: none;
    border-bottom: 0.5px solid #757575;
    padding: 8px 0;
    outline: none;
}

    .login-card-textbox:focus {
        border-bottom: 2px solid #003253;
    }

.login-card-label {
    font-size: 10px;
    color: #757575;
}

.login-card-inline {
    margin: 16px;
    display:flex;
}

a {
    text-decoration: none;
    color: #009a65;
}

.login-card-required{
    height: 14px;
    font-size:14px;
}
