html, body {
    height: 100%;
    overflow: hidden;
}
body{
	font-family: 'Montserrat', 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%;
}
.padR0 {
    padding-right: 0 !important;
}
.text-center {
    text-align: center!important;
}
.login_account {
    background: #fff;
    padding: 25px 20px;
    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-size: 100% 100%;
}
.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: 50px;
	margin-bottom: 40px;
	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:none;
	}
}

@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:10%;
	}

}
@media screen and (max-width: 1699px) and (min-width: 1367px){
	.credit-left{
		padding-top:10%;
	}
}

/*@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;
}
    .access__ul li {
        float: left;
        color: #ffffff;
        padding: 0px 9px;
    }
        .access__ul li:first-child {
            padding-left: 0px !important;
        }

        .access__ul li:last-child {
            padding-right: 0px !important;
        }

        .access__ul li a {
            font-size: 10px;
            color: #ffffff;
            text-decoration: underline;
        }
.banner__img {
    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;
    height: calc(100% - 269px);
}
.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: 13px;
    line-height: 20px;
}