#signup {
	padding-top: 30px;
/*background:#ccc;*/	
/*position: absolute;*/
	width:500px;
	margin:0 auto;
}

#signup-div {
    visibility: hidden;
}

/*fieldset{
	margin: 0 auto;
	position: relative;
}*/

input[type=text] {
    width:80%;
/*    margin: 0 5%;
*/}

#map-canvas {
    height: 500px;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    border-top: 1px solid orange;
    border-bottom: 1px solid orange;
}
.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 400px;
    height:60px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
    top:200px;
    margin: 20px auto;
    border-color: orange;
   
}

#pac-input:focus {
    border-color: #4d90fe;
    margin-left: -1px;
    padding-left: 14px;  /* Regular padding-left + 1. */
    width: 402px;
    top:50px;
     -webkit-transition: top 2s;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

@media screen and (max-width: 500px) {
    #map-canvas {
        height: 400px;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    #pac-input {
        width:90%;
        height: 50px;
        top:200px;
    }
    #pac-input:focus{
        width:90%;
    }
    #signup{
        width:80%;
        padding: 5% 10%;
    }
}

form .error {
    color: #ff0000;
}

button {
    padding: 10px 20px;
    margin: 0 10px;
    font-size: 16px;
    cursor: pointer;
}

#res-biz-question {
    background-color: white;
    position: absolute;
    right: 0;
    left: 0;
    top: 10%;
    margin: auto;
    z-index: 2;
    height: 12%;
    width: 90%;
    padding-top: 15px;
}