.qcCode {
    height: 250px;
    -padding: 13px 14px 15px;
    top: 33%;
    left: 15%;
    margin-left: 91px;
    text-align: left;
    position: absolute;
    z-index: 2;
}
.navbar-container .navbar-brand {
    color: #ffffff;
    font-size: 24px;
    text-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

.btn-primary_blue {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.my-form {
    position: absolute;
    width: 360px;
    right: 50%;
    margin-right: -180px;
    top: 50%;
    margin-top: -170px;
    padding: 76px 30px 44px 30px;
    #background: url(../images/black-30.png) repeat;
}
.my-form-header {
   
    #top: 28px;
    left: 0;
    width: 100%;
    font-size: 18px;
	margin-bottom: 10px;
}
.my-form-header-login {
    position: absolute;
    left: 92px;
	top: 30px;
}
.my-form-header-register {
    position: absolute;
    right: 88px;
	top: 30px;	
}
.my-form-header-color {
    color: #f2f4fa;
}
.btn-primary {
    background-color: #1570a6;
}
.num1 .left {
    width: 15px;
    height: 35px;
    float: left;
}
.num1 .conter {
    background-color: #1392d4;
    height: 35px;
    color: white;
    float: left;
}
.num1 .right {
    width: 0px;
    height: 0px;
    border: 15px solid transparent;
    border-left-width: 11px;
    border-right-width: 0px;
    border-top-width: 18px;
    border-bottom-width: 17px;
    border-left-color: #1392d4;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    float: left;
}


.xsteps label {
    font-family: "微软雅黑","华文细黑","黑体";
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
}

.num3 .left {
    width: 0px;
    height: 0px;
    border: 15px solid transparent;
    border-left-width: 11px;
    border-right-width: 0px;
    border-top-width: 18px;
    border-bottom-width: 17px;
    float: left;
    border-left-color: transparent;
    border-right-color: #c1c1c1;
    border-top-color: #c1c1c1;
    border-bottom-color: #c1c1c1;
}

.num3 .conter {
    background-color: #c1c1c1;
    height: 35px;
    color: #313131;
    float: left;
}

.xsteps label {
    font-family: "微软雅黑","华文细黑","黑体";
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
}

.num3 .right {
    width: 15px;
    height: 35px;
    float: left;
    background-color: #c1c1c1;
}

.btn-primary {
    background-color: #1570a6;
}

.btn-primary:hover {
    background-color: #10537b;
}

.get-verify-btn {
    position: absolute;
    top: 1px;
    right: 171px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border: 0;
    border-left: 1px solid #edf0f1;
    text-align: center;
    color: #f2a142;
    background: #FFFFFF;
    cursor: pointer;
}

.get-verify-btn[disabled]{
	cursor:not-allowed;
}
.get-verify-btn:hover{
	background: #FAFAFA;
	border: 0;
}