body {
	margin: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE/Edge */
	user-select: none;
	/* Other browsers */
}

::-ms-clear,
::-ms-reveal {
	display: none;
}

@font-face {
	font-family: "bmw_group_blod";
	src: url('./font/BMWGroup_Cond_Bold.ttf');

}



@font-face {
	font-family: "bmw_group_blod_italic";
	src: url('./font/BMWGroup_Cond_BoldItalic.ttf');
}

@font-face {
	font-family: "bmw_group_italic";
	src: url('./font/BMWGroup_Cond_Italic.ttf');
}


@font-face {
	font-family: "bmw_group_regular";
	src: url('./font/BMWGroup_Cond_Regular.ttf');
}

@font-face {
  font-family: "bmw_type_next_latin_tt_bold";
  src: url('./font/BMWTypeNext Latin TT/BMWTypeNextLatinTT-Bold.ttf');
}

@font-face {
  font-family: "bmw_type_next_latin_tt_light";
  src: url('./font/BMWTypeNext Latin TT/BMWTypeNextLatinTT-Light.ttf');
}

@font-face {
  font-family: "bmw_type_next_latin_tt_regular";
  src: url('./font/BMWTypeNext Latin TT/BMWTypeNextLatinTT-Regular.ttf');
}

@font-face {
	font-family: "bmw_type_next_latin_tt_thin";
	src: url('./font/BMWTypeNext Latin TT/BMWTypeNextLatinTT-Thin.ttf');
}

@font-face {
	font-family: "bmw_type_next_latin_tt_condensed_bold";
	src: url('./font/BMWGroupTNCondensed/BMWGroupTNCondensed-Bold.otf');
}

@font-face {
	font-family: "bmw_type_next_latin_tt_condensed_thin";
	src: url('./font/BMWGroupTNCondensed/BMWGroupTNCondensed-Light.otf');
}

@font-face {
	font-family: "bmw_type_next_latin_tt_condensed_medium";
	src: url('./font/BMWGroupTNCondensed/BMWGroupTNCondensed-Medium.otf');
}

@font-face {
	font-family: "bmw_type_next_latin_tt_condensed_regular";
	src: url('./font/BMWGroupTNCondensed/BMWGroupTNCondensed-Regular.otf');
}

@font-face {
	font-family: "bmw_type_next_latin_tt_condensed_thin";
	src: url('./font/BMWGroupTNCondensed/BMWGroupTNCondensed-Thin.otf');
}


* {
	font-family: bmw_type_next_latin_tt_regular, Tahoma, sans-serif !important;
}

@media screen and (max-width: 751px) {
	* {
		font-family: bmw_type_next_latin_tt_regular, Tahoma, sans-serif !important;
	}
}


::-webkit-input-placeholder {
	color: #cdcdcd;
}

:-moz-placeholder {
	color: #cdcdcd;
}

::-moz-placeholder {
	color: #cdcdcd;
}

:-ms-input-placeholder {
	color: #cdcdcd;
}

::placeholder {
	color: #cdcdcd;
}



.n-login,
.n-login * {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: normal;
}

.n-login ul,
.n-login ol,
.n-login li,
.n-login dl,
.n-login dd,
.n-login dt {
	list-style: none;
	list-style-type: none;
}

.n-login input,
.n-login textarea {
	appearance: none;
	background: none;
}

.n-login textarea {
	font-family: inherit;
	resize: none;
	background: none;
}

.n-login input[type='button'],
.n-login button {
	cursor: pointer;
	user-select: none;
	/* background: none; */
}

.n-login input[type='text'],
.n-login input[type='password'] {
	width: 100%;
}

.n-login a,
.n-login i,
.n-login a:hover {
	text-decoration: none;
	cursor: pointer;
}

.n-login table {
	border-collapse: collapse;
}

.n-login input {
	outline: none;
}