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

.bg-img
{
	background:url('../images/101_green.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size: 75%;
	width:100%; 
	height:100%;
}

.login-container
{
	display: inline-block;
/*
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 300px;
	height: 300px;
	margin: auto;
*/	
	position: relative;
	top: 100px;
	width: 300px;
	height: 300px;
}

.login-box
{
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 1px;
	border-color: #F0F0F0;
	color: #000000;
	background-color: rgba(240, 240, 240, 0.9);
	-webkit-box-shadow:  0 0 10px rgba(0, 0, 0, 0.4);
	   -moz-box-shadow:  0 0 10px rgba(0, 0, 0, 0.4);
	        box-shadow:  0 0 10px rgba(0, 0, 0, 0.4);
}

.login-box input
{
	color: #000000;
}

.login-logo
{
	margin-top: 10px;
	text-align:center;
}

.login-logo-text
{
	font-family: Raleway,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}

.login-env
{
	font-size: 1.5em;
	font-weight: bold;
}

input[type="text"],
input[type="password"] {
    width: 250px;
}

.input-button input {
    padding-right: 55px;
}

.input-button button {
	color: #333;
	padding: 2px 4px;
	font-weight: bold;
    font-size: 9px;
	line-height: 9px;
    margin-left: -53px;
}


.btn-primary:hover {
	color: white;
}

