body
{
    background-color: #ebebeb;
    height: 100%;
}
.top-buffer {
    margin-top: 7%;
}
.form 
{
    padding-bottom: 0;
 }

.content
{
    display: table;
    align-content:center;
 }

.formLayout-verticalAlign
{
    display: table-cell !important;
    vertical-align: middle !important;
}

.formLayout-container {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    width: 100% !important;
    min-width: 300px;
    max-width: 462px !important;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 2px !important;
}

.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;
}
.centered {
    text-align: center;
    font-size: 0;
}
.centered > div {
    float: none !important;
    display: inline-block !important;
    text-align: center !important;
}
.header-box {
    display: flex;
}

.header-box-left {
    align-self: flex-start;
    display: flex;
    align-items: center;
    justify-content: left;
}

.header-box-center {
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1000;
}

.header-box-right {
    align-self: flex-end;
    display: flex;
    align-items: center;
    justify-content: right;
}

.reset-form {
    margin: 30vh auto;
    padding: 16px 16px 0;
}

.reset-form form {
    width: 320px;
}

.reset-form .dxbButton_Metropolis {
    margin: 16px 0;
}

.confirm {
    max-width: 80vw;
    padding: 16px;
    margin: 0 auto;
}

.reset-form .dxeErrorCell_Metropolis {
    white-space: break-spaces !important;
}
