.login .titleLogo .register-title{
    font-size: 38px;
    font-weight: bold
}

.form-group .control-label {
    font-weight: bolder;
}

.form-group .control-label:before {
    content:"*";
    color:red;
}

.login .content.register {
    /*width: 400px;*/
}

.form-signin-heading {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.btn-register{
    /*margin-left: 50px;*/
    margin: 20px 0 20px 50px;
    width: 200px!important;
    max-width: 330px;
}

.btn-gray{
    background-color: rgba(228,228,228,1);
}

.login .content {
    background-color: rgba(236,238,241,0.7)!important;
}

.login .content .form-actions {
    border-bottom: 0;
}

#tab-one {
    font-size: 26px;
    color: rgba(255,255,255,0.9);
    padding-bottom: 10px;
    margin-bottom: 18px;
    border-bottom: 2px solid rgba(104,103,99,0.6);
}

#tab-one a{
    text-decoration: none;
    color: #AAAAAA;
    font-weight: bolder;
}

#tab-one .active {
}

#tab-one .active a {
    color: rgba(0,0,0,0.9)!important;
}

#tab-one hr{
    margin-top: 10px!important;
    filter:alpha(opacity=100,finishopacity=0,style=2);
    width:100%;
    color:#987cb9;
    height: 2px
}

#tab-one .active{
    padding-bottom: 10px;
}

#registerForm {
    padding-top: 30px;
    padding-right: 25px;
}


.login .content .form-control {
    height: 36px!important;
}
.login-tip {
    margin-top: 10px;
    margin-left: 50px;
    font-size: 16px;
    font-weight: bolder;
}
.register-tip {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bolder;
}