@charset "utf-8";

/*内容div样式*/
.container {
    width: 100%;
    height: 100%;
    background-color: #ebeef0;
}

/*登陆框div样式*/
.content {
    margin: 0 auto;
    width: 960px;
    height: 400px;
    background-color: #FFFFFF;
}

.content p {
    text-align: center;
}

.emailInput {
    margin-top: 5px;
    width: 276px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #999;
    border: 1px solid #ccc;
}

.validateCode {
    width: 174px;
}

.titleSpan {
    font-family: '微软雅黑', '宋体';
    color: #008cd6;
    font-size: 16px;
    padding-top: 20px;
    padding-left: 40px;
}

.btnInput {
    margin-top: 5px;
    width: 280px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    color: white;
    background-color: #008cd6;
    border: none;
}

.tipMsg {
    margin: 0 auto;
    margin-top: 20px;
    width: 280px;
    height: 38px;
    font-size: 14px;
    color: red;
}

.validateImg {
    vertical-align: middle;
    margin-left: 5px;
}

.disabledBtn {
    background-color: #cccccc;
    color: #555555;
}