.myrows{
  border: 3px solid green;
  padding: 5px;
}
.mycols{
  border: 3px solid red;
}
.mycontainer{
  background-color: aqua;
}
#topHeader{
  border-bottom: 1px solid #ebebeb;
}
#topHeader a{
  color: #2c3e50;
  font-weight: 600;
  font-size: 0.89rem;
}
.container-fluid{
  padding-left: 0;
  padding-right: 0;
}
.fontAdjustNav {
	font-size: 1.1rem;
	font-weight: 600;
	font-style:normal;
	/*color: white;*/ /*not working*/
}


.subMenuStyle {
	font-size: 1.1rem;
	font-weight: 600;
	font-style: italic;
	color: white; /*not working*/
	background-color: aqua;
}

nav ul li a {
	font-size: 1.1rem;
	font-weight: 600;
	/*color: white;*/ /*not working*/
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h2 {
	font-family: 'Segoe UI';
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	width: 400px;
	height: fit-content;
	background: #0d88ad;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 18px;
	text-align: center;
}

body {
	/*background: url(http://andrahand.com/img/back1.jpg) no-repeat center center fixed;*/
	background: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.form_wrap {
	height: fit-content;
	width: 400px;
	background: white;
	/*margin: 5% auto;*/
	margin: 1% auto;
	padding: 0px 0px 0px 0px;
	/*outline: 2px solid rgba(0,0,0,0.1);*/
	position: relative;
	border-radius: 15px;
}


/* Input form Style */

input[type=text] {
	border: 2px solid #afbdcf;
	border-radius: 15px;
	height: 60px;
	width: 300px;
	color: navy;
	font-size: 18px;
	padding-left: 20px;
	box-shadow: none;
}

input[type=password] {
	border: 2px solid #afbdcf;
	border-radius: 15px;
	height: 60px;
	width: 300px;
	color: navy;
	font-size: 18px;
	padding-left: 20px;
	box-shadow: none;
}

/* Label style after Input feild is in focus. Can also use input:focus ~ label to select sibling. */

input:focus + label, input:valid + label {
	font-size: 14px;
	color: #afbdcf;
	top: -10px;
	left: 10px;
	background: #fff;
	padding: 0px 5px 0px 5px;
	padding-left: 50px;
}

.input_wrap {
	width: auto;
	height: auto;
	position: relative;
}


	.input_wrap label {
		font-family: arial;
		font-size: 16px;
		color: #afbdcf;
		padding: 21px;
		padding-left:70px;
		position: absolute;
		top: 0;
		left: 0;
		transition: 0.2s ease all;
		-moz-transition: 0.2s ease all;
		-webkit-transition: 0.2s ease all;
		pointer-events: none;
	}

input[type=text]:focus {
	outline: none;
}

input[type=password]:focus {
	outline: none;
}

.auto-style1 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}



.head-style {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14pt;
	height: 25px;
	vertical-align: middle;
	width: 2%;
}

.middle-style {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14pt;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	width: 6%;
}

.specimen-style {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14pt;
	height: 25px;
	width: 7%;
	vertical-align: middle;
}

.epid-style {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14pt;
	height: 25px;
	width: 17%;
	vertical-align: middle;
}

.lab-style, .name-style {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14pt;
	height: 25px;
	width: 13%;
	vertical-align: middle;
}


.collect-style, .approved-style {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14pt;
	height: 25px;
	width: 8%;
	vertical-align: middle;
}


.disease-style {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14pt;
	height: 25px;
	width: 20%;
	vertical-align: middle;
}