.login-body{
	width: 100%;

	background: url("../images/login-bg.jpg") center no-repeat;
	background-size: cover;
	padding-top: 70%;
}
.logo{
	width: 80%;
	height: 240px;
	margin: 0 auto;
	background: url(../images/login-log.png) center center no-repeat;
}

.mui-input-group .mui-input-row{
	height:50px;
}

.mui-input-group .mui-input-row input{
	height: 50px;
}

.mui-input-row label{
	width:35px;
}
.mui-input-row label~input{
	width:88%;
}
.sub-div{
	margin:15px;
}
.sub-div button{
	width:100%;
	line-height: 30px;
	font-size: 1.1em;
}


.login-footer{
	position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}


.change-lang{
	position: absolute;
    left: 10px;
    top: 10px;
    border: 1px solid #007aff;
    border-radius: 5px;
    padding: 10px;
}
.select-lang{
	display: none;
}
.select-lang a{
	display:block;
	line-height:2em;
	border-top:1px solid #007aff;
}



@media screen and (max-height:500px) {
	.login-footer{
		display: none;
	}
}