*{
	margin: 0;
	padding: 0;
}
body{
	width: 100vw;
	height: 100vh;
	background: url(/static/home/css/bg.jpg);
	
}
.content{
	width: 80vw;
	height: 200px;
	position: absolute;
	left: calc(50% - 40vw);
	top: 200px;
}
#formLogin{
}
.login-from-content .txt {
    padding-left:50px;
    margin-top:30px;
    width: 250px;
    height:38px;      
}

#formLogin span {
    display: block;
}
input::-webkit-input-placeholder{
	color: #FFF8DC;
	font-size: 12px;
	padding-left: 5px;
}
#formLogin .user {
    height:30px;
	margin-top:10px ;
	border: 1px solid #FFF8DC;
	border-radius: 15px 15px 15px 15px;
}

#formLogin .password {
	display: block;
    height:30px;
	border: 1px solid #FFF8DC;
	border-radius: 15px 15px 15px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

 .txt input {   
    background: none;
    width: 250px;
    height: 30px;
    line-height: 36px;
    font-size: 16px;
    border:none;
    outline: rgb(109, 109, 109) none 0px;
}
#login{
	width:80vw;
	height: 30px;
}


  .yongyin {
     width:100px;
     text-align:center;
     line-height:100%;
     padding:0.3em;
     font:16px Arial,sans-serif bold;
     font-style:normal;
     text-decoration:none;
     margin:2px;
     vertical-align:text-bottom;
     zoom:1;
     outline:none;
     font-size-adjust:none;
     font-stretch:normal;
     border-radius:50px;
    /* box-shadow:0px 1px 2px rgba(0,0,0,0.2);
     text-shadow:0px 1px 1px rgba(0,0,0,0.3); */
     color:#268DFF;
     border:0.2px solid #2299ff;
	 
    /* background-repeat:repeat;
     background-size:auto;
     background-origin:padding-box;
     background-clip:padding-box;
     background-color:#3399ff;
     background: linear-gradient(to bottom, #eeeff9 0%,#0000FF 100%); */
}
 
/* .yongyin:hover {
    background: #268DFF;
}
 */