﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

img {
    border: none 0;
}

body {
    display: block;
    min-height: 100%;
    font-family: "Microsoft YaHei UI";
}

.warp {
    width: 100%;
    min-width: 1024px;
    height: 100%;
    position: fixed;
}

.logo {
    padding-top: 15px;
    padding-left: 140px;
    float: left;
}

.title {
   
    color: #4c4c4c;
    font-size: 20px;
    font-weight: bold;
    margin-left: 20%;
    padding: 12px 20px 12px;
   
}

.bg_box {
    width: 100%;
    height: 85%;
    background: url('../images/Login/bg2.png');
    background-position: center;
    background-size: cover;
    display: table;
}

.login_box {
    margin: 0 auto;
    /*height: 580px;*/
    width: 900px;
}

.signin {
    width: 350px;
    height: 336px;
    background-size: contain;
    float: right;
    margin-top: 100px;
    background-image: url(../images/Login/login_box.png);
    background-repeat: no-repeat;
    z-index: 9999;
    display: block;
    overflow: hidden;
}

.form_signin {
    max-width: 270px;
    margin: 0 auto;
    margin-top: 55px;
    font-size: 16px;
    font-family: "Microsoft YaHei UI";
    color: #212121;
    height: 40px;
    width: 270px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

.UserName {
    font-size: 16px;
    font-family: "Microsoft YaHei UI";
    color: #212121;
    height: 37px;
   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    padding-top: 4px;
    margin-top: 20px;
    background: url(../images/Login/user.png) no-repeat;
    padding-left: 60px;
    border: none;
}

.Password {
    font-size: 16px;
    font-family: "Microsoft YaHei UI";
    color: #212121;
    height: 37px;
   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    padding-top: 7px;
    margin-top: 30px;
    background: url(../images/Login/unlock.png) no-repeat;
    padding-left: 60px;
    border: none;
}
.CheckCode {
    font-size: 16px;
    font-family: "Microsoft YaHei UI";
    color: #212121;
    height: 37px;
   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    margin-top: 30px;
    background: url(../images/Login/yanz.png) no-repeat;
    padding-left: 60px;
    border: none;
}
.checkImg {
    margin-top: 1px;
    height: 35px;
    width: 96px;
}
.form_submit {
        margin-top: 30px;
    /* background: url(../images/Login/login.png) no-repeat; */
    border: none;
    /*height: 40px;*/
    color: white;
    text-align: center;
    width: 235px;
    font-size: 16px;
    font-weight: bolder;
    border-radius: 5px;
    background-color: #FF890D;

  
}

.bottom {
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #4c4c4c;
}
