﻿.login-area {
    margin-top: 20px;
    background-color: #fff;
}

.login-title {
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    color: #999999;
}

.login-h1 {
    margin-left: 80px;
    font-size: 18px;
    font-weight: normal;
    color: #70BFC8;
    text-align: left;
}

.login-seprator {
    margin: 0 70px;
    border:none;
    border-bottom: 1px solid #70BFC8;
}

.login-account-container {
    width: 500px;
    padding-top: 20px;
    margin: 40px auto 30px auto;
    border: 1px solid #d6d6d6;
}

.login-dt {
    width: 83px;
    margin-right: 5px;
    margin-left: 70px;
    line-height: 30px;
    text-align: right;
    vertical-align: top;
}

.login-dd {
    margin-bottom: 10px;
    line-height: 40px;
    vertical-align: top;
}

.login-input {
    height: 28px;
    line-height: 28px;
    width: 218px;
    margin-bottom: 10px;
    padding: 0 10px;
    border: 1px solid #cfcfcf;
    border-top-width: 2px;
    border-radius: 5px;
    vertical-align: top;
    font-size: 14px;
}

.login-action-bar {
    text-align: center;
}

.reset-btn, #submit_btn {
    padding: 0 30px;
    margin: 20px auto;
    border: none;
    border-radius: 4px;
    background: #A2D4DE;
    color: #fff;
}

.reset-btn {
    background-color: #fff;
    color: #666;
    border: 1px solid #70BFC8;
    margin-right: 10px;
}

.margin-bottom0 {
    margin-bottom: 0;
}

.required:before {
    content: '*';
    color: red;
}

#ValidateCode {
    width: 100px;
}

#img-captcha {
    height: 25px;
    vertical-align: top;
    margin-top: 4px;
}

#refreshCode {
    line-height: 30px;
    color: #70BFC8;
}