@charset "utf-8";

/*登录表单*/
body {
    /*background: url("../../_img/mbg.jpg") no-repeat center center #0c5460;*/
    background: #54BAEA;
}

#login-banner {
    /**background: url("../../_img/login.png") no-repeat #f0f0f0;**/
    /**box-shadow: #666 0px 0px 15px;**/
    background: url("../../_img/login-v1.jpg") no-repeat left center;
    border: 2px solid #fff;
    width: 900px;
    margin: 180px auto 50px auto;
    height: 380px;
    overflow: hidden;
}

#logo {
    position: absolute;
}

#login {
    width: 390px;
    padding: 35px 20px;
    height: 400px;
    /*background: #f8f9fa;*/
    background: #fff;
    border: 1px solid #fff;
    /*box-shadow: #666 0px 0px 15px;*/
    color: #000;
    font-size: 16px;
}

#login h3 {
    text-align: center;
    color: #1e347b;
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-weight: bolder;
}

#login .item {
    height: 60px;
}

#login .item input[type=text] {
    color: #1a1a1a;
    border-width: 0;
    border-bottom: 2px solid #1e88e5;
    height: 45px;
    line-height: 45px;
    width: 350px;
    outline: none;
    /*background: #f8f9fa;*/
}

#login .item input[type=password] {
    color: #1a1a1a;
    border-width: 0;
    border-bottom: 2px solid #1e88e5;
    height: 45px;
    line-height: 45px;
    width: 350px;
    outline: none;
    /*background: #f8f9fa;*/
}

#login .item .label {
    clear: both;
    float: left;
    border: 1px solid #f5f7fa;
    padding: 0 5px;
    color: #000;
    height: 35px;
    line-height: 35px;
    /*background: #fff;*/
}

#login .item .control {
    float: left;
    margin-left: -1px;
}

#login .item .info {
    clear: both;
    padding: 5px 5px 5px 5px;
}

#login .item .info .tip {
    font-size: 0.8rem;
}

#login .item .info .err {
    color: #dd514c;
    font-size: 0.8rem;
}

#login .item .none {
    display: none;
}

#login form {
    margin: 20px auto;
}

#login #item_id_code {
    clear: both;
    float: left;
}

#login #item_id_code input {
    width: 150px;
    /*padding-left: 5px;*/
    padding-right: 5px;
}

#login #item_id_code_img {
    float: left;
    margin: 0 5px;
}

#login #item_id_code_img label {
    height: 50px;
}


#login #item_id_submit {
    clear: both;
}

#login #item_id_submit .control {
    float: right;
}

#login #item_id_submit input[type=submit] {
    width: 120px;
    height: 40px;
    border-width: 0px;
    border-radius: 3px;
    background: #1E5494;
    cursor: pointer;
    outline: none;
    font-family: Microsoft YaHei;
    color: white;
    font-size: 17px;
    margin-top: 30px;
}

#login #item_id_submit input[type=submit]:hover {
    background: #5599FF;
}