﻿.login_box{
  width: 380px;
	height: 378px;
	background-color: #ffffff;
	box-shadow: 0px 4px 16px 0px 
		rgba(0, 0, 0, 0.11);
	border-radius: 10px;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-189px;
    margin-left:-190px;
}
.login_boxHeader h1{
    font-family:"微软雅黑";
    font-weight:bold;
	font-size: 24px;
	color: #399be5;
    text-align:center;
    margin-top:40px;
    padding-left:5px;
}
.login_boxHeader p{
    font-family: "微软雅黑";
	font-size: 14px;
	color: #f06969;
    text-align:center;
    margin-top:10px;
}
.account{
    width: 260px;
	height: 36px;
	background-color: #f5f5f5;
	border-radius: 5px;
    margin:0 auto;
    margin-top:20px;
}

.account span{
    display:inline-block;
	font-family:  "微软雅黑";
	font-size: 14px;
    line-height:36px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
    padding:0 10px;
}
.account input{
      height: 33px;
    margin-top: -3px;
    width: 200px;
    border:none;
    background-color: #f5f5f5;
}
.loginBtn a{
    display:block;
    width: 260px;
	height: 36px;
	background-color: #399be5;
	border-radius: 5px;
    margin:0 auto;
    margin-top:44px;
    font-family:  "微软雅黑";
	font-size: 14px;
	color: #ffffff;
    text-align:center;
    line-height:36px;
}
.Signup{
    width:260px;
    height:24px;
    background:url(../../images/line.png) no-repeat center center;
    margin: 0 auto;
    margin-top:20px;

}
.Signup a{
    display:block;
    width: 80px;
	height: 24px;
	background-color: #399be5;
	border-radius: 5px;
    font-family: "微软雅黑";
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
    line-height:24px;
    text-align:center;
    margin:0 auto;
}