.login-header {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin: 60px 0 30px 168px;
}
	
.login-input {
	border: none;
	background: #fff;
	border: 2px #fff solid;
	font-size: 16px;
	height:42px;
	padding-left: 10px;
	color: #434343;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box; 
}

.login-input:focus {
	outline:none;
  		border: solid 2px #50BEED;
}

.login-icon-holder {
	display: inline-block;
	width: 44px;
	height: 42px;
	margin-right:2px;
	vertical-align:top;
}

.login-icon-unfocused {
	background-color: #fff;
	color: #777777;
}

.login-icon-focused {
	background-color: #50BEED;
	color: #fff;
}

.sku-orange-button {
	background-color: #FE5900;
	color:#fff;
	border: none;
	font-weight:600;
	font-size: 16px;
	letter-spacing: 2px;
	height:40px;
	line-height:38px;
	padding-left:150px;
	padding-right:150px;
	width: 372px;
	cursor: pointer;
}
.sku-orange-button:hover {
	background-color: #5AB2D0;
}

.sku-mandarin-button {
	background-color: #FE5900;
	color:#fff;
	border: none;
	font-weight:600;
	font-size: 16px;
	letter-spacing: 2px;
	height:40px;
	line-height:38px;
	padding-left:150px;
	padding-right:150px;
	width: 372px;
	cursor: pointer;
}
.sku-mandarin-button:hover {
	background-color: #5AB2D0;
}

.line-holder {
	margin-left:16px; 
	margin-bottom:20px;
}

.line-holder2 {
	margin-bottom:20px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;  /* remove Chrome yellow auto-fill*/
}

.login-pane-text {
	font-size:16px !important;
	color: #fff;
}

a.login-pane-text:link {
	color:#fff !important;
	text-decoration: none !important;
} 

a.login-pane-text:visited {
	color:#fff !important;
	text-decoration: none !important;
}

a.login-pane-text:hover {
	color:#fff !important;
	text-decoration: underline !important;
}

a.login-pane-text:active {
	color:#fff !important;
	text-decoration: none !important;
}

.signup-header {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin: 20px 0 10px 0;
}

.form-buffer {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin: 15px 0 15px 0px;
}