#container {
	max-width : 30%;
	min-width : 30%;
	max-height : 30%;
	min-height : 30%;
	position : relative;
	top : 25%;
	left : 35%;
	border-style : solid;
	border-width : 0px;
	border-radius : 5px;
	box-shadow : 0px 0px 15px 0px rgba(85, 200, 300, 1);
}


#input {
	outline : none;
	position : absolute;
	top : 40%;
	left : 5%;
	padding : 5px;
	min-width : 30%;
	border-style : solid;
	border-width : 1px;
	border-radius : 3px;
	border-color : rgba(85, 200, 300, 1);
}

#input:focus {
	border : 0px;
	box-shadow : 0px 0px 10px 0px rgba(85, 200, 300, 1);
}

#button {
	outline : none;
	position : absolute;
	top : 42.5%;
	left : 60%;
}
