body
{
    background: url('../Content/Images/Overview/bg.jpg');
    background-size: 150%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: white;
    height: 100%;
    /*height: 800px;*/
}
@media (min-width: 601px) and (max-width: 768px)
{
    .body
    {
       background: url('../Content/Images/Overview/bg.jpg');
    }
}
.form 
{
    padding-bottom: 0;
}

.content
{
    display: table;
}

.formLayout-verticalAlign
{
    display: table-cell;
    vertical-align: middle;
}

.formLayout-container
{
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    /*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: 20px;
    height: 20px;
    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;
}

.txtbx-clientlogin {
    border-radius: 3px;
}

.txt-design {
    font-size: 14px;
    padding: 4px;
    margin:1px;
    border-radius: 15px;

}


.logo-design {
    margin-bottom:50px;
    opacity:0;
    transition: 3000ms opacity;

}