@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../styles/fonts/OpenSans.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans Light';
  font-style: normal;
  font-weight: 200;
  src: local('Open Sans Light'), local('OpenSansLight'), url(../styles/fonts/OpenSansLight.woff) format('woff');
}

html, body {
	height: 100%;
	overflow: auto;
	margin:0;
	padding: 0;
}

body {
	background-color: #444;
	font-family: 'Open Sans';
	font-size:0.8rem;
	color:#333;
}

a	{
	text-decoration: none;
	color:#55b750;
}

.tf-mainlogin {
	text-align:center;
	margin-top:3rem;
	margin: 0 auto;
	max-width:500px;
}

.sb-login-logo {
	width: 20rem;
	padding: 0.2rem;
}

.tf-mainlogin-title {
	font-family: 'Open Sans';
	font-family: 'Open Sans Light';
	font-size:1.5rem;
	text-align:left;
	padding-top:1rem;
}

.tf-mainlogin-content {
	background:#fff;
	width:19rem;
	padding:2rem;
	alignment-adjust: central;
	padding-top:0.5rem;
}

.tf-mainlogin-content input {
	width:100%;
	height:2.1rem;
	border:1px solid #ccc;
	margin-bottom:3px;
	padding:0.5rem;
	border-left:3px solid #35AA47;
}

.tf-mainlogin-content select {
	width:100%;
	height:2.1rem;
	border:1px solid #ccc;
	margin-bottom:3px;
	padding:0.4rem;
	border-left:3px solid #35AA47;
}
/*.tf-mainlogin-content option{
	padding: 0.5rem 0 0 0.5rem;
}*/

.tf-mainlogin-content input:focus {
	border:1px solid #919191;
	border-left:3px solid #27a9e3;
}

.tf-mainlogin-hr {
	height:1px;
	border:0;
	width:100%;
	background:#eee;
}

.tf-mainlogin-error {
	text-align:center;
	color: #e02222;
	margin-top: 10px;
	margin-top: 2.5rem;
	position:relative;
	top:0.8rem;
}

.tf-mainlogin-button{
	padding:0.4rem 0.8rem;
	border:0;
	cursor:pointer;
	color:#fff; 
	background: #35AA47;
}
.tf-mainlogin-button:hover {
	background: #298337;
}

.tf-mainlogin-av {
	width:100%;
	color:#333;
}

.tf-mainlogin-av-txt {
	margin-left:-2rem;
	margin-right:-2rem;
}

.tf-mainlogin-footer{
	color:#fff;
	margin-top:0.33rem;
}

.tf-mainlogin-fieldset {
	padding: 0;
	margin: 0;
	border: 0 solid transparent;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}