@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
#login-form {
	margin:5% auto;
	max-width:510px;
}
/* home page */
#wrapper{
	padding-top:50px;
}
.copyright {
    color: #337ab7;
    font-size: 12px !important;
    font-style: italic;
    padding-top: 40px;
}
.login-header {
	background: #111 none repeat scroll 0 0;
    color: #fff;
    font-size: 14pt;
    padding: 20px;
    text-align: center;
}
.hype {
    color: #111;
}
.hype-background {
    background: #111;
}