* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.footer-bg-hm{position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px;background: #EFEFEF;
    color: #555;
}

.bg-image {
    background-position: 65% 50%;
    background-repeat: no-repeat;
	height: 800px;
}
	
	.login-head {
    color: #000;
}

.login-head {
    font-size: 30px;
font-family: Volkswagen-Bold,sans-serif;
}
.login-head {
    padding: 15px 0px;
}

input[type="text"], input[type="password"] {
    display: inline-block;
    height: 38px;
    width: 385px;
    border: 1px solid #cccccc;
    outline: none;
    margin-bottom: 15px;
    padding: 0px 15px;
}
	
	.dealerName{padding: 30px 0px;
    border-bottom: 1px solid #c5c4c4;}
	
	.login-dtls {
    position: absolute;
    top: 22%;
    padding: 0 0%;
    z-index: 1;
}

.login-form .req {
    color: #ccc;
}
.login-form .req {
    position: absolute;
    right: 25px;
    top: 10px;
}

.loginbtn {
    background: #00aeef;
    color: #fff;
}
.loginbtn {
    font-size: 16px;
    font-family: Volkswagen-Bold,sans-serif;
}
.loginbtn {
    height: 38px;
    width: 385px;
    border: 0px;
    cursor: pointer;
}
/*Login Page Style Starts*/
.login-form .no-margin {
	margin-left:0px;
	margin-right:0px;
}
.no-padding{
	padding-left:0px;	
	padding-right:0px;
}

/*Login Page Style Ends*/
/*Footer Style Starts*/
.footer-bg-hm {
	position: fixed;
    width: 100%;
    bottom: 0px;
    padding:10px;
    z-index:1;
}
.footer-bg {
    width: 100%;
    bottom: 0px;
     padding:10px;
}
.pipe {
	margin:0px 5px;
}
/*Footer Style Ends*/
.maincontent{position:relative;}
.loaderbg{
    width: 100%;
    z-index: 99;
    position: fixed;
    top: 0px;
    bottom:0px;
    
}
.loadercont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);	
}

.loader-icon {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #C81444;
  padding:50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  z-index:1000;
 
}

@media (min-width: 1025px) and (max-width: 1280px) {
.bg-image{height: 670px;}
}
@media (max-width: 768px) {
	
	.login-bg-hm{
	height:75%;
	width:auto;
	right:0%;
	}
	.xs-padding-5 {
	padding:5px;
	}
	.xs-margin-bottom-10 {
	margin-bottom:10px;
	}
	.xs-margin-top-10 {
	margin-top:10px;
}
	.xs-margin-left-0 {margin-left:0px;}
	.xs-padding-left-15 {padding-left:15px;}
	.logo-img .img-responsive {
    max-width: 75%;
}
.login-dtls{
	position:relative;
	top:100px;    width: min-content;
	}
		.content-body-login {
    min-height: 870px;
}
.bg-image{ background-position: 65% 0%;background-size:200%}
} 

@media (max-width: 600px) {
	.content-body {
	min-height:400px;
}
.content-body-login{min-height:480px;}
	.pos-desktp {
	top:0px;
    margin-bottom: 10px;
     position: relative;
    width: 100%;
}
	
.xs-text-left {text-align:left;}
.xs-margin-top-10 {
	margin-top:10px;
}
.header-name {
	padding-left: 20%;
    line-height: 14px;
    padding-top: 5%;
}
.col-md-13 {
	width:47%;
	min-height: 160px;
	}
	.xs-center {
	text-align:center;
	}
	.xs-no-margin {
	margin-left:0px;
	margin-right:0px;
	}
	#oldpass, #pass, #passConfirm {
    width: 91%;
}

.colorlist .colrtb {  
	max-width: 85px;
    height: 85px;
    }
    .header-name {
    margin-top:0px;
	}
	input[type="text"], input[type="password"] {
    width: 260px;
}
.login-form .req {
    right: 15px;
}
.login-dtls, .loginbtn {
    width: 260px;
}
.login-dtls {
    top: 30px;
}
.footer-bg-hm{padding:4px;position: relative;}

}

.loader {
	display:none;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #C81444;
  padding:25px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position:absolute;
  top:15%;
  left:35%;
  margin:10%;
 
}
 @media (min-width: 320px) and (max-width: 480px) {.bg-image{height: auto;}}
.loginError{text-align: center;color: red;
}