#module-sohomarketplace-register #wrapper .breadcrumb{
	display: none;
}
#sohomarketplace-register{
	background: #fff;
	max-width: 720px;
	margin: 0 auto;
	color: #333;
}
#module-sohomarketplace-register #wrapper {
    padding: 24px 0;
}

#module-sohomarketplace-register #notifications{
	margin-top: 24px;
}
#module-sohomarketplace-register .alert{
	margin-bottom: 0;
}

#module-sohomarketplace-register h1 {
    font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #475363;
	margin-bottom: 16px;
	padding: 16px 32px;
	position: relative;
	border-bottom: 1px solid #E2E5EA;
}
#sohomarketplace-register .register-form{
	padding: 0 32px;
}
#sohomarketplace-register h3{
	margin: 16px 0;
	color: #475363;
	font-size: 18px;
	line-height: 24px;
}
#sohoshop_message{
	min-height: 100px;
}
#sohoshop_submit{
	width: 100%;
}
#sohomarketplace-register input[type="text"],
#sohomarketplace-register input[type="email"],
#sohomarketplace-register input[type="password"]{
	width: 100%;
	display: inline-block;
}
#sohomarketplace-register .register-form strong{
	font-size: 22px;
	margin-bottom: 32px;
	display: inline-block;
	color: #EFA2CA;
}
#sohomarketplace-register .register-form strong.mt{
	margin-top: 32px;
}
#sohomarketplace-register .input-group{
	vertical-align: middle;
	margin-bottom: 8px;
	margin-left: 16px;
}
#sohomarketplace-register .input-group input[type="text"]{
	margin: 0;
}
#sohomarketplace-register .input-group .input-group-addon{
	height: 40px;
	width: 100px;
}
.pre_textarea{
	margin: 16px 0 32px;
}
@media (min-width: 768px){
	#sohomarketplace-register .form-line{
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	#sohomarketplace-register .form-line .form-line-label{
		display: flex;
		white-space: nowrap;
		color: #333;
		padding: 8px 0;
	}
	#sohomarketplace-register .form-line .input-group{
		display: flex;
	}
}
#sohomarketplace-register .form-line .form-line-label.ml{
	margin-left: 16px;
}
#sohomarketplace-register sup{
	color: #F65A5A
}
#sohomarketplace-register .req{
	margin: 16px 0;
	text-align: right;
	font-size: 14px;
}
.form-group.form-error .form-control{
	outline:2px solid #F65A5A;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.form-group.form-ok .form-control{
	outline:2px solid #99D700;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


@media (max-width: 767px){
	#sohomarketplace-register input[type="text"], #sohomarketplace-register input[type="email"], #sohomarketplace-register input[type="password"],
	#sohomarketplace-register .input-group	{
		margin-left: 0;
	}
	#sohomarketplace-register .form-line .form-line-label{
		text-align: left;
		color: #333;
	}
}
@media (max-width: 479px){
	#sohomarketplace-register .input-group .input-group-addon {
		height: 40px;
		width: 100%;
		display: inline-block;
		border: none;
	}
	#sohomarketplace-register .input-group input[type="text"]{
		text-align: center;
	}
}