@font-face {
    font-family: helveticaCondensed;
    src: url('../font/Helvetica-Condensed.otf');
}

body {
	background:#b5d836 url('../images/bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Ariel', sans-serif;
}

.login-card {
	width: 340px;
	background:transparent url('../images/fig-tree-logo.png') no-repeat center 50px fixed; 
	margin: 50px auto 10px;
}

.login-fields {
	padding-top: 60px;
}

.login-fields ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

.login-fields ul li{
	margin:0;
	padding:0 0 10px 0;
	width:100%;
	clear:both;
	position: relative;
}

.login-fields ul li.bottomLineThin{
	border-bottom:1px solid #e3eec7;
}

.login-fields ul li.bottomLineThick {
	border-bottom:1px solid #ffffff;
}

.login-fields ul li.topLineThick {
	border-top:2px solid #ffffff;
}


.login-fields .fields {
	width: 100%;
	clear: both;
	padding: 0 0 0 0;
}

.login-card input[type=text], input[type=password] {
	color: #000000;
	height: 35px;
	font-size: 16px;
	width: 100%;
	-webkit-appearance: none;
	/* border-radius: 2px; */
	padding: 0 8px;
	background:#ffffff;
	border:0;
}

.login {
	text-align: center;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	height: 30px;
	padding: 0 8px;	
}

.login-submit {
	border: 0px;
	color: #9ac125;
	background:transparent url('../images/button.png') no-repeat left center; 
	width: 351px;
	height: 57px;
	border: 0px solid #000000;	
	cursor:pointer;
	margin:0;
	padding:0;
}

.login-card a:hover {
	opacity: 1;
}

.login-help a{
	text-align: center;
	width: 100%;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
	color:#626262;
	display:block;
}

#links_left{
	float:left;
	position:relative;
	margin-left:5px;
	clear: both;
	cursor:pointer;
}

#links_left a{
	font-family: 'helveticaCondensed';
	color:#ffffff;
	font-size: 80%;
	line-height: 80%;
	text-decoration:none;
	font-weight:bold;
}

#links_left a:hover{
	color:#ffffff;
	text-decoration: none;
}

#links_right{
	float:right;
	position:relative;
	margin-right:5px;
}

#links_right a{
	color:#8894a6;
	font-size: 8px;
	text-decoration:none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}

#links_right a:hover{
	color:#8894a6;
	text-decoration: underline;
}

#bhgLogo {
	width: 100%;
	display: block;
	height: 100px;
	margin: 10px 0 0 0;
	background: transparent url('../images/bhglogo.png') no-repeat center center; 
	
}
.error {
	color: red;
	float:right;
	font-size:80%;
	position:absolute;
	top:0px;
	right:0px;
	background:#ffffff;
	padding:2px;
}

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #ffffff;
}

:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}

::-ms-input-placeholder { /* Edge */
  color: #ffffff;
}

:placeholder-shown { /* Standard one last! */
  color: #ffffff;
}

*:focus {
    outline: none;
}

.styled-select {
    width: 330px;
    height: 34px;
    overflow: hidden;
    background: transparent url("../images/dropdown.png") no-repeat scroll right center;
    border: 0px;
	padding: 0px 4px;
}

.styled-select select {
	font-weight:normal;
    border: 0px none;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    width: 343px;
    color: #ffffff;
	height: 35px;
	font-size: 16px;
}

.styled-select select:focus {
    outline: none;
}

.styled-select select option {
	padding:6px 4px 6px 4px;
    background: #9ac024;
	border: 0px;
}


.styled-select select option[default] {
    color: #000000;
}

* {
    box-sizing: border-box;
    word-wrap: break-word;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#ffffff;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#ffffff;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#ffffff;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color:#ffffff;
}



