@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,500;0,700;1,200;1,400;1,700&display=swap');
body, label, input {
	font-family: 'Poppins', sans-serif !important;
}
.wcc_Body {
	background-color: white;
}

.card {
	border-width: 0px;
}

.wcc_Body.identificeerRelatie input[type=submit],
.identificeerRelatie .show > .btn-success.dropdown-toggle {
	background-color: #e3614c !important;
	color: white;
	padding: 13px 65px 15px 25px !important;
	font-size: 18px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400;
	line-height: 1em;
	display: block;
	float: left;
	margin-bottom: 1em;
	background-image: url(https://mijn.rotterdamsquare.nl/_catalogs/masterpage/designfiles/images/arrow-right.svg);
	background-position: right 25px center;
	background-size: 24px;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
	margin-right: 15px;
	border-radius: unset;
	border: none;
	height: 45px;
	text-transform: capitalize;
	margin-top: 1em;
}

.identificeerRelatie .btn-success[disabled]{
	display: none !important;
}

.wcc_Body.identificeerRelatie input[type=button],
.identificeerRelatie .btn-success:not(:disabled):not(.disabled).active,
.identificeerRelatie .show > .btn-success.dropdown-toggle {
	background-color: #e3614c !important;
	color: white;
	padding: 13px 65px 15px 25px !important;
	font-size: 18px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400;
	line-height: 1em;
	display: block;
	float: left;
	margin-bottom: 1em;
	background-position: right 25px center;
	background-size: 24px;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
	margin-right: 15px;
	border-radius: unset;
	border: none;
	height: 45px;
	text-transform: capitalize;
	margin-top: 1em;
}

.identificeerRelatie label, .identificeerRelatie input
{
	color: #094836;
}
.identificeerRelatie input[type=email] 
{
	border: 1px solid rgba(32,186,161,.4) !important;
	padding: .5em;
	width: 100%;
}
.identificeerRelatie input[type=email]:focus 
{
	border-color: rgba(32,186,161,1) !important;
}
.identificeerRelatie .wcc_Required
{
	border-color: #20BAA1 !important;
}
