﻿body {
    /*background-image: url('../images/background.jpg');*/
    background-image: url('../images/login_bg.jpg');
    background-repeat:no-repeat;
    height:auto;
 
    background-size: 100%;
    /*position: absolute;
	width: 100%;*/
    color: #585454;
}

/*文字渐变色*/
span {
    /*background: linear-gradient(to right, #30909e, #1ad5d9);*/
    background: linear-gradient(to right, #3ddbf7, #2e5f70);
    -webkit-background-clip: text;
    color: transparent;
}

#login {
    background-color: #349fa5;
}
.head
{
	margin-top:100px;
	text-align:center;
    height:40px;
    font-family:Arial;
    font-size:50px;
    color:#26287B;
}
.ct {
    margin: 0 auto;
    margin-top: 90px;
    /*margin-top:40px;*/
    padding: 10px;
    text-align: center;
    width: 350px;
    /*min-height:220px;
	box-shadow:2px 2px 2px 2px white;*/
    border-radius: 6px;
    background-color: White;
    background: rgba(216, 216, 208, 0.48);
    /*filter:alpha(Opacity=60);-moz-opacity:0.4;opacity: 0.4; */
}
.ct table
{
	margin:5px auto;
	width:230px;
	height:200px;
}
.ct table tr th{
    color:#3e3838;
    font-family:微软雅黑;
    padding-bottom:12px;
    border-bottom:1px solid #6f6b6b;
}
.ct table tr td{
    padding-bottom:10px;
    width:216px;
}
.ct table tr td span{
    display:inline-block;
    vertical-align:middle;
}
.ct table tr td input[type=text],input[type=password],input[type=button]
{
	width:216px;
	height:30px;
	border:solid 0px white;
    outline:none;
    /*text-indent: 1em;*/
	font-size:14px;
    /*color:#585454;*/
}
.ct table tr td input[type=checkbox]{
    vertical-align:middle;
}
.ct table tr td span{
    font-size:12px;
    font-family:微软雅黑;
    vertical-align:middle;
    color:#3e3838;
}
.ct table tr td input[type=text],input[type=password]{
    text-indent: 1em;
    color:#333333;
	background-color:#f2f2e9;
    vertical-align:middle;
}
.ct table tr td input[type=button]{
	font-family:微软雅黑;
	/*font-size:18px;*/
    height:33px;
	color:White;
	cursor: pointer;
    background-color: #01558f;
	border: 0px solid #586568;
    border-radius:2px;
    margin-bottom:15px;
}

.ct table tr td input[type=button]:hover
{
	/*background-color:#00A3D2;*/
    background-color: #004b7f;
}

#note{
    height:22px;
    display:none;
}
#notes{
    font-size:12px;
    width:216px;
    text-indent: 1em;
    min-height:22px;
    line-height:22px;
    background-color:#eec6c6;
    text-align:left;
}