﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(13,40,69,1) 35%, rgba(0,212,255,1) 100%);
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff;

	
}

.wrapper {
	width: 100%;
	background-color: white;
}

html {height: 100%;}
.body{
	height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background: rgb(2,0,36);
	background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%); 
}

.p {
	font-family: Arial, Helvetica, sans-serif;
  	color: gray;
  	font-size: 30px;
  	padding: 15px 10px 0px 5px;
}

.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;

  margin-bottom: 5px;
}

.icon {
  padding: 20px 13px 10px 10px;
  background: dodgerblue;
  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;
}


