
.form 
{
    padding-bottom: 0;
}

.content
{
    display: table;
}

.formLayout-verticalAlign
{
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 896px) {
    body {
        background-color: #ebebeb;
        height: 80%;
    }

    .formLayout-container {
        background-color: white;
        margin-left: auto;
        margin-right: auto;
        max-width: 252px;
        box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
        border-radius: 4px;
    }

    .FontHeaderPage {
        font-size: medium;
    }

    .FontHeaderPageMiddle {
        font-size: smaller;
        padding-top: 5px;
    }

    .FontLabel {
        font-size: 10px;
    }

    .FontTextBox {
        font-size: 10px;
    }

    .FontComboBox {
        font-size: 10px;
    }

    .divHeaderPage {
        padding-left: 10px;
        padding-top: 10px;
    }

    .FontFooter {
        font-size: 8px;
        color: white;
    }

    .btnPopup {
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
        overflow: hidden !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
        border-collapse: separate !important;
        font-size: 10px;
    }
}


@media (min-width: 897px) and (max-width: 1366px) {
    body {
        background-color: #ebebeb;
        height: 80%;
    }

    .formLayout-container {
        background-color: white;
        margin-left: auto;
        margin-right: auto;
        max-width: 252px;
        box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
        border-radius: 4px;
    }

    .FontHeaderPage {
        font-size: x-large;
    }

    .FontHeaderPageMiddle {
        font-size: smaller;
        padding-top: 5px;
    }

    .FontLabel {
        font-size: 10px;
    }

    .FontTextBox {
        font-size: 10px;
    }

    .FontComboBox {
        font-size: 10px;
    }

    .divHeaderPage {
        padding-left: 10px;
        padding-top: 10px;
    }

    .FontFooter {
        font-size: 8px;
        color: white;
    }

    .btnPopup {
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
        overflow: hidden !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
        border-collapse: separate !important;
        font-size: 10px;
    }
}

@media (min-width: 1367px) and (max-width: 1920px) {

    body {
        background-color: #ebebeb;
        height: 100%;
    }

    .formLayout-container {
        background-color: white;
        margin-left: auto;
        margin-right: auto;
        max-width: 302px;
        box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
        border-radius: 4px;
    }

    .FontHeaderPage {
        font-size: x-large;
    }

    .FontHeaderPageMiddle {
        font-size: medium;
    }

    .FontLabel {
        font-size: 14px;
    }

    .FontTextBox {
        font-size: 14px;
    }

    .FontComboBox {
        font-size: 14px;
    }

    .divHeaderPage {
        padding-left: 10px;
        padding-top: 0px;
    }

    .FontFooter {
        font-size: 10.5px;
        color: white;
    }

    .btnPopup {
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
        overflow: hidden !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
        border-collapse: separate !important;
        font-size: 12px;
    }

}

.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;
}