body {
	font-family: Open Sans, sans-serif;
	margin-top: 60px;
}
body#home{
	padding-top: 10px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}
#install-app {
  display: inline-block;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}
.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 0px 7px 7px;
}

#cookies-info {
    font-size: 94%;
    position: fixed;
    min-height: 25px;
    line-height: 0px;
    width: 100%;
    bottom: 0;
    background-color: hsla(0, 0%, 0%, 0.8);
    color: hsl(0, 0%, 76%);
    padding: 20px;
    padding-bottom: 10px !important;
    z-index: 9999;
    line-height: 17px;
}
#cookies-info span {
    font-weight: bold;
    float: right;
    cursor: pointer;
    margin-right: 50px;
}