body
{
    background: linear-gradient(160deg, #e6edf3 0%, #e9e9eb 100%);
    height: 100%;
}

.form
{
    padding-bottom: 0;
}

.content
{
    display: table;
}

.formLayout-verticalAlign
{
    display: table-cell;
    vertical-align: middle;
}

.formLayout-container
{
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    max-width: 362px;
    box-shadow: 0px 4px 24px 0 rgba(0, 0, 0, 0.11) !important;
    border-radius: 10px;
    border-top: 3px solid #21a9c4;
    overflow: hidden;
}

.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-hide.svg') no-repeat center;
    }

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}

.footer-wrapper
{
    position: static;
    display: table-row;
}

/* Logo above the card */
.formLayout-verticalAlign > center img {
    filter: drop-shadow(0px 2px 6px rgba(0,0,0,0.10));
    margin-bottom: 4px;
}

/* Login page branding */
.login-branding {
    text-align: center;
    padding: 4px 16px 10px;
    border-top: 1px solid #f4f4f4;
}

.login-branding a {
    font-size: 10.5px;
    color: #aaaaaa;
    text-decoration: none;
    transition: color 0.2s;
    letter-spacing: 0.3px;
}

.login-branding a:hover {
    color: #21a9c4;
    text-decoration: none;
}

