body, html {
    height: 100%;
    font-size: .85rem;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    font-family: Arial,sans-serif;
    font-weight: 400;
    letter-spacing: .01em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
    overflow: hidden
}

.login {
    overflow-x: auto
}

.login-image {
    background-image: url(../images/clientbanner_v2.jpg);
    background-attachment: scroll;
    background-position: left Center;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-width: 1px;
    border-color: #F9F9F9;
    border-right-style: solid
}

 

    .login > #UpdatePanel input[type=password], .login > #UpdatePanel input[type=text], .login > #UpdatePanel > .row {
        margin-bottom: 5px
    }

.Validator {
    color: #F30;
    padding-top: 15px !important;
    display: block
}

.FailureText {
    color: #F30;
    padding: 10px 10px 10px 0
}

.text-muted {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000;
    font-size: 11px
}

.login a {
    color: #007bff !important
}

.no-margin {
    margin-top: 10px;
    margin-bottom: 0
}

@media (min-width:992px) {
    .login {
        float: right
    }

        .login > #UpdatePanel {
            padding-right: 30px;
            box-sizing: padding-box;
            /* margin-top: 20%; */
            padding-left: 20px;}
}
