@charset "utf-8";

body { background-color: #FFFFFF !important; font-family: "BMWTypeNext-Regular";  letter-spacing: 0;}

.login_wrap {
	width: 1000px;
	height: 485px;
	position: absolute;
	top: 45%;
	left: 50%;
	margin: -243px 0 0 -500px;
}

.top_wrap {
	width: 100%;
	height: 65px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.top_wrap>.type_logo {

	width: 206px;
	height: 100%;
	background: url(/images/dealer_type.png) no-repeat;
}

.top_wrap>.simbol_logo {

	width: 159px;
	height: 65px;
	background: url(/images/bmwgroup_ci.png) no-repeat center;
}



.content_wrap {
	width: 1000px;
	height: 375px;
	background: #f2f2f2;
	box-sizing: border-box;
}

.members_wrap {
	width: 100%;
}

.members_wrap>.title {
	float: left;
	width: 488px;
	height: 375px;
	overflow: hidden;
}


.input * { font-family: "BMWTypeNext-Regular"; } 
.slider { display: flex; transition: transform 300ms ease-in-out; } 
.slide_login_img { width: 488px; height: 375px; background-size: cover; background-position: center; flex-shrink: 0; /* Prevent shrinking */}


input[type="checkbox"]{
	display: none;

}

input[type="checkbox"] + label{
	



	color: #7D7D7D;
	font-size: 14px;
	background:url(/images/Checked.png) no-repeat;
	background-position: left center;

	padding-left: 24px;


}
input[type="checkbox"]:checked + label{


	background:url(/images/Check_normal.png) no-repeat center left;


}


.members_wrap>.input_wrap {
	float: right;
	width: 390px;
	padding: 55px 60px 0 0;
}

.members_wrap>.input_wrap>.title1 {
	margin-bottom: 6px;
	font-family: bmwtypeweblight;
	font-size: 15px;
}

.members_wrap>.input_wrap>.title2 {
	margin-bottom: 40px;
	font-family: BMWTypeNext-Bold;
	font-size: 40px;
/*	font-weight: bold;
	background: url(/images/dealer_title1.png) no-repeat center center;*/
}

.members_wrap>.input_wrap>.id, .members_wrap>.input_wrap>.pw {
	width: 390px;
	height: 30px;
}

.members_wrap>.input_wrap>.id input {
	width: 90%;
	height: 30px;
	border: 1px solid #ccc;
	padding: 0 10px;
	margin-bottom: 9px;
}

.members_wrap>.input_wrap>.pw input {
	width: 90%;
	height: 30px;
	border: 1px solid #ccc;
	padding: 0 10px;
	margin-bottom: 12px;
}

.members_wrap>.input_wrap .id .txt, .members_wrap>.input_wrap .pw .txt {
	float: left;
	width: 100px;
	height: 30px;
	font-size: 14px;
	color: #797979;
	line-height: 30px;
	font-family: "BMWTypeNext-Regular";
	letter-spacing: initial;
}

.members_wrap>.input_wrap .id .txt {
	/* background: url(/images/user_id.png) no-repeat left center; */
}

.members_wrap>.input_wrap .pw .txt {
	/* background: url(/images/password.png) no-repeat left center; */
}

.members_wrap>.input_wrap .input {
	float: left;
	width: 288px;
}

.members_wrap>.input_wrap>.check {
display: flex;

	width: 100%;
	margin: 0 0 14px 101px;
}



.members_wrap>.input_wrap>.btn {
	width: 100%;
	height: 40px;
}

.members_wrap>.input_wrap>.btn>.btnL, .members_wrap>.input_wrap>.btn>.btnR {
	width: 190px;
	height: 40px;
	cursor: pointer;
	width: 190px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-family: "BMWTypeNext-Bold";
}

.members_wrap>.input_wrap>.btn>.btnL {
	float: left;
	background-color: #0066B1;



	/* background: url(/images/login_btn.png) no-repeat center center; */
}

.members_wrap>.input_wrap>.btn>.btnL:hover {
	background-color: #02469E;
	/* background: url(/images/login_btn_ov.png) no-repeat center center; */
}

.members_wrap>.input_wrap>.btn>.btnR {
	float: right;
	background-color: #606060;
	/* background: url(/images/reset_btn.png) no-repeat center center; */
}

.members_wrap>.input_wrap>.btn>.btnR:hover {
	float: right;
	background-color: #555555;
	/* background: url(/images/reset_btn_ov.png) no-repeat center center; */
}

.footer_wrap {
	width: 100%;
	height: 15px;
	text-align: right;
	font-size: 13px;
	color: #6D777D;
	letter-spacing: 0;
	font-family: BMWTypeNext-Regular;

	margin-top: 10px;
	/* background: url(/images/copyright.png) no-repeat right center; */
}
.footer_wrap  b{
	font-size: 15px;
}
.link_wrap a{
	font-size: 13px;
	color: #6D777D;
	text-decoration: underline;
	font-family: BMWTypeNext-Regular;
}


.ax-mask {
	z-index: 1000;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%
}

.ax-mask .ax-mask-bg {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4
}

.ax-mask .ax-mask-content {
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	text-shadow: 0px 1px 0px #000
}

.ax-mask .ax-mask-content * {
	color: inherit
}

.ax-mask .ax-mask-content div {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

i.cqc-30x{font-size:3em}