body {
    background-color: #FAFFFF;
    height: 100%;
    min-width: 300px !important;
    width: auto !important;
}



.form {
    padding-bottom: 0;
}

.content-wrapper {
    padding-bottom: 0;
}

.content {
    display: table;
    height: calc(100vh - 3.13rem); /* 3.13rem is the Header size */
}

.formLayout-verticalAlign {
    display: table-cell;
    padding-top: 10px;
    background-color: rgb(248, 248, 248);
}

@media (min-width: 600px) {
    .formLayout-verticalAlign {
        padding-top: 10px;

        background-image: url('images/background01.png');
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
    }
}


@media (min-width: 1300px) {
    .formLayout-verticalAlign {
        background-image: url('images/background01.png'), url('images/background02.png');
        background-repeat: no-repeat;
        background-position-x: 20px, right;
        background-position-y: top, calc(100% - 200px);
    }
}

.formLayout-page {
    min-height: 100vh;
}

.formLayout-container {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 2px;
    margin-top: 100px;
}

@media (max-width: 610px) {
    .formLayout-container{
        max-width: 95%;
    }
}

.formLayout-name {
    color: #00143b;
    margin: auto;
    font-size: 22pt;
    font-weight: 500;
    font-family: Segoe UI;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}

    .formLayout-logo {
        background: url('Images/Account/logo.png') no-repeat center;
        height: 230px;
    }

    .formLayout-logo-client {
        margin: auto;
        text-align: center;
        margin-top: 30px;
        background: url('Images/logo_poziome.png') no-repeat center;
        height: 200px;
    }

    .formLayout-text-client {
        margin: auto;
        text-align: center;
        font-family: Segoe UI;
        font-size: 24px;
        color: rgb(48, 48, 48);
        font-weight: 600;
        padding-top: 40px;
        max-width: 800px;
    }


    @media (max-width: 610px) {
        .formLayout-logo-client {
            margin: auto;
            text-align: center;
            padding-top: 80px;
            background: url('Images/logo_poziome_small.png') no-repeat center;
            height: 50px;
        }
    }

    .formLayout-printflow-info {
        margin: auto;
        font-size: medium;
        font-weight: normal;
        font-family: Segoe UI;
        text-align: center;
        padding-left: 10%;
        padding-right: 10%;
    }

    .formLayout-printflow-info2 {
        margin: auto;
        font-size: small;
        font-style: normal;
        font-weight: normal;
        text-align: center;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .formLayout-printflow-info a {
        text-decoration: none;
        color: black;
    }

    .formLayout-logo-verlogic {
        margin: auto;
        text-align: center;
        background: url('Images/Account/logo-verlogic.png') no-repeat center;
        height: 100px;
    }

    @media (max-width: 610px) {
        .formLayout-logo-verlogic {
            margin: auto;
            text-align: center;
            padding-top: 80px;
            background: url('Images/Account/logo-verlogic-small.png') no-repeat center;
            height: 80px;
        }
    }

    .formLayout-groupBox {
        margin: 0;
        padding: 0 !important;
    }

    .formLayout-generalErrorText {
        color: red;
        padding-top: 1em;
    }

    .eye-button {
        background: none;
    }

        .eye-button > div {
            background: url('Images/eye-button.svg') no-repeat center;
            width: 18px;
            height: 12px;
            vertical-align: baseline;
            pointer-events: none;
            user-select: none;
        }

        .eye-button.show-password > div {
            background: url('Images/eye-button-hide.svg') no-repeat center;
        }

    input[type=password]::-ms-reveal,
    input[type=password]::-ms-clear {
        display: none;
    }

    .footer-wrapper {
        position: static;
        display: table-row;
    }
