﻿@charset "utf-8";
/* CSS Document */
html{
    width:100%;
    height: 100%;
}
body{
    position:fixed;
    width:100%;
    margin: 0px 0px 0px 0px;
    font-size:12px;
    font-family:Arial,Helvetica,'宋体';
    background:url(../images/login.png);
    background-size: cover;
    -moz-background-size: cover;
}
h1,h2,h3,h4,h5,h6,strong,ul,li,form,p,dl,dd,dt,img
{
    margin:0; padding:0;
    font-weight: normal;
}
img{display: block; border: none;}
input,select{background: none; border: none;}
ul,li{ list-style:none;}
a{ text-decoration:none;}

.login-container{
    /*border: solid 1px green;*/
    width:60%;
    position:absolute;
    margin:15% 20% 20% 20%;

}


/*主要登录页窗口*/
.login-form{
    /*border: solid 1px fuchsia;*/
    position:absolute;
    margin:6% 0% 0% 33%;
}

.login-form input{
    border: solid 1px;
    display:block;
    width: 320px;
    height:50px;
    line-height: 50px;
    border-style:none;
    text-indent:0.5em;
    margin-top:12px;
    border-radius:20px;
}

.login-form .username{
    border: solid 1px;
    background-repeat:no-repeat;
    background-position:10px center;
    text-indent:30px;
    background-color:#fff;
}
.login-form .password{
    border: solid 1px;
    background-repeat:no-repeat;
    background-position:10px center;
    text-indent:30px;
    background-color:#fff;
}
.login-form .btn{
    cursor: pointer;
    background:#1bc8ca;
    border:1px solid #ccc;
    color:#fff;
    text-decoration:none;
    text-align: center;
    font-family: "微软雅黑";
    font-weight: bold;
    font-size:16px;
    letter-spacing: 12px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.login-form .btn:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    background-color:#1bc8ca;
    border:1px solid #1bc8ca;
    color:#fff;
    text-decoration:none;
}
/*license警告信息*/
.login-form p{
    width:100%;
    text-align: center;
    color: #f00;
    font-family: "宋体";
    font-size:12px;}

/*版权所有*/
.footer{
    position: fixed;
    margin-left: 35%;
    bottom: 0%;
}
.footer p{
    line-height:20px;
    text-align: center;
    color: #a52a2a;
}
/*友情提示*/
.tip{
    position: fixed;
    font-family: "宋体";
    font-size: 12px;
    color: #a52a2a;    /**  #ccc;**/
    bottom:10px;
    text-align: right;
    line-height: 20px;
}

.tip a{
    font-family: "宋体";
    font-size: 12px;
    color: #a52a2a;
    bottom:10px;
    text-align: right;
    line-height: 20px;
}
