/***
 * Created by co-lizhongjun001 on 2017/12/26.
 */

.main-container {
    width: 1000px;
    height: auto;
    margin: 20px auto 100px auto;
    overflow: hidden;
    position: relative;
}

/* header */
.welcome {
    width: 100%;
    height: 200px;
}

.welcome-title {
    font-size: 16px;
    color: #333;
    text-align: center;
}

.steps > div {
    width: 851px;
    height: 36px;
    margin: auto;
}

.first-step {
    background: url("../images/firstStep.png");
}

.second-step {
    background: url("../images/secondStep.png");
}

/* header/ */

/* form */
.form-table {
    width: 475px;
    height: auto;
    margin: 40px auto auto auto;
    font-size: 16px;
}

.form-table tr td {
    padding-bottom: 20px;
}

.form-table input {
    width: 100%;
    height: 45px;
    border: solid #ccc 1px;
    text-indent: 25px;
    line-height: 45px;
}

.field {
    width: 100px;
    text-align: right;
    padding-right: 20px;
}

.id-card {
    background: url("../images/icon_select.png") 97% center no-repeat;
}

.validate-input-box {
    width: 240px;
    height: 45px;
}

.validate-btn {
    position: relative;
    cursor: pointer;
}

.validate-btn img {
    width: 125px;
    height: 45px;
    float: right;
}

.resend-countdown {
    width: 125px;
    height: 45px;
    background-color: #FFA100;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    line-height: 45px;
    float: right;
}

.flush {
    position: absolute;
    top: 13px;
    right: -60px;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.agreement {
    text-align: center;
    padding-top: 20px;
}

.agreement span {
    vertical-align: middle;
}

.operation {
    text-align: center;
    margin-top: 50px;
}

.operation img {
    margin: auto 20px;
    cursor: pointer;
}

.dropdown-menu {
    width: 100%;
    border-radius: inherit;
}

.error-info {
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 14px;
    color: #ff0000;
}

/* form/ */

/* error info modal */
.modal-dialog {
    width: 352px;
    height: auto;
    top: 36%;
    margin: 30px auto;
}

.modal-close {
    position: relative;
    top: 6px;
    left: 91%;
    cursor: pointer;
}

.error-info-modal-body {
    width: 90%;
    height: auto;
    margin: 30px auto 40px auto;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
}

.success-modal-footer {
    margin: 15px;
    text-align: center;
}

.success-modal-footer img {
    cursor: pointer;
}

/* error info modal/ */
