/* Carrier Colors 
007bff -> light blue
61b549 -> light green
152c73 -> dark blue
*/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #152c73;
	font-size: 10px;
	font-weight: bold;
	/*  background: rgb(2,0,36); */
	background: white;
	/*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(209,161,231,1) 0%, rgba(0,212,255,1) 100%);*/
	/*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(209,161,231,1) 0%, rgba(0,212,255,1) 100%);*/
}

.topnav {
  overflow: hidden;
  background-color: #4d94ff;
}
.topnav a {
  float: left;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 10px;
}
.topnav a:hover {
  background-color: #61b549;
  color: white;
}
	
.topnav a.active {
  background-color: #152c73;
  color: white;
}
.headingForHome{
	font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size:16px;
	font-style:normal;
	text-align: center;
	color:#003380;
	text-shadow: 2px 2px 3px #FFFFFF;
}
.allForms{
	margin-left:30px;
}
.heading{
	margin-top:10px;
	font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size:25px;
	color:#003380;
	text-shadow: 2px 2px 3px #FFFFFF;
}
p {
    text-shadow: 2px 2px 3px #000000;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #4d94ff;
   height:32px;
   padding-bottom:5px;
   color: white;
   text-align: center;
}
.errorMessage{
	text-shadow: 2px 2px 3px #000000;
}
.button {
	background-color: #007bff;
	color: white;
	font-weight: 400;
	font-size: 10px;
}
.fullScreen {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	margin: 0px;
}