.content-container table td{
	white-space:normal;	
}
.content-container {
	max-width: 1430px;
	margin:auto;
	padding: 20px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content-container .registrationform {
background-color: #f6f5f0;
border-radius: 7px;
box-shadow: 0 2px 2px #CCC;
margin: 15px 15px 35px 0;
width: 60%;
border: 1px solid #DDD;
}
@media screen and (max-width:999px){
	.registrationform, .registerText {
		width:100% !important;
		float:none !important;	
	}
}
.content-container .form_input_text {
max-width: 300px;
border: 1px solid #C9C9C9;
padding: 7px 10px;
border-radius: 5px;
background-color: #FFF;
box-shadow: inset 0 1px 2px #CCC;
letter-spacing: 0.05em;
text-shadow: 0 1px 0 #FFF;
display: inline;
margin: 7px 0;
font-size: 17px!important;
color: #361754;
}
.content-container .selectbox {
border: 1px solid #c9c9c9;
border-radius: 5px;
box-shadow: 0 1px 2px #ccc inset;
display: inline;
font-size: 14px;
letter-spacing: 0.05em;
margin: 7px 0;
padding: 7px 3px;
text-shadow: 0 1px 0 #FFF;
width: 150px;
}
#register {
margin: 15px 50px 15px 0;
}
.content-container .registrationHead {
background-color: #e1e2e3;
border-radius: 6px 6px 0 0;
padding: 10px 15px;
text-align: center;
border-bottom: 1px solid #CCC;
}
.content-container label span {
width: 80px;
padding-right: 5px;
float: left;
margin-top: 10px;
text-shadow: 0 1px #FFF;
color: #4a4a4a;
line-height: 1.2em;
}
.content-container label div {
text-align: right;
}
.content-container label strong {
color: red;
padding-left: 2px;
}
.content-container td {
position: relative;
}
.content-container .registrationform span {
float: right;
text-align: right;
text-shadow: 0 1px #FFF;
}
.content-container span.formErrText {
position: absolute;
font-size: 12px;
top: 10px;
right: -382px;
color: #FFF;
padding: 2px 5px;
border-radius: 3px;
opacity: 0.8;
background-color: red;
box-shadow: 2px 2px 3px #555;
z-index: 9999;
max-width: 90px;
text-align: left;
text-shadow: 0 1px brown;
}
.content-container .formErrText:after {
right: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 51, 51, 0);
border-right-color: var(--error-text-danger);
border-width: 5px;
margin-top: -5px;
}
.content-container .formErrorRow {
background-color: pink;
padding: 5px 5px 5px 85px;
border: 15px solid #F5F5F5;
border-width: 15px 50px 15px 35px;
}
.content-container .registrationform strong {
color: red;
}
.content-container h4 {
font-size: 15px;
color: #4a4a4a;
}
.content-container .registerText {
float: left;
width: 35%;
}
.content-container .registerText p {
text-align: justify;
}
.content-container .registerText ul {
margin-left: 40px;
margin-top: 10px;
width: 235px;
margin: 10px 0 35px 40px;
}
.content-container .registerText li {
line-height:15px;
margin-bottom:5px;
}
.content-container .serviceTitle {
color: #361754;
font-size: 18px;
border-bottom: 1px dotted #CCC;
padding-bottom: 15px;
margin-bottom: 15px;
line-height: 1.2em;
}
#registerform td:first-of-type {
    min-width: 270px;
    padding-top: 0!important;
    margin-top: 0;
    margin-bottom: auto;
}
span#captcha_error {
    float: none;
    display: block;
    position: relative;
    left: 102%;
    right: unset;
    top: -20px;
    max-width: 100%;
    text-align: center;
    height: 34px;
    padding-top: 6px;
    margin-bottom: -15px;
}
span#captcha_error:after {
    display: none;
}
@media (max-width: 992px) {
	.content-container {
		flex-direction: column;
	}
	#registerform table {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 3em 0;
		padding: 0;
	}
	#registerform table tr {
		display: flex;
		flex-direction: column;
	}
	#registerform table td:first-of-type {
		display:block;
		min-width: unset;
		padding-left:0!important;
		width:100%!important;
	}
	#registerform table td:first-of-type span {
		float: none;
	}
}

@media (max-width: 450px) {
	#registerform table td.formErrorRow {
		width: 75% !important;
	}
	.content-container span.formErrText {
		left: 0;
    	display: block;
    	position: relative;
	}
	.content-container span.formErrText:after {
		display: none;
	}
	span#captcha_error {
		left: 0;
		width: 80%;
	}
}