html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 3em;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
}

input{
    border: none;
    padding: 10px;
    margin: 10px;
    height: 44px;
    width: 584px;
    border:1px solid #eaeaea;
    outline:none;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    transition: box-shadow 0.25s;
}
input:hover{
    /*border-color: #a0a0a0 #b9b9b9 #b9b9b9 #b9b9b9;*/
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
}
input:focus{
    /*border-color:#4d90fe;*/
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
}

input[type="submit"] {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    border-radius: 2px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    color: #757575;
    cursor: default;
    font-weight: 400;
    width: 125px;
    padding: 0 10px;
    height:36px;
    margin-top: 2em;
    font-size: 0.85em;
    letter-spacing: 0.5px;
    /*font-size: 0.8em;*/
}
input[type="submit"]:hover {
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    background: #f8f8f8;
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    color: #222;
}

img {
	max-width: 272px;
	max-height: 92px;
}

#searchBar {
	max-width: 584px;
	width: 100%;
	text-indent: 0.5em;
	margin: 2em auto;
	float: none;
	margin-bottom: 1em;
}

.footer {
	background-color: #f2f2f2;
	min-height: 3em;
	position: absolute;
	bottom: 0px;
	width: 100%;
	line-height: 3em;
	padding-left: 2em;
}

#footerText {
	font-size: 0.8em;
	margin-bottom: 0px;
}

#googleLink {
	margin-top: 3em;
	font-size: 0.8em;
}

#btnGroup {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height: 38px;
}

#luckyBtn {
	width: 105px;
	font-size: 0.8em;
}

#imgContainer {
	padding-top: 12em;
}

@media screen and (max-width: 375px) {
	#imgContainer {
		padding-top: 5em;
	}
}
