@charset "utf-8";
/*login*/
.login{
	width:288px;
	height:203px;
	background-color: #f2f2f2;
	overflow: hidden;
}
.login_title{
	width: 226px;
    margin: 0 auto;
    padding-top: 18px;
    font-family: arial;
    font-size: 17px;
    line-height:20px;
    text-align: center;
    color: #004679;
    background: url(../img/login_bg.png) no-repeat;
    background-position-y: 27px;
}
.login form{
	text-align: center;
}

.username_div{
	background:#fff url(../img/name.png) no-repeat 8px center !important;
	width: 229px;
    height: 27px;
    margin-left: 29px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 12px;
}
.login #username{
	width: 195px;
    float: right;
    border: none;
    height: 27px;
    margin: 0 auto;
    line-height: 27px;
    border-radius: 5px;
    text-align: left;
}
input:-webkit-autofill  {
	/* -webkit-text-fill-color: #ededed !important; */
	-webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s; 
}
.password_div{
	background:#fff url(../img/password.png) no-repeat 8px center !important;
	width: 229px;
    height: 27px;
    margin-left: 29px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 12px;
}
.login #password{
	width: 194px;
    height: 27px;
    margin: 0 auto;
    line-height: 27px;
    text-align: left;
    border: none;
    border-radius: 5px;
    float: right;
}
.login span{
	float: right;
	padding-right: 29px;
	padding-top: 8px;
	padding-bottom: 12px;
	font-size: 14px;
	font-family: arial;
	color:#9b9b9b;
	cursor: pointer;
}
.login .buttons{
	clear: both;
	width: 195px;
	margin: 0 auto;
}
.login .buttons #login{
	width: 82px;
	height: 23px;
	line-height: 23px;
	float: left;
	background-color: #004679;
	border: none;
	border-radius: 5px;
	font-size:14px;
	font-family: arial;
	color: #fff;
	cursor: pointer;
}
.login .buttons #reg{
	width: 82px;
	height: 23px;
	line-height: 23px;
	float:right;
	background-color: #004679;
	border: none;
	border-radius: 5px;
	font-size:14px;
	font-family: arial;
	color: #fff;
	cursor: pointer;
}

.login_user_info{
    width: 288px;
    height: 203px;
    background-color: #f2f2f2;
    overflow: hidden;
}
.user_info{
    height: 115px;
    margin: auto 22px;
    display: -webkit-flex;
    display: flex;
/*     display: -moz-box; */
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}
.user_info .avatar{
    width: 45px !important;
    margin-right: 10px;
}
.login_user_text{
    font-size: 17px;
    font-family: arial;
    color: #9b9b9b;
    /* margin-left: 10px; */
}
.welcome_text{
	font-size: 18px;
    /* margin-left: 10px; */
    color: #004679;
}
.quit_buttons{
	text-align: -webkit-center;
	text-align: center;
}
.quit_buttons_text{
	background-color: #ADAAAD;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-family: arial;
    color: #fff;
    cursor: pointer;
    width: 89px;
    height: 25px;
    line-height: 25px;
/*     text-align: -webkit-center; */
	margin: 0 auto;
}