body {
    background-color: #333333;
    overflow: hidden;
    height: 100%;
    background-image: url("/content/images/urbany_bck.png");
    background-repeat: no-repeat, repeat;
    background-size: cover;
}

.form 
{
    padding-bottom: 0;
}

.content {
    display: table;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: middle;
}

.formLayout-verticalAlign
{
    display: table-cell;
    vertical-align: middle;
}

.formLayout-container
{
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px;
}

.formLayout-groupBox
{
    margin: 0;
    padding: 0 !important;
}

.formLayout-generalErrorText
{
    color: red;
    padding-top: 1em;
}

.eye-button
{
    background: none;
}

    .eye-button > div {
        background: url('/BaseContent/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('/BaseContent/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;
}

@media (max-width: 600px) {
    .formLayout-container {
        height: 100vh;
        width: 100vw;
    }
}

@media (max-height: 450px) {
    .formLayout-container {
        height: 100vh;
        width: 100vw;
    }
}

