html, body{ font-family: "Tenor Sans", sans-serif; font-size: 16px; font-weight: bold; }
html, body{color: #666;}
.container{
	padding: 25px;
	margin: 0 auto;
	box-shadow: 10px 10px 5px #888888;
}
.consent-text {
	font-size: 12px;
	font-weight: normal;
}
.consent a {
	text-decoration: underline;
	color: #5D92BA;
	font-size:12px;
	font-weight: normal;
}
.container{
	width: 350px;
	background-color:#FFF;
	border: 1px solid #ccc;
}
.err{
	font-style:italic;
	color:red;
}
.errVerify{
	display:none;
	font-style:italic;
	color:red;
	font-size:small;
}
.input-txt {
	width: 100%;
	padding: 20px 10px;
	margin:10px 2px;
	background: #F0f0f0;
	border: 1px solid #bbb;
	font-size: 1em;
	color: #666;
	/*border-bottom: 1px dotted rgba(250, 250, 250, 0.4);*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}
.input-txt:focus {
	color: #000;
	background-color: #E7E7E7;
}
.input-txt:-moz-placeholder {
	color: #666;
	font-style:italic;
}
.input-txt:-ms-input-placeholder {
	color: #666;
	font-style:italic;
}
.input-txt::-webkit-input-placeholder {
	color: #666;
	font-style:italic;
}
.login-footer {
	margin: 10px 0;
	overlow: hidden;
	float: left;
	width: 100%;
}
.login-footer2 {
	margin: 10px 0;
	overlow: hidden;
	float: left;
	width: 100%;
}
.btn {
	padding: 15px 30px;
	border: 1px solid #bbb;
	background: #ddd;
	color: #5D92BA;
}

.btn--right {
	float: right;
}
.lnk {
	font-size: .7em;
	line-height: 3em;
	color: #666;
	text-decoration: none;
}
.lnk-regular {
	color: white;
	text-decoration: underline;
}
.italic{
  font-style:italic;
}
.txt-small{
  font-size:small;
}
.txt-gray{
  color:#666464;
}
.text-alert{color:#F0F0F0;}
.sep{border-bottom: 1px dotted #CCC;}
.clear { clear: both; }
.fld_err{font-size:12px; font-weight:normal;font-style:italic; color:red;}
.reglbl{
	position:relative;
	left:-132px;
	top:20px;
}
/*Iphone Media queries*/
@media only screen and (max-device-width: 667px) {
	html, body{ font-family: "Tenor Sans", sans-serif; font-size: 16px; font-weight: bold; background-color:#FFF; margin:0px; padding:0px;}
		.container{
		padding: 11px 15px 10px 10px;
		margin: 0 auto;
		box-shadow: none;
		width: 350px;
		height: 400px;
		zoom: 271%;
		border: 0px;
	}
}