﻿html, body {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
}

.height100 {
    height: 100%;
}

.lightorange_text {
    color: #ff8c4b;
}

.orange_text {
    color: #d16d34;
}

.gray_text {
    color: #757575;
}

.white_text {
    color: #ffffff;
}

.fs10 {
    font-size: 10px;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.login_main {
    height: 100%;
}

.scroll_leftbox {
    height: 100%;
    overflow-x:hidden;
    overflow-y:auto;
}

.padR0 {
    padding-right: 0 !important;
}

.text-center {
    text-align: center !important;
}

.login_account {
    background: #fff;
    padding: 25px 4px;
    margin: 0 auto;
}

    .login_account h5 {
        font-size: 18px;
        color: #d16d34;
        font-weight: 500;
        margin-bottom: 20px;
    }

.padLR0 {
    padding-left: 0px;
    padding-right: 0px;
}

.formpanel .formrow {
    margin-bottom: 0px;
}

.formpanel .form-control {
    height: auto;
    border-radius: 0;
    /* padding: 26px 0px 0px 0px; */
    background-color: transparent !important;
    padding: 4px 0px 0px 0px;
    border: 0;
    border-bottom: 1px solid #ccc;
    color: #212121;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500 !important;
    box-shadow: none;
}

.form-control:focus {
    border-bottom: 1px #d16d34 solid !important;
    box-shadow: 0 1px 0 0 #d16d34 !important;
}

.form-control {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.width100p {
    width: 100%;
}

.text-right {
    text-align: right;
}

.formpanel .btn.login_btn {
    max-width: 110px;
    background: #d16d34;
    color: #fff;
    border-radius: 3px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.right_div {
    background: url(../Common/Images/login_bg.png) no-repeat;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}

.loginright_div {
    height: 100%;
    /* background: url(../Common/Images/login_bg2.png) no-repeat; */
    background: #0085c8;
    background-size: 100% 100%;
    display: flex;
}

.credit_div {
    position: relative;
    bottom: 0px;
    width: 100%;
}

.credit_inner {
    max-width: 850px;
    margin: auto;
    /*padding-top: 28%;*/
}

.credit_right {
    bottom: 50px;
    max-width: 100%;
    text-align: center;
    margin: auto;
    position: absolute;
    border: 0;
    display: block;
    width: 100%;
    overflow: auto;
}

.hr_line {
    height: 2px;
    border-bottom: 1px solid #f1f1f1;
}

.margB15 {
    margin-bottom: 15px;
}

.hover_underline:hover {
    text-decoration: underline;
}
/**check box start**/
[type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

[type="checkbox"].filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in + label:before, [type="checkbox"].filled-in + label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #757575;
    top: 0px;
    z-index: 0;
    border-radius: 2px;
}

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}

[type="checkbox"].filled-in:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #d16d34;
    border-bottom: 2px solid #d16d34;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #d16d34;
    background-color: #d16d34;
    z-index: 0;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
/**check box end**/
.login_logo {
    max-width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 12px;
}

.credit-right {
    display: block;
}

.forgot:hover {
    text-decoration: underline;
    color: #757575;
}

@media screen and (max-width: 992px) and (min-width: 240px) {
    .credit-left {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .credit-right {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        flex: 100%;
    }

    body {
        overflow-y: auto;
    }
}

@media screen and (max-width: 1024px) and (min-width: 993px) {
    .credit-left {
        width: 35%;
        max-width: 35%;
        flex: 35%;
    }

    .credit-right {
        width: 65%;
        max-width: 65%;
        flex: 65%;
    }
}

@media screen and (max-width: 1920px) and (min-width: 1700px) {
    .credit-left {
        padding-top: 0%;
    }

    .credit_warning {
        margin-top: 50px !important;
    }

    .login_logo {
        margin-top: 40px;
        margin-bottom: 26px;
    }
}

@media screen and (max-width: 1699px) and (min-width: 1367px) {
    .credit-left {
        padding-top: 2%;
    }

    .credit_warning {
        margin-top: 30px;
    }

    .login_logo {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

/*@media screen and (max-width: 992px) and (min-width: 240px) {
    .credit-left {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .credit-right {
        display: none;
    }
}

@media screen and (max-width: 1920px) and (min-width: 1700px) {
    .credit-left {
        padding-top: 10%;
    }
    /*.login_account {
        margin-top: 36%;
    }

    .credit_right {
        bottom: 20px;
    }
    .credit_div {
        bottom: 30px;
    }*/

/*@media screen and (max-width: 1699px) and (min-width: 1367px) {
    .credit-left {
        padding-top: 10%;
    }*/
/*.login_account {
        margin-top: 36%;
    }

    .credit_right {
        bottom: 20px;
    }

    .credit_div {
        bottom: 30px;
    }*/
/*}*/
#main {
    display: none;
}

#form1 {
    height: 100%;
}

.container {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.passwrd_input input {
    margin-bottom: 6px !important;
}

.btn.login_btn.focus, .btn.login_btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.passwrd_input .field-validation-error {
    color: red;
    font-size: 12px;
}

.margB16 {
    margin-bottom: 16px;
}

.div__line {
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 5px;
    margin-bottom: 5px;
}

.access__ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

    .access__ul li {
        float: left;
        color: #212121;
        padding: 0px 0px;
        display: block;
        width: 100%;
        margin-bottom: 4px;
    }
.Dealer-Portal {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #4285c9;
    text-transform: uppercase;
    padding-right: 0px;
    margin-top: 15px;
}
.impart-links {
    font-size: 14px;
    margin-top: 16px;
}
        .access__ul li:first-child {
            padding-left: 0px !important;
        }

        .access__ul li:last-child {
            padding-right:0px !important;
        }

        .access__ul li a {
            font-size: 12px;
            color: #212121;
            text-decoration: underline;
            font-weight: 500;
        }

.banner__img {
    pad
    height: 100%;
    text-align: right;
}

    .banner__img input {
        /*width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;*/
        width: 100%;
        height: 100%;
    }

.credit_banner {
    max-width: 100%;
    margin: auto;
    padding-top: 0px;
    display: flex;
    flex-direction: row;
    height: 100%;
    background: #0085c8;
}

.LH-24 {
    line-height: 24px;
}

.margB6 {
    margin-bottom: 6px !important;
}

.loginDiv_line {
    height: 2px;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
}

.credit_warning {
    bottom: 30px;
    max-width: 100%;
    text-align: left;
    margin: auto;
    border: 0;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #212121;
    margin-top:30px;
}

#errorlabel {
    color: red;
    font-size: 12px;
    font-weight: bold
}

.height100 {
    height: 100%;
}

.dealerDiv {
    background: url('login_bg.png');
    height: calc(100% - 190px);
}

.dealerDiv_left {
    width: 50%;
    float: left;
    padding: 10px;
    height: 100%;
    padding-right: 0px !important;
    display: flex;
    flex-direction: column;
}

.dealer_card {
    padding: 2px 8px;
    /* background: rgba(145, 153, 189, 0.65); */
    /*margin-bottom:15px;*/
    /* height: 49.10%; /* calc(100% - 51.5%);*/
        flex: 1;
    display: flex;
}

.dealerDiv_right {
    padding-left: 0px !important;
    width: 50%;
    float: left;
    padding: 10px;
    height: 100%;
}

    .dealerDiv_right .dealer_card {
        padding: 2px 8px;
        /* background: rgba(145, 153, 189, 0.65); */
        height: 100%;
        display:flex;
    }

.dealer_card_header {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 4px;
    font-weight: 600;
    font-family: arial;
}

.dealer_cardimg {
    width: 100%;
    height: 100%;
}

.dealer_card_body {
    height: calc(100% - 24px);
}

/*** CAPTCHA -- START ***/
.captcha {
    height: 75px !important;
    width: 275px !important;
    margin-bottom: -1px !important;
    margin-left: 0px !important;
    transform: scale(0.90) !important;
    -webkit-transform: scale(0.90) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
}

.btn {
    font-size: 12px !important;
}

@media only screen and (max-width:1649px) and (min-width:1481px) {
    .captcha {
        height: 75px !important;
        width: 350px !important;
        margin-bottom: -5px !important;
        margin-left: 0px !important;
        transform: scale(0.80) !important;
        -webkit-transform: scale(0.80) !important;
        transform-origin: 0 0 !important;
        -webkit-transform-origin: 0 0 !important;
    }

    .btn {
        font-size: 9.5px !important;
    }
}

@media only screen and (max-width:1480px) and (min-width:1350px) {
    .captcha {
        height: 75px !important;
        width: 350px !important;
        margin-bottom: -5px !important;
        margin-left: 0px !important;
        transform: scale(0.75) !important;
        -webkit-transform: scale(0.75) !important;
        transform-origin: 0 0 !important;
        -webkit-transform-origin: 0 0 !important;
    }

    .btn {
        font-size: 9.5px !important;
    }
}

@media only screen and (max-width:1349px) and (min-width:1113px) {
    .captcha {
        height: 75px !important;
        width: 350px !important;
        margin-bottom: -5px !important;
        margin-left: 0px !important;
        transform: scale(0.60) !important;
        -webkit-transform: scale(0.60) !important;
        transform-origin: 0 0 !important;
        -webkit-transform-origin: 0 0 !important;
    }

    .btn {
        font-size: 9.5px !important;
    }
}

@media only screen and (max-width:1112px) { /* iPad Landscape */
    .captcha {
        height: 75px !important;
        width: 350px !important;
        margin-bottom: -5px !important;
        margin-left: 0px !important;
        transform: scale(0.52) !important;
        -webkit-transform: scale(0.52) !important;
        transform-origin: 0 0 !important;
        -webkit-transform-origin: 0 0 !important;
    }

    .btn {
        font-size: 7.5px !important;
    }
}

@media only screen and (max-width:1111px) and (min-width:768px) {
    .captcha {
        height: 75px !important;
        width: 350px !important;
        margin-bottom: -5px !important;
        margin-left: 0px !important;
        transform: scale(0.75) !important;
        -webkit-transform: scale(0.75) !important;
        transform-origin: 0 0 !important;
        -webkit-transform-origin: 0 0 !important;
    }

    .btn {
        font-size: 9.5px !important;
    }
}
@media only screen and (max-width:992px) and (min-width:240px) {

    .credit_banner {
        flex-direction: column;
    }
    .loginright_div{
        display:block;
    }
    .dealerDiv_left {
        width: 100%;
        padding-right: 10px !important;
        height: initial !important;
        display: block;
    }

    .dealerDiv_right {
        width: 100%;
        padding-left: 10px !important;
        display: block;
    }
    .scroll_leftbox {
        height: initial;
        overflow:hidden;
    }

    element.style {
    }

    .dealer_card {
        text-align: center;
        justify-content: center;
    }
}

  


    @media only screen and (max-width:767px) and (min-width:240px) {

        .captcha {
            height: 5px !important;
            width: 350px !important;
            margin-bottom: -5px !important;
            margin-left: 0px !important;
            transform: scale(0.70) !important;
            -webkit-transform: scale(0.70) !important;
            transform-origin: 0 0 !important;
            -webkit-transform-origin: 0 0 !important;
        }

        .btn {
            font-size: 9.5px !important;
        }
    }
    /*** CAPTCHA -- END ***/
    .accessline {
        font-size: 12px;
        color: #212121;
        line-height: 18px;
        font-weight: 500;
    }

    .margLR0 {
        margin-left: 0px;
        margin-right: 0px;
    }

.reveal-modal {
    left: 14% !important;
}