/*****************************/
/********** GENERAL **********/
/*****************************/

/*** LAYOUT ***/
.iso-form-container{
	margin:0!important;
}

/*** LEFT SCREEN ***/
.left-screen{
	background: #006699;
	color: #fff;
	position: relative;
	padding: 150px 115px;
}

.left-screen:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 50px 50px;
	border-color: transparent transparent transparent #006699;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -50px;
}

.row-inner-shopusp{
	width: 100%;
	max-width: 600px;
	float: right;
}

/*** RIGHT SCREEN ***/
.right-screen{
	position: relative;	
	padding: 80px 210px;
}

.row-inner-formular{
	width: 100%;
	max-width: 900px;
}

/********************************/
/********** TYPOGRAPHY **********/
/********************************/

h1,.h2,.h3,.h4,label,ul,ol,button{
	text-transform: uppercase;
}

h1,.h2{
	font-weight: 100;	
}

.h3,.h4{
	color: #006699;
	font-weight: 700;
}

h1{
	font-size: 38px;
	line-height: 1.4;
	margin-bottom: 50px;
}

.h2{
	font-size: 32px;
	line-height: 1.4;
	margin-bottom: 27px;
}

.h3{
	font-size: 38px;
	margin-bottom: 18px;
}

.h4{
	font-size: 22px;
	margin-bottom: 25px;
	color: #7d878e;
}

.bold{
	font-weight: 700;
}

.iso-form-container small{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
}

.iso-form-container .text-muted{
	color: #81868a!important;
	text-transform: none;
	font-size: 12px;
	font-weight: 400;
}

.iso-form-container ul.checklist{
	list-style: none;
	padding-left: 15px;
	font-weight: 100;
	font-size: 30px;
}

.iso-form-container ul.checklist li{
	margin-bottom: 3px
}

.iso-form-container ul.checklist li:last-child{
	margin-bottom: 0;
}

.iso-form-container ul.checklist li:before{
	content: "";
	background-image: url(../../img/registration/check_icon.svg);
	background-size: cover;
	width: 33px;
	height: 24px;
	background-repeat: no-repeat;
	color: #fff;
	margin-right: 40px;
	display: inline-block;
}

/********************************/
/********** UTILITIES **********/
/********************************/

.iso-form-container hr{
	opacity: 1;
	border-width: 3px;
	color:#fff;
}

.hr-50{
	margin-top: 50px;
	margin-bottom:50px;
}

.hr-20{
	margin-top: 20px;
	margin-bottom:20px;
}

/*** BUTTON DESIGN ***/
.iso-form-container .btn-primary{
	background: #006699;
	font-weight: 600;
	border-radius: 0;
	border: 2px solid #006699;
	font-size: 24px;
	letter-spacing: .05em;
	padding: 0.45rem 2.5rem;
	white-space: nowrap;
}

.iso-form-container .btn-primary:hover{
	background-color: #fff;
	color: #006699;
	border-color: #006699;
}

/**************************/
/*** LEFT SCREEN DESIGN ***/
/**************************/

.iso-chemie_logo{
	max-width: 200px;
	margin-bottom: 100px;
}

/***************************/
/*** RIGHT SCREEN DESIGN ***/
/***************************/

/*** INPUT FIELDS ***/
.form-label{
	color: #7D878E;
	font-weight: 500;
}

.form-control,.form-select{
	border-color: #CACED1;
	border-radius: 0;
	line-height: 2.5;
	margin-bottom: 10px;
}

.form-control:focus{
	border-color: #006699;
	box-shadow: 0 0 0 0.05rem rgb(0 102 153);
}

.form-check{
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-flex;
	align-items: center;
}

.form-check-label{
	color: #7D878E;
	font-weight: 500;
	text-transform: none;
}

.form-check-input[type=checkbox]{
	border-radius: 0;
	border-color: #CACED1;
	width: 2.5em;
	height: 2.5em;
	margin-right: 10px;
}

.form-check-input:checked{
	background-color: #006699;
}

.form-check-input[type=checkbox]{
	box-shadow: none;
}

.form-check-inline{
	display: inline-flex;
	margin-right: 1rem;
	align-items: center;
}

.iso-disclaimer{
	margin-bottom: 25px;
	font-size: 14px;
}

.iso-register span{
	color: #7D878E;
	padding-top: 32px;
	display: block;
	font-size: 14px;
}

.iso-register a{
	color: #006699;
	text-decoration: underline;
}


/********************************/
/********** RESPONSIV ***********/
/********************************/

@media(max-width:1980px){
	.right-screen{
		padding: 80px 120px;
	}
}

@media(max-width:1600px){
	.iso-register{
		width: 100%;
	}
	
	.iso-chemie_logo{
		max-width: 140px;
		margin-bottom: 80px;
	}
	
	h1{
		font-size: 34px;
	}
	
	.iso-form-container small{
		font-size: 18px;
	}
	
	.h2{
		font-size: 28px;
	}
	
	.h3{
		font-size: 32px;
	}
	
	.iso-form-container ul.checklist{
		font-size: 22px;
	}
	
	.iso-form-container ul.checklist li:before{
		width: 21px;
		height: 16px;
		margin-right: 16px;
	}
	
	.form-control,
	.form-select{
		line-height: 2.2;
	}
	
	.form-check-input[type=checkbox]{
		width: 2.2em;
		height: 2.2em;
	}
}

@media(max-width:1280px){
	.left-screen{
		padding: 85px;
	}
	
	.right-screen{
		padding: 80px 80px 80px 120px;
	}
}

@media(max-width:1024px){
	
	.iso-chemie_logo{
		max-width: 120px;
		margin-bottom: 80px;
	}
	
	.left-screen,.right-screen{
		width: 100%;
		padding: 2.5rem;
	}
	
	.right-screen{
		padding-top: 5rem;
	}
	
	.iso-form-container .min-vh-100{
		min-height: auto!important;
	}
	
	.row-inner-shopusp,.row-inner-formular{
		max-width: 100%;
	}
	
	.left-screen:after{
		top: auto;
		right: auto;
		left: 120px;
		border-width: 50px 50px 0 50px;
		border-color: #006699 transparent transparent transparent;
		bottom: -50px;
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	h1,.h2{
		font-size: 24px;
	}
	
	.h3{
		font-size: 28px;
	}
	
	.iso-form-container small{
		font-size: 16px;
	}
	
	.iso-form-container ul.checklist{
		padding-left: 0;
	}
	
	.iso-form-container ul.checklist{
		font-size: 20px;
	}
	
	.iso-form-container ul.checklist li:before{
		width: 20px;
		height: 17px;
		margin-right: 20px;
	}
	
	.form-check-inline{
		display: block;
	}
	
	#AGB{
		width: 3.5em;
	}
	
	.form-control,
	.form-select{
		line-height: 2.5;
	}
	
	.form-check-input[type=checkbox]{
		width: 2.5em;
		height: 2.5em;
	}
	
	.form-check-inline .form-check-label{
		line-height: 3;
	}
	
	.iso-form-container .btn-primary{
		font-size: 16px;
		width: 100%;
	}
	
	.iso-register a{
		display: block;
		margin-top: 10px;
	}
}