.auth-box-w .logo-w {
	text-align: center;
	padding: 0 20% 18px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 18px;
}

.auth-box-w .logo-w img {
	max-width: 100%;
}

.all-wrapper.with-pattern {
	background-image: none;
}

body.auth-wrapper .all-wrapper {
	padding-top: 5%;
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
	body.auth-wrapper .all-wrapper {padding-top: 15%;}
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  
  
}