input[type=text]{
	height:24px;
	width:150px;
}



button{
	height:24px;
	width:50px;
	background:red;
}



@media (max-width:9000px){

	input[type=text]{
	height:50px;
	width:500px;
}



button{
	height:70px;
	border:1px solid black;
	width:200px;
	background:#000;
	color:white;
	font-size:20px;
}
}












@media (max-width:1000px){

	input[type=text]{
	height:50px;
	width:300px;
}



button{
	height:70px;
	width:150px;
	background:#000;
	color:white;
	font-size:20px;
}
}












@media (max-width:600px){

	input[type=text]{
	height:50px;
	width:240px;
}



button{
	height:70px;
	width:100px;
	background:#000;
	color:white;
	font-size:20px;
}
}







@media (max-width:400px){

	input[type=text]{
	height:40px;
	width:200px;
}



button{
	height:50px;
	width:80px;
	background:#000;
	color:white;
	font-size:20px;
}
}















@media (max-width:320px){

	input[type=text]{
	height:40px;
	width:200px;
}



button{
	height:30px;
	width:70px;
	background:#000;
	color:white;
	font-size:20px;
}
}









@media (max-width:290px){

	input[type=text]{
	height:40px;
	width:200px;
}



button{
	height:30px;
	width:44px;
	background:#000;
	color:white;
	font-size:10px;
}
}











@media (max-width:264px){

	input[type=text]{
	height:30px;
	width:150px;
}



button{
	height:30px;
	width:50px;
	background:#000;
	color:white;
	font-size:14px;
}
}






@media (max-width:220px){

	input[type=text]{
	height:30px;
	width:180px;
}



button{
	height:30px;
	width:64px;
	background:#000;
	color:white;
	font-size:14px;
	margin:24px;
}
}






@media (max-width:192px){

	input[type=text]{
	height:30px;
	width:150px;
}



button{
	height:30px;
	width:64px;
	background:#000;
	color:white;
	font-size:14px;
	margin:24px;
}
}







@media (max-width:160px){

	input[type=text]{
	height:30px;
	width:110px;
}



button{
	height:30px;
	width:64px;
	background:#000;
	color:white;
	font-size:14px;
	margin:24px;
}
}









@media (max-width:120px){

	input[type=text]{
	height:30px;
	width:100px;
}



button{
	height:30px;
	width:64px;
	background:#000;
	color:white;
	font-size:14px;
	margin:24px;
}
}





@media (max-width:110px){

	input[type=text]{
	height:30px;
	width:90px;
}



button{
	height:30px;
	width:64px;
	background:#000;
	color:white;
	font-size:14px;
	margin:24px;
}
}





@media (max-width:100px){

	input[type=text]{
	height:30px;
	width:70px;
}



button{
	height:30px;
	width:50px;
	background:#000;
	color:white;
	font-size:14px;
	margin:16px;
}
}









@media (max-width:80px){

	input[type=text]{
	height:26px;
	width:50px;
}



button{
	height:30px;
	width:46px;
	background:#000;
	color:white;
	font-size:10px;
	margin:14px;
}
}




@media (max-width:70px){

	input[type=text]{
	height:26px;
	width:40px;
}



button{
	height:30px;
	width:30px;
	background:#000;
	color:white;
	font-size:8px;
	margin:14px;
}
}




