﻿/*Login*/
.register_page {
    margin-left: auto;
    margin-right: auto;
    width: 640px;
}

.register_header {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 640px;
}

.register_title1 {
    background: url("..\\Images\\register_title1.jpg") no-repeat center;
    display: block;
    height: 46px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 720px;
}

.register_title2 {
    background: url("..\\Images\\register_title2.jpg") no-repeat center;
    display: block;
    height: 46px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 720px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-horizontal .form-label {
    /*width: 140px;*/
    /*font-size: 18px;*/
    /*font-size: 16px;*/
    color: #666666;
    margin-left: 25px;
    text-align: right;
}

.form-label .required { margin-left: -30px; }

.register_footer {
    border: 0;
    border-top: 1px solid #e5e5e5;
    padding: 20px 165px;
}

.register_footer .checkbox {
    display: inline-block;
    margin: 10px;
    /*font-size: 18px;*/
    /*font-size: 16px;*/
}

.register_footer .checkbox input[type="checkbox"] {
    height: 16px;
    width: 16px;
}

.register_well {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    min-height: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}

.register_remarks {
    color: #666666;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    width: 640px;
}

.register_confirm {
    background-color: #4696fa;
    border-color: #4696fa;
    color: #FFF;
    margin-left: 10px;
}
    .register_confirm:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

.register_confirm:hover, .register_confirm:focus, .register_confirm:active, .register_confirm.active {
    background-color: #0672f4;
    text-decoration: none;
}

.register_cancel {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    margin-left: 30px;
}

.register_cancel:hover, .register_cancel:focus, .register_cancel:active, .register_cancel.active {
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}