
#register {
    background: #f5f5f5;
}

.clear-both:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}

#main {
    width: 985px;
    padding: 25px 0 50px 0;
    margin: 0 auto;
}



.welcome {
    margin-top: 12px;
    padding: 0 15px;
    border-left: 1px solid #ddd;
    font-size: 22px;
    line-height: 40px;
    color: #6c6c6c;
}

.rt-form {
    width: 50%;
}

.star {
    color: #DA3A4C;
    margin-right: 10px;
}

.control-label {
    font-size: 12px;
    font-weight: normal;
}

.form-group img {
    height: 34px;
    width: 100%;
    max-width: 90px;
    cursor: pointer;
}

.form-group {
    margin: 0;
    padding-bottom: 25px;
}

.rt-ul {
    margin-top: 20px;
    padding-left: 175px;
    margin-bottom: 0;
    height: 33px;
}

.rt-li {
    float: left;
    margin-bottom: -2px;
}

.rt-li:not(:last-child) a {
    padding: 0 36px;
    line-height: 34px;
    height: 34px;
    display: inline-block;
    border: 1px solid #d5d5d5;
    background: white;
}

.rt-li:last-child a {
    line-height: 34px;
}

.rt-li:last-child {
    float: right
}

.rt-li-active a {
    border-bottom: 1px solid white !important;
    border-top: 2px solid #DA3A4C !important;
    color: #DA3A4C;
    font-weight: bold;
}

.go-login {
    color: #0066cc;
    cursor: pointer;
}

.go-login:hover {
    color: #0066cc;
    text-decoration: #0066cc;
}

.rt-content {
    border: 1px solid #d5d5d5;
    padding: 35px;
    background: white;
}

.service {
    color: #337ab7;
}

.service:hover {
    text-decoration: underline!important;
    color: #337ab7;
}

.btn-register,
.btn-danger-register {
    height: 40px;
    width: 250px;
    font-size: 18px;
    border-radius: 0;
}

.btn,
.btn-danger:focus {
    outline: none !important;
}

.form-control {
    border-radius: 0;
}

.error {
    font-size: 8px;
    color: red;
    float: left;
}