﻿@font-face {
  font-family: hughs;
  font-style: normal;
  font-weight: 400;
  src: url("https://cleaningproservices.ca/font/hughs.ttf");
}

h1 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0px;
  margin-right: 0;
  font-weight: normal;
  font-family: "hughs";
 }


input {
	padding-left: 0px;
	padding-right: 0px;
	width: 200px;
	height: 26px;
}

.wgtmsr{
	width:200px;
	height:50px;
	padding-left: 10px;
	color: grey;
}

.wgtmsr option{
	width:200px;   
	background: white;  
}

.myButton {
	box-shadow:inset 0px 0px 0px 0px #000000;
	background-image: linear-gradient(to right, #355092, #3d68a7, #4a81ba, #5a99cd, #6fb2de, #61c0e2, #5acce0, #62d8da, #6dd7b3, #94d185, #c3c45f, #f2b053);
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}

.myButton:hover {
	background:linear-gradient(to bottom, #163a82 5%, #70adde 100%);
	background-color:#163a82;
}  

.input-container {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	width: 100%;
	margin-bottom: 5px;
}

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

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

.input-field:focus {
	border: 2px solid dodgerblue;
	background: rgb(143,143,157);
	background: linear-gradient(24deg, rgba(143,143,157,1) 0%, rgba(255,255,255,0) 22%, rgba(255,255,255,1) 100%);}
}