/*
Module Name:Login (Mobile CSS)
Author: CH | Prosoft Phils
Author URL: http://prosoft-phils.com/
*/

@media (max-width: 767px) {
.login-form {
	width: 93%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

} /* END of @media 767px and below*/


