﻿body
{
}
.html_banner
{
    background-position: center;
    background-repeat: no-repeat;
    min-width: 1200px;
    height: 150px;
}

.register-note
{
    padding: 12px 0px 0px 10px;
    color: #344563;
    font-size:14px;
}
.title
{
    color: #258bf0;
    margin-bottom: 15px;
    padding-left: 25px;
}
.register-form
{
    width: 63%;
    display: table;
    margin: 0 auto;
    padding: 30px 0px;
    font-size:14px;
}
.register-line
{
    position: relative;
    margin: 0 auto;
    padding: 8px 0px;
}

.register-line dt, .register-line .register-input, .register-line .register-select, .register-line .register-service,.register-btn
{
    display: inline-block;
}
.register-label
{
    color: #333;
    position: relative;
}
.register-required:after
{
    content: '*';
    color: #f03;
    position: absolute;
    right: -10px;
}

.register-line dt
{
    width: 90px;
    text-align: right;
}

.register-line dd
{
    margin-left: 10px;
}

.register-line .register-input
{
    border: 1px solid #ccc;
    border-radius: 4px;
}

.register-line .register-input input[type=text],
.register-line .register-input input[type=password]
{
    border-radius: 4px;
    outline-style: none;
    border-style: none;
    width: 256px;
    height: 27px;
    line-height: 27px;
    padding: 3px 10px;
    font-size: 14px;
}
.register-select select
{
    width: 105px;
    border-radius: 4px;
    outline-style: none;
    border: 1px solid #ccc;
    height: 32px;
    line-height: 32px;
    padding: 3px 5px;
    font-size: 14px;
}

.btn-send-sms
{
    width: 92px;
    text-align: center;
    display: inline-block;
    border-left: 1px solid #ccc;
    color: #ff5722 !important;
}

.btn-send-sms:hover
{
     color:#ff9800 !important;
}
    

.register-service
{
    display: table-row;
}

.register-service input[type=checkbox]
{
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
.register-service-label
{
    cursor: pointer;
}

.validate-note
{
    display: none;
    line-height: 28px;
    color: #333;
    background: #fff2ef;
    border-radius:3px;
    border: 1px solid #D66564;
    padding: 0px 5px;
    text-align: left;
    font-size: 12px;
    margin-left: 20px !important;
    position: relative;
}
.validate-note::before
{
    content: '';
    color: #D66564;
    position: absolute;
    left: -16px;
    top: 6px;
    display: inline-block;
    border-width: 8px 8px 8px 8px;
    border-style: solid;
    border-color: transparent #D66564 transparent transparent;
}

.register-btn
{
    text-align: left;
}

.btn-register
{
    color: #fff !important;
    background: #F60 !important;
    padding: 10px 22px;
    border-radius: 5px;
    font-size: 16px !important;
}

.btn-register:hover
{
    background: #ff9800 !important;
}
