﻿input {
	padding-left: 0px;
	padding-right: 0px;
	width: 100px;
	height: 26px;
}

.wgtmsr{
	width:200px;
	height:50px;
	padding-left: 10px;
	color: grey;
}

.wgtmsr option{
	width:200px;   
	background: white;  
}




.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100px;
  margin-bottom: 5px;
  background: 
}

.icon {
  padding: 20px 13px 10px 10px;
  background: dodgerblue;
  color: white;
  min-width: 20px;
  min-height: 20px;
  text-align: center;
}

.input-field {

  padding: 10px;
  width: 130px;
  height: 50px;
  outline: none;
}

.input-field:focus {
  border: 1px solid dodgerblue;
}

.myButton {
font-size:14px;
  font-family:Arial;
  width:140px;
  height:50px;
  border-width:1px;
  color:#ffffff;
  border-color:rgba(208, 2, 27, 1);
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  box-shadow:inset 0px 1px 0px 0px #f29c93;
  text-shadow:inset 0px 1px 0px #b23e35;
  background:linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(49,123,191,1) 35%, rgba(0,212,255,1) 100%);	
}
.myButton:hover {
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,212,255,1) 35%, rgba(49,123,191,1) 100%);
  }
.myButton:active {
	position:relative;
	top:1px;
}
