﻿.login {
    background-color: #cc0e33;
}

.login {
    padding-top: 180px;
    padding-bottom: 180px;
}

    .login .content {
        background-image: url(/Images/login_bg.png);
        background-repeat: no-repeat;
        background-size: 600px;
        height: 600px;
    }

.form-bg {
    background-color: white;
    border-radius: 5px;
    float: right;
    width: 500px;
    padding: 30px;
}

.input {
    height: 50px;
}

    .input input[type='text'] {
        height: 50px;
        background-position: 5px center;
        padding-left: 40px;
        background-repeat: no-repeat;
    }

    .input input[type='password'] {
        height: 50px;
        background-repeat: no-repeat;
        background-position: 5px center;
        padding-left: 40px;
    }

    .input input[id='mobile'] {
        background-image: url(/Images/login-mobile.png);
    }

    .input input[id='code'] {
        float: left;
        background-image: url(/Images/login-code.png);
        width: 290px;
    }

        .input input[id='code'] + img {
            height: 50px;
            width: 140px;
            float: left;
            margin-left: 10px;
        }

    .input input[id='password'] {
        background-image: url(/Images/login-pwd.png);
    }

    .input .checkbox {
        text-align: left;
    }

        .input .checkbox label {
            color: #999999;
        }

    input[type='submit'] {
        height: 60px;
        font-size: 18px;
        color: white;
        width: 100%;
        background-color: #cc0e33;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .input a {
        font-size: 14px;
        color: #999999;
        text-decoration: none;
    }

        .input a:link {
            font-size: 14px;
            color: #999999;
            text-decoration: none;
        }

        .input a:hover {
            font-size: 14px;
            color: #999999;
            text-decoration: none;
        }
