header {
	background-color: #333;
	color: #fff;
	padding: 20px 0;
	margin-bottom: 30px;
}

header img {
	max-width: 100%;
	height: 100px;
}

header .btn-login {
	background-color: #fff;
	color: #333;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

.btn-logins {
margin-top: 30px;
}

header .btn-login:hover {
	background-color: #f2f2f2;
	color: #333;
	text-decoration: none;
}


footer {
		position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #333;
	color: #fff;
	padding: 20px 0;
	}
	.social-icons {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.social-icons li {
		display: inline-block;
		margin-right: 10px;
	}
	.social-icons li:last-child {
		margin-right: 0;
	}
	.fa {
		color: #fff;
		font-size: 20px;
		text-decoration: none;
	}
	.form-control 
	{
		display: block;
    width: 30%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}

 #search-error {
 	text-align: center;
 }

