﻿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;  
}

.myButton {
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	background-color:#2dabf9;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
	width: 191px;
}
.myButton:hover {
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	background-color:#0688fa;
}
.myButton:active {
	position:relative;
	top:1px;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 20px 13px 10px 10px;
  background: dodgerblue;
  color: white;
  min-width: 20px;
  min-height: 20px;
  text-align: center;
}

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

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