@charset "UTF-8";

body {
    background-color: #f6f6f6;
}

/*****************页头部分****************/

.top {
    height: 80px;
    border-bottom: solid 1px #ccc;
    background-color: #fff;
}

.top .logo {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    height: 56px;
    width: 209px;
    margin-top: 10px;
    padding-right: 15px;
    border-right: solid 1px #ccc;
}

.top .logoText {
    margin-top: 10px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
}

.top .topBtn {
    width: 50px;
    height: 24px;
    line-height: 24px;
    display: block;
    color: #727272;
    margin-top: 30px;
    text-decoration: none;
}

.top .topBtn.checked {
    color: #ff0000;
}

/*****************主体部分****************/

.main {
    min-height: 1px;
}

.main .panel {
    border-radius: 10px;
    margin-top: 40px;
}

.main .panel .panel-header {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.main .getBackPswFrame {
    min-height: 50px;
    width: 300px;
    margin: 50px auto 0px auto;
    padding-bottom: 80px;
}

.main .getBackPswFrame .inputRow {
    min-height: 40px;
    height: 40px;
}

.main .getBackPswFrame .inputRow input {
    font-size: 14px;
}

.main .getBackPswFrame .inputRow .msgText{
    color: #6c53e2;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    height: 20px;
}

.main .getBackPswFrame .inputRow .msgText.error{
    color: #ce152b;
}

.main .getBackPswFrame .inputRow .msgText.success{
    color: #41af2c;
}