@media screen and (min-width: 1180px){  
    .reg_mid_left{
    	width:60%;
    	border-right: 1px solid #f3f3f3;
    }
}
@media screen and (max-width: 1180px){  
     .reg_mid_left{
    	width:90%;
    }
}


.reg_inner {
    width: 100%;
    max-width: 1180px;
    background: #fff;
    margin: 0 auto;
    min-height: 640px;
    height: auto;
    overflow: hidden;
}

.reg_inner_header {
    background: #f5f5f5;
    height: 80px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}

.rih_left {
    width: 120px;
    height: 80px;
    border-right: 1px solid #f3f3f3;
    float: left;
    text-align: center;
    line-height: 80px;
    color: #000;
    font-size: 24px;
    cursor: pointer;
    background: #fff;
}

.rih_left2 {
    width: 120px;
    height: 80px;
    border-right: 1px solid #f3f3f3;
    float: left;
    background: #fafafa;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
    color: #707070;
}

.reg_mid_left {
    float: left;
    height: auto;
    min-height: 580px;
    margin-left: 15px;
}

.reg_mid_right {
    float: right;
    width: 40%;
    padding: 5px;
}

.reg_form {
    margin: 50px auto;
    max-width: 400px;
}

.form-group {
    max-width: 400px;
    margin-bottom: 15px;
}

.has-feedback {
    position: relative;
}

.kong10 {
    height: 10px;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px 6px 55px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.login_btn {
    display: block;
    height: 50px;
    background: #f66;
    border: none;
    width: 100%;
    max-width: 400px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.has-feedback i {
    position: absolute;
    top: 1px;
    line-height: 22px;
    width: 45px;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px 0 0 5px;
    color: #CCC;
    font-size: 1.2em;
    border-right: 1px solid #CCC;
    color: #f66;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-user{
    height: 22px;
}

.registerText{
	text-align: center;
	margin-top: 30px;
	margin-bottom: -30px;
	display:none;
}