﻿@charset "utf-8";

/* layout
--------------------------------------------------------------------*/
html {height:100%;}
/*body { 
    font:12px/1 Arial,Tahoma,"MicroSoft YaHei","SimHei"; 
    color:#666;
    text-align:center;
    zoom:1;
    overflow:hidden;
    position:relative;
    width: 100%;
    height: 100%;
    overflow-x:hidden;
    overflow-y:auto
}*/
body { 
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    background-image: url("../../img/login/shell_login.png");  

    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-color:#F5F5FA;
}
@media screen and (max-width: 1024px) {
    body {
        height: 100%;
        display: flex;
        flex-direction: column;
        background-image: none;
        background-color: #F5F5FA;
    }
}
/*
.all {width: 100%;  height: 100%;background-repeat: no-repeat;
            background-size: 100% 100%;
            background-attachment: fixed; position:relative;}*/
.all {width: 100%;  height: 100%;}
#main {
    flex: 1;
    color: #fff;
    /*display: flex;*/
}

#group_img{
    position:relative;
    top: -24px;
    left: 160px;
    width:61px;
    height:25px;
    background-image: url("../../img/login/Group_2.png");
}
.main-content {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    /* background-color: green; */
}

/* 登录表单 */
.loginform-box {
    /* margin: 2% auto; */
    margin-top: 5%;
    margin-right: 8%;
    width: 340px;
}
@media screen and (max-width: 1024px) {
    .header {
        height: 80px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: -20px;
        /* background-color: blue; */
    }

    .loginform-box {
        margin: 7% auto;
        width: 340px;
    }
}

.loginform-box .loginform-box-body {
    border-radius: 3%;
    background: #fff;
    padding: 32px;
    border-top: 0;
    color: #666;
}

.loginform-box .loginform-box-body .app-name {
    color: black;
}

.loginform-box .loginform-box-body .short-name {
    margin-top: -10px;
    margin-bottom: 20px;
}

#wrap11 {
    position: absolute;
    top: 20%;
    left: 67%;
    width: 345px;
    box-shadow:0px 1px 2px 1px #aaaaaa,
    inset 0px 1px 1px rgba(255,255,255,0.7);
    border-radius: 12px;
    background: #fff none repeat scroll 0 0;
    
}
.header {
    height: 80px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 2%;
    /*padding-top: 2%;*/
    /* background-color: blue; */
}
#form_title{
    margin-bottom: 5%;
    height: 45px;
    font-size: 28px;
    color: black;
}

/*#login-form{
    margin-left:11%;
    padding-top: 9.5%;
    width: 76.64%;
    height: 83.65%;
    text-align: left;
}*/
input[type="text"],input[type="password"]{
    padding: 0;
    border: 0;
    width: 245px;
    height: 100%;
    padding-left: 30px;
    background-color: #E2F1EF;
    font-size:16px;
    color: #333333;
}
#divYzm{
    background-color: #E2F1EF;
    width: 100px;
    height: 40px;
    border-radius:4px;
    float: right;
}

.yzmImg {
    padding-top: 2px; 
    padding-left: 1px;
    width: 65%;
    height: 38px;
    border-radius:4px;
}
.input_text {

}
.login_bottom {
    padding-bottom: 25px;
    text-align: center;}
.ico-user {
    margin-top: 5px;
    margin-left: 5px;
    position: absolute;z-index:5;
    background-image: url(../../img/login/user.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    width: 25px; /*设置图片显示的宽*/
    height: 25px; /*图片显示的高*/
}

.ico-password {
    margin-top: 5px;
    margin-left: 5px;
    position: absolute;z-index:5;
    background-image: url(../../img/login/new_password.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 0px 0px; /*图片显示的位置*/
    width: 25px; /*设置图片显示的宽*/
    height: 25px; /*图片显示的高*/
}
/*.ico-eye {
    margin-top: 6px;
    margin-left: 260px;
    position: absolute;z-index:5;
    background-image: url(../../img/login/eyes.png); /*引入图片图片*/
    /*background-repeat: no-repeat; /*设置图片不重复*/
    /*width: 25px; /*设置图片显示的宽*/
    /*height: 25px; /*图片显示的高*/
}
.ico-hint {
    margin-left: 2px;
    position: absolute;z-index:5;
    background-image: url(../../img/login/Hint.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 0px 0px; /*图片显示的位置*/
    width: 25px; /*设置图片显示的宽*/
    height: 25px; /*图片显示的高*/
    padding-top: -6px;
}
.ico-refresh {
    margin-top: 6px;
    margin-left: 3px;
    position: absolute;z-index:5;
    background-image: url(../../img/login/Refresh.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 0px 0px; /*图片显示的位置*/
    width: 25px; /*设置图片显示的宽*/
    height: 25px; /*图片显示的高*/
    padding-top: 2px;
}

.inpu {
    height: 40px; width: 190px; padding: 0 35px; border: none; background: #e1dcd8; color: rgb(98,94,91); box-shadow: 0px 1px 1px rgba(255,255,255,0.7), inset 0px 2px 5px #aaaaaa; border-radius: 5px;
}
.login_btn{
    background: #77b55a;
    background-image: -webkit-linear-gradient(top, #77b55a, #72b352);
    background-image: -moz-linear-gradient(top, #77b55a, #72b352);
    background-image: -ms-linear-gradient(top, #77b55a, #72b352);
    background-image: -o-linear-gradient(top, #77b55a, #72b352);
    background-image: linear-gradient(to bottom, #77b55a, #72b352);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    /*阴影*/
    /* text-shadow: 0px 1px 0px #5b8a3c;
    -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
    -moz-box-shadow: 0px 10px 14px -7px #3e7327;
    box-shadow: 0px 10px 14px -7px #3e7327;*/
    font-family: Arial;
    color: #ffffff;
    font-size: 15px;
    /*padding: 4px 40px 4px 40px;*/
    border: solid #3ABDC7 1px;
    text-decoration: none;
}
.login_btn:hover {
    color: #ffffff;
    background: #72b352;
    text-decoration: none;
}

.footer {
    margin-top: 10px;
    color: #999999;
    position: fixed;
    left: 0px;
    right: 0; 
    /*margin-left: 5%;*/
    bottom: 0px;
    width: 100%;
    height: 30px;
    text-align: center;
    z-index: 9999;
    font-size: 14px;
}



.copyright { 
    margin: auto;
    position: absolute; 
    left: 0; 
    right: 0; 
    text-align:center; 
    color:#000000; 
    bottom:6%; 
    width:450px;
}


