﻿.loginbg {
    position: relative;
    box-sizing: border-box;
}

.loginbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 366px;
    height: 414px;
    margin-top: -207px;
    margin-left: -183px;
    background-color: #fff;
    padding: 40px 50px;
    box-sizing: border-box;
}

    .loginbox table {
        width: 100%;
    }

        .loginbox table td {
            width: 100%;
            padding: 10px 0;
        }

    .loginbox h2 {
        font-size: 22px;
        color: #333;
        line-height: 1;
        padding-bottom: 20px;
        border-bottom: 1px #e5e5e5 solid;
        text-align: left;
        margin-bottom: 10px;
    }

    .loginbox .account, .loginbox .password {
        border: 1px #e5e5e5 solid;
        height: 40px;
        line-height: 40px;
        border-radius: 3px;
        font-size: 12px;
        color: #666;
        outline: none;
        padding: 0;
        padding: 0 10px;
        margin: 0;
        box-sizing: border-box;
        width: 100%;
    }

    .loginbox label {
        font-size: 14px;
        color: #666;
    }

        .loginbox label input {
            margin-right: 10px;
        }

    .loginbox .lgbtn {
        width: 140px;
        height: 38px;
        background-color: #bb0327;
        color: #fff;
        border: none;
        outline: none;
        font-size: 14px;
    }
.verify {
    width: 100%;
    height: 40px;
    position: relative;
}

    .verify input.msgbtn {
        border: none;
        margin: 0;
        padding: 0;
        background-color: #858585;
        color: #fff;
        width: 137px;
        height: 40px;
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 16px;
        line-height: 40px;
        display: none;
    }

        .verify input.msgbtn.submit {
            background-color: #d90915;
        }

    .verify .fakebtn {
        display: inline-block;
        position: relative;
        z-index: 2;
        width: 137px;
        height: 40px;
        background: #848484;
        font-size: 16px;
        line-height: 40px;
        color: #fff;
        text-align: center;
    }