﻿div.container {
    background-image: url("../../Content/imgs/login-bg.png");
    background-size: 100%;
}


table.layout_tb {
    /*height: 100%;*/
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -280px;
}

div.loginbox {
    width: 957px;
    height: 377px;
    margin: auto;
}

div.content {
    font-size: 12px;
    color: #f2f2f2;
    margin: auto;
}

div.content_margin {
    margin: 25px;
}

span.tel {
    background-image: url("../../Content/imgs/tel.png");
    width: 18px;
    height: 16px;
}

.sperator {
    color: #0062A9;
    margin: 0 12px;
}

.userNameBg {
    background-image: url("../../Content/imgs/UserNameBg.png");
    width: 284px;
    height: 42px;
}

.passWordBg {
    background-image: url("../../Content/imgs/PassWordBg.png");
    width: 284px;
    height: 42px;
}

.verificationCode {
    background-image: url("../../Content/imgs/VerificationCode.png");
    width: 198px;
    height: 42px;
}

.btnGetCheckNo:hover {
    cursor: pointer;
}

.loginBtnBg {
    background-image: url("../../Content/imgs/loginbtn.png");
    width: 284px;
    height: 42px;
    border: 0px;
    cursor: pointer;
}
