﻿input {
	
	padding-left: 10px;
	padding-right: 10px;
	width: 170px;
	height: 40px;
}
#wgtmsr{
 width:193px;
height:60px;
padding-left: 10px;
color: grey;

 
}

#wgtmsr option{
 width:100px;   
background: white;  
}

.icon {
  padding: 8px 8px 8px 8px;
  background: dodgerblue;
  	border-radius:3px;
	border:1px solid #0b0e07;

  color: white;
  min-width: 20px;
  min-height: 20px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 1px solid dodgerblue;
}