﻿html, body, form {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.loginDiv {
    height: 100%;
}

.top {
    background: url('img/xx/上色块.png');
    height: 168px;
}

.middle {
    position: absolute;
    width: 617px;
    height: 240px;
    top: 50%;
    left: 50%;
    margin: -120px 0 0 -309px;
}
#phoneLogOn {
    background: url('img/xx/登录框3.png') center no-repeat;
    display:none;
}
#CALogOn {
    background: url('img/xx/登陆框4.png') center no-repeat;
}
.tableline {
    text-align: right;
    height: 28px;
}

.in1 {
    margin: 96px 47px 0px 0px;
    margin\0: 98px 47px 0px 0px;
}

.in2 {
    margin: 22px 47px 0px 0px;
}

.in3{
    margin-top:10px;
}

    .in1 input, .in2 input {
        border: none;
        height: 24px;
        height\0: 22px;
        width: 190px;
        outline: none;
        border-radius: 5px;
        padding: 2px;
    }

.tableline span {
    font-weight: bold;
    color: #2A90CB;
}

.btn_login {
    border: none;
    float: right;
    width: 54px;
    height: 25px;
    cursor: pointer;
    margin: 0 20px 0 0;
    background: url('img/xx/登录.png') no-repeat center;
}

.btn_forget {
    float: right;
    width: 85px;
    height: 25px;
    cursor: pointer;
    margin: 0 80px 0 0;
    background: url('img/xx/忘记密码.png') no-repeat center;
}

.btn_a {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    width: 90px;
    height: 47px;
    margin-top: 10px;
    cursor: pointer;
    top: -12px;
    left: 0px;
}

#Station {
    width: 160px;
    font-size: medium;
    font-weight: bold;
}

#job_select_div {
    display: inline-block;
    position: relative;
}

.job_select_div {
    width: 230px;
    text-align: left;
    padding: 2px 4px;
    margin: 1px;
    border: 1px solid rgba(45, 102, 195, 1);
    cursor: pointer;
    color: #e5e5e5;
    font-weight: bolder;
    overflow: hidden;
    white-space: nowrap;
}

.job_select_div_on {
    background-color: white;
    color: rgba(45, 102, 195, 1);
}

.field-validation-error {
        margin-right: 166px;
    font-size: 14px;
}

.foot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding:10px 0;
    text-align: center;
    background: url('img/xx/下色块.png');
}
.foot p{
    margin:10px;
    font-size:14px;
}


.title {
    /*background: url('../../../admin/skin/default/logo.jpg') center no-repeat;*/
    width: 100%;
    height: 100%;
text-align:center;font-size: 35px;letter-spacing: 4px;line-height: 161px;color: #FCFFFF;   
 
}
a {
        color: #000;
        text-decoration: none;
    }

     a:hover {
            text-decoration: underline;
        }