﻿body {
    /*background-image: url('../images/background.jpg');*/
    background-image: url('../images/ui/face.png');
    background-repeat:no-repeat;
    /*height:auto;*/
    height:100vh;
    background-size: 100% auto;
    /*position: absolute;
	width: 100%;*/
    color: #585454;
    position:relative;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}


span {
    /*background: linear-gradient(to right, #30909e, #1ad5d9);*/
    /*background: linear-gradient(to right, #3ddbf7, #2e5f70);
    -webkit-background-clip: text;
    color: transparent;*/
}

.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: 20px;*/
    text-align: center;
    width: 90%;
    height:300px;
    /*min-height:220px;
	box-shadow:2px 2px 2px 2px white;*/
    border-radius: 6px;
    /*background-color: White;*/
    /*backdrop-filter:blur(10px);*/
    /*background-color:transparent;*/
    /*box-shadow:0 0 30px 10px rgba(0,0,0,.3);*/
    /*background: rgba(216, 216, 208, 0.48);*/
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    /*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;
}
#username, #yanzheng, #pwd {
    background: #fff;
    padding-left: 30px;
}
#pwd{
    text-indent:0;
}
#login {
    width: 100%;
    height: 40px;
    background-color: #409eff;
    color: #fff;
    border-radius: 4px;
    line-height: 40px;
}
.ct
.input-box > input[type=password], .input-box > input[type=text] {
    width: 100%;
    padding: 0;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: 12px;
    height: 100%;
    line-height: 38px;
    outline: none;
    /*padding: 0 15px;*/
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
/*input:focus{
    box-shadow:none;
}*/
input:hover {
    border-color: #c0c4cc !important;
}

input:focus {
    box-shadow: none;
    outline: none !important;
    border-color: #409eff !important;
}
.ct>section{
    width:100%;
    margin-bottom:20px;
}
.input-box{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
 
}
.input-box > i {
    position:absolute;
    left:10px;
    color: #a8abb2;
}
#canvas{
    position:absolute;
    right:0;
    top:0;
}