/* remove the inner shadow and outer bevel on input elements on iOS */
textarea, input[type="text"], input[type="submit"], input[type="password"] {
	-webkit-appearance: none;
}

.login-layout .widget-box .widget-main {
	background: none repeat scroll 0 0 #FFF;
}

.login-container {
	width:auto;
	max-width:375px;
}

.login-field {
	border:1px solid;
	border-radius: 5px !important;
}

.rezgoicon-wordmark {
	font-size:64px;
	color:#F26D16;
}

@media (max-height: 390px) {
	.hidden-short {
		display:none !important;
	}
}