
*, *:after, *:before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a {
	text-decoration: none;
	/*color: inherit;*/
}
a:hover {
	text-decoration: none;
	/*color: #fff;*/
}
a:focus{
    outline:0; 
}
/* ***** Login and Register page */
html {
	height: 100%;
}
body {
	height: 100%;
	background: url(../img/bg.png);
}
.container {
	padding-top: 5px;
}
.signupContainer {
	padding-top: 25px;
}
.logo {
	text-align: center;
	padding: 25px 0;
	color: #333;
}
.btn-blue, .btn-blue:hover {
	background-color: #2DB3E9;
	color: #fff;
}

@media(max-width:450px) {
    .logo img {
    	width: 300px;
    }
}
