.register-container{
	width:700px;
	/*min-height:1000px;*/
	padding-bottom: 50px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	position: relative;
}
.form-register{
	width:600px;
	height:auto;
	margin:0 auto;
	margin-top:60px;
	padding:10px;
	border-radius:10px;
	box-shadow:-1px 1px 3px 3px #ccc;
/* 	background-color:rgba(89, 89, 89, 0.3); */
	background-color:#fff;
	padding-bottom:20px;

}
.register-container label{
	width:100%;
	height:35px;
	background-color:#9A050F;
	font-size:20px;
	line-height:35px;
	padding-left:10px;
	color:#fff;
	position:relative;
	z-index:-10;
}
.form-register li{
	list-style:none;
	width:80%;
	margin-left:0%;
}
.form-register li{
	text-align:right;
	margin-bottom:20px;
}
.form-register li input{
	width:300px;
	margin-left:50px;
	border:none;
	border-radius:5px;
	height:30px;
	background-color:#dddddd;
	z-index:999;
	padding-left:10px;
}

.form-register li select{
	width:300px;
	margin-left:50px;
	border:none;
	border-radius:5px;
	height:30px;
	background-color:#dddddd;
	z-index:999;
	padding-left:10px;
}

.input{
	margin-left:-50px;
	outline:none;
}
.input:hover{
	background-color:#eeeeee;
}
.form-register li textarea{
	width:300px;
	margin-left:50px;
	border:none;
	border-radius:5px;
	background-color:#dddddd;
	padding-left:10px;
}
.form-register h3{
	margin-bottom:30px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	color:#c1102f;;
	text-shadow:2px 2px 3px #535362;

}
.register-background{
	width:450px;
	height:450px;
	opacity:0.04;
	z-index:-1;
	top:300px;
	left:350px;
	position:absolute;
}
#btnSubmit{
	transition:ease-in 100ms;
	width:200px;
	height:40px;
	border-radius:5px;
	background-color:#ffffff;
	border:2px solid #c1102f;
	color:#c1102f;

	font-size:16px;
	font-weight:bold;
}
#btnSubmit:hover{
	background-color:#c1102f;
	color:#ffffff;
}
.logo-brokers{
	width:77%;
	margin:0 auto;
}
.img-brokers-logo{
	width:150px;
	height:150px;
	margin:0 auto;
	border:1px solid #ccc;
	cursor:pointer;
	margin-left:60px;
	margin-bottom:20px;
}
.form-group{
	width:70%;
	margin-left:10%;
}
#image{
	position:absolute;
	top:500px;
	left:470px;
}
