body
{
    background-color: #ebebeb;
    height: 100%;
}

.form 
{
    padding-bottom: 0;
}

.content
{
    display: table;
}

.formLayout-verticalAlign
{
    display: table-cell;
    vertical-align: middle;
}

.formLayout-container
{
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    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;
}

.wizardLayout-TabPages {
    padding-top: 1em;
}

.eye-button {
    background: none;
}

.eye-button > div {
    background: url('Images/eyeopen.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/eyeclose.svg') no-repeat center;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

.footer-wrapper
{
    position: static;
    display: table-row;
}

.back-button {
    background: none;
    color: #000000;
    border: none;
}

.next-button {
    background: none;
    color: #000000;
    border: none;
}

.next-button :disabled {
    background: none;
    color: #ABABAB;
    border: none;
}

.back-button > div {
    background: url('Images/back.svg') no-repeat left;
    width: 18px;
    height: 12px;
    vertical-align: baseline;
    pointer-events: none;
    user-select: none;
}

.next-button > div {
    background: url('Images/next.svg') no-repeat right;
    width: 18px;
    height: 12px;
    vertical-align: baseline;
    pointer-events: none;
    user-select: none;
}

.next-button > div :disabled {
    background:none;
    width: 18px;
    height: 12px;
    vertical-align: baseline;
    pointer-events: none;
    user-select: none;
}

.secondaryButtonStyle {
    color: #077568;
    background-color: Transparent;
    border-width: 1px;
    border-color: #077568;
}

.secondaryButtonStyle:hover {
    color: #FFFFFF;
    background-color: #077568;
}