#login{
	padding: 6px 0 0 0;
}
#login p{
	height: 22px;
	line-height: 22px;
	padding: 4px 0 0 25px;
}
.textbox{
	height: 22px;
	padding: 0 2px;
	text-align: center;
}
#btn{
	text-align: center;
}
.easyui-linkbutton{
	padding: 0 10px;
}
.panel-title{
	text-align: center;
}
body{
	width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
	background-color: #e6e6e6;
}
.main{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100vw;
    height: 100vh;
    background-color: #eee;
    background-size: 100% 100%;
}
.login_box{
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 100%;
    padding: 0 50px;
    background-color: #fff;
}
#login{
	width: 420px;
    padding: 40px 45px;
    background-color: var(--el-bg-color);
    margin-bottom: 300px;
}
.form{
	width: 100%;
    height: 300px;
    overflow: hidden;
}
.login-btn{
	width: 100%;
    text-align: center;
    white-space: nowrap;
    background-color: #E74C3C;
	color: white;
	border-radius: 1px;
	padding: 7px 0px;
}
.login-btn:hover{
    background-color: #e95e50;
    cursor: pointer;
}
.login-btn:active{
    background-color: #a83b30;
}
.el-icon {
    --color: inherit;
    height: 1em;
    width: 1em;
    line-height: 1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    fill: currentColor;
    color: var(--color);
    font-size: inherit;
}