/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
	.logo_add{
		display: none;
	}
	.login_name{
		width:100% !important;
	}
	.login_name form{
		width: 90%;
	}
	.form_ipt{
		padding: 0 15px;
		text-align: left;
	}
	.zw-msg p:nth-of-type(1){
		font-size: 16px;
	}
	.zw-msg{
		margin-top: 80px;
	}
}
