﻿@charset "utf-8";

/* layout
--------------------------------------------------------------------*/
html {height:100%;}
/*body { 
    font:14px/1 Arial,Tahoma,"MicroSoft YaHei","SimHei"; 
    color:#666; 
    text-align:center; 
    zoom:1; 
    overflow:hidden; 
    position:relative; 
    width: 100%;  
    height: 100%;
}*/
body { 
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    background-image: url("../../img/login/bimax_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;
    }
}
/*#inputYzm { width:152px;}*/
#inputYzm { width:77px;}
.changeOne { color:#000000;}
.copyright { margin: auto; position: absolute; left: 0; right: 0; text-align:center; color:#000000; bottom:6%; width:450px;}
.info { color:#ffae00!important; line-height:14px;}
.infoBox { margin-bottom:0!important; position:absolute; top:10px;}

.error-msg{color:red;}
#main {
    flex: 1;
    color: #fff;
    /*display: flex;*/
}
.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;
}
.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;
}
@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 {
    width: 400px;
    height: 100%;
    box-shadow:0px 1px 2px 1px #aaaaaa,
    inset 0px 1px 1px rgba(255,255,255,0.7);
    border-radius: 3px;
    background: #fff none repeat scroll 0 0;
}


.ico-user {
    margin-top: 6px;
    margin-left: 2px;
    position: absolute;z-index:5;
    background-image: url(../../img/login/user.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    width: 25px; /*设置图片显示的宽*/
    height: 25px; /*图片显示的高*/
    padding-top: 2px;
}
.ico-password {
    margin-top: 6px;
    margin-left: 2px;
    position: absolute;z-index:5;
    background-image: url(../../img/login/password.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 0px 0px; /*图片显示的位置*/
    width: 25px; /*设置图片显示的宽*/
    height: 25px; /*图片显示的高*/
    padding-top: 2px;
}
.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: 7px;
    margin-left: 5px;
    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: 250px; 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: 16px;
    padding: 4px 40px 4px 40px;
    border: 0;
    text-decoration: none;
}
.login_btn:hover {
    color: #ffffff;
    background: #72b352;
    text-decoration: none;
}
/*input[type="text"],input[type="password"]{
    height:30px;
    font-size: 16px;
}*/
input[type="text"],input[type="password"]{
    padding: 0;
    border: 0;
    width: 246px;
    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;
}
#group_img{
    position:relative;
    top: -23px;
    left: 210px;
    width:61px;
    height:25px;
    background-image: url("../../img/login/Group.png");
}
.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;
}

