/**
 *
 * Apply your custom CSS here
 *
*/

body {
}

a {
}

.login-page {
background:url(../images/bg-turbines.jpg) !important;
background-position:bottom center !important;
background-repeat:repeat-x !important;
padding-top: 50px !important;
}

.login-form {
background:#eeeeee !important;
}


.form-control {
	padding: 6px 9px;
	background-color: #f9f9f9 !important;
	color: #101010;
}

label {
	color:#808080;
	font-size: 12px !important;
	line-height: 20px;
	font-weight: bold;
}
th,tr,td{
color:#505050;
}