body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
a{
	color:#b6cfe4;
}
body#background {
	background-color: #333!important;
    background-image: url("../img/background.jpg") !important;
    background-position: center;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
	background-attachment: fixed;
}
img#logo {
    /*background-image: none, url("./img/airtouchheadlogo.png") !important;
    background-size: cover;*/
    width: 300px !important;
    height: 80px !important;
    border-radius: %!important;
}
img#footerlogo {
    width: 250px;
    height: auto;
    margin-top: 25px;
    margin-bottom: 10px;
}
div#container {
    padding: 8% 0 0;
    margin: auto;
    width: 320px;
	text-align: center;
}
input {
    background: #fbfbfb;
    width: 100%;
    padding: 9px;
    margin: 10px 0;
    border: 1px solid #ddd;
    background-color: #fff;
	box-sizing: border-box;
}
button{
    font-size: 18px !important;
    color: #ffffff !important;
    background: #f58250 !important;
    width: 100% !important;
    height: 35px!important;
	border:0;
	font-weight:bold;
}
button:hover{
	cursor:pointer;
    background: #333 !important;
}