
body {
	background: #eee none repeat scroll 0 0;
}
h1{ color: #888;}
.navbar {display:none;}
.main-content{background: none;}
.company-logo{
	text-align: center;
	margin-top: 30px;
}
.company-logo img{
    border-radius: 5px;
    max-height: 100px;
    max-width: 250px;
    overflow: hidden;
}
.login {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    float: none;
    margin: 30px auto;
    padding: 30px 20px;
	-webkit-box-shadow: 0px 0px 75px -25px rgba(0,0,0,0.25);
	-moz-box-shadow: 	0px 0px 75px -25px rgba(0,0,0,0.25);
	box-shadow: 		0px 0px 75px -25px rgba(0,0,0,0.25);
	max-width: 400px;
}

.btn-group{display: block;}
.form-header {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    margin: -30px -20px 30px;
    padding: 5px 0;
}
form#login{
	margin: 40px 30px 0;
}
#submit{
	margin: 50px 0 30px;
}
.footer {
    border-top: none;
    display: block;
    margin: 30px auto;
    padding: 0;
    text-align: center;
}
footer ul, footer li {
    list-style: outside none none;
	margin: 0;
	padding: 0;
}
footer ul li {
    border-right: 1px solid #ccc;
    display: inline;
    padding: 0 5px;
}
footer ul li:last-child {
    border-right: medium none;
}

footer .text {
    font-size: 12px;
}

@media (max-width: 767px) {
	.login{
	}
}
