body {
    /*background-color: #00447a;*/
    height: 100%;
    background-image: url("../Images/Client_Portal _login.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}


.dxflItemSys, .dxflGroupBoxSys {
    text-align:center!important;
}
.dxflGroupBox_Office365 > .dxflGroup_Office365 {
    /*margin-bottom: 20px;*/
}

.dxbButton_Office365 {
    background-color: #2f5cc1 !important;
}
.dxeFocused_Office365 {
    outline: 1px solid #2f5cc1 !important;
}

.dxpnlControl_Office365 {
    border: 0px solid #00447a !important;
}

.dxICBFocused_Office365 {
    outline: 1px solid #2f5cc1 !important;
}

.dxpnlControl_Office365.dxpnl-edge, .dxpnlControl_Office365.dxpnl-edge.dxpnl-bar {
    background-color: #ced0cf !important;
}

/*.dxm-alignSpacing {
    background-color: #00447a !important;
}*/

.dxbButton_Office365 {
    background-color: white;
}

.content {
    display: table !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    height: 0% !important;
}

.formLayout-verticalAlign {
    display: table-cell;
    vertical-align: middle;
}

.formLayout-container {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 362px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 2px;
}

.formLayout-groupBox
{
    margin: 0;
    padding: 0 !important;
}

.formLayout-generalErrorText
{
    color: red;
    padding-top: 1em;
}

.eye-button
{
    background: none;
}

    .eye-button > div {
        background: url('/Content/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('/Content/Images/eye-button.svg') no-repeat center;
    }

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}

.footer-wrapper
{
    position: static;
    display: table-row;
}