@media only screen and (min-device-width:375px) and
	(max-device-width:690px) and (orientation: portrait) {
	body {
		min-width: auto;
		min-height: auto;
	}
	.body-login {
		background-color: #5e605c;
		padding-top: 60px;
		min-height: auto;
	}
	.div-login-text {
		padding-top: 20px;
		text-align: center;
		color: #fff;
	}
	.span-5 {
		width: 60.8333333333%;
	}
}

@media only screen and (min-device-width:375px) and
	(max-device-width:690px) and (orientation:landscape) {
	body {
		min-width: auto;
		min-height: auto;
	}
	.body-login {
		background-color: #5e605c;
		padding-top: 10px;
		min-height: auto;
	}
	.div-login-text {
		padding-top: 10px;
		text-align: center;
		color: #fff;
	}
	.span-5 {
		width: 60.8333333333%;
	}
	.div-login-logo>img {
		width: 100px;
		height: 100px;
	}
	.div-login-logo {
		width: 100%;
		height: 100px;
		background-color: #fff;
		text-align: center;
	}
	.div-login-btn {
		padding-top: 10px;
		text-align: center;
	}
	
}