#regist_main {
	position: relative;
	width: 100%;
	padding-top: 5px;
}

.img-style {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.h1-style {
	font-size: 20px;
	color: #fff;
	font-family: Microsoft Yahei;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}

.row-mt {
	margin-top: 0px;
}

#regist_div {
	width: 45%;
	margin: 0 auto;
	float: none;
	margin-bottom: 0px;
}

.company-style {
	min-height: 100px;
	width: 100%;
	background: #fff;
	border-radius: 14px;
	box-shadow: -1px 6px 12px 2px #ccc;
	padding: 20px 100px 30px 10px;
}
@media screen and (max-width: 1200px) {
    .company-style {
		padding: 20px 20px 30px 10px;
	}
}
 
.col-md-6-style {
	width: 50%;
	margin: 0 auto;
	float: right;
}

.w20 {
	width: 20%;
	padding: 0px;
	display: inline-block;
	margin-top: 15px;
	text-align: right;
	float:left;
}

.w21 {
	width: 21%;
	padding: 0px;
	display: inline-block;
	margin-top: 10px;
}

.h5-style {
	color: #666;
	font-family: Microsoft Yahei;
	font-weight: bold;
}

.right-style {
	width: 78%;
	box-shadow: 1px 1px 5px 1px #ddd inset;
	padding: 5px;
	border-radius: 4px;
	float: right;
	display: inline-block;
	margin-top: 10px;
	position: relative;
	
}

.color-red {
	color: red;
}

#myTabContent input{
	height: 30px;
	font-size: 14px
	
}
.codetyle{
    width:98px;
	border: 1px solid #ccc;
    color: #fff;
    background-color: rgb(57,180,217); 
}
#cancel{
	float: left;
    margin: 2px 0px -15px 20px;
    border-color:rgba(0,0,0,0);
}
.nav-tabs>li>a{
	color:#fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color:#000;
}

.eyeSlashStyle{
	font-size: 25px; 
}
#emailEye,#phoneEye {
	display: none
}
 

