/* FW-1470: Mobile device detection adjustments, overrides properties in fw_default.css, but only for mobile devices.


*/
.header-login-padding-left {
	background: none;
	/* background-color: #F2F2F2; */
	height: 0px;
	
	width: 10px;/*180px;*/
	float: left;
}
.header-login-padding-center {
	background: none;
	/* background-color: #F2F2F2; */
	height: 0px;
}

.header-login-padding-right {
	background: none;
	/* background-color: #F2F2F2; */
	height: 0px;
	
	width: 10px;/*180px;*/
	float: right;
}


.header-login-left {
	background: none;
	/* background-color: #F2F2F2; */
	height: 110px;
	width: 10px;/*180px;*/
	float: left;
}

.header-login-content {
	background: none;
	/* background-color: #F2F2F2; */
	height: 110px;
}
.header-login-right {
	background: none;
	/* background-color: #F2F2F2; */
	height: 110px;
	width: 10px;/*180px;*/
	float: right;
}

.form-input {
	color: #000000;
	background: #FFFFFF;
	cursor: default;
	font-size: 24px;
	font-family: 'Verdana', 'Arial', 'Helvetica';
	border: 1px solid #45464a;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

	-moz-box-sizing: border-box; /* keep text field sizing consistant across browsers*/
	line-height: 20px; /*keep line heights consistant across browsers */
}

/* FW-1470 - specify the login screen's input sizing. Overrides fw_default.css for mobile devices */
.form-input-login {
	width: 100%;
}

.form-input[type='submit'] {
	padding: 5px 12px 5px 12px;
}