body{
	min-width: 100% !important;
	min-height: 100% !important;
	background-image: url('../../images/containership.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
}
header{
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	color: #FFF;
	
}
.site-name{
	color: #ffbc00;
	margin-top: 0px;
}
.logo{
	min-height: 100px;
	min-width: 100px;
	padding-top: 35px;
}
.login-form{
	color:#000;
}
.login{
	margin-top: 100px;
	padding: 15px;
	background-color: rgba(255,188,0,0.7);
	margin-bottom: 50px;
	border-radius: 5px;
}
.developed{
	margin-top: 10px;
	color: #ffbc00;
}
.developed a:hover{
	color: #FFF;
	text-decoration: none;
}
footer{
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	position: fixed;
	left: 0;
	bottom: 0;	
}