﻿body {
    background-color: #ffffff;
    height: 80%;
}

.form {
    padding-bottom: 0;
    padding-top: 0.5em;
}

.content-wrapper {
    padding-bottom: 0;
    padding-top: 0.5em;
}

.content {
    display: table;
    height: calc(100vh - 1.13rem); /* 3.13rem is the Header size */
}

.formLayout-verticalAlign {
    display: table-cell;
    vertical-align: middle;
}

.formLayout-container {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    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('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;
}

header {
    background: #e64a19;
    color: #fff;
    padding: 18px 0;
    text-align: left;
}

h1 {
    padding-top: 0em;
    padding-left: 1em;
    padding-bottom: 0em;
}

h2 {
    padding-top: 0em;
    padding-left: 1em;
    padding-bottom: 0em;
}
