/* Make this mobile first*/
/* Default styles, i.e. for mobile phones go here:*/

		body {
			font: normal normal 1em Lato, Helvetica, sans-serif; 
			font-size: 100%;
			margin: 0;
			background-color:#f0f0f5;
		}

		* { box-sizing: border-box; }

		h1 { color: #666699; }

		h2 {
			color:#0d0d73;
			padding-top:20px;
		}
		
		p { color: #33334d; }

		img {
		    max-width: 100%;
		    height: auto;
		}
		
		a:link, a:visited { text-decoration: none; }
		
		a:hover { text-decoration: underline; }
		
		input[type=text], input[type=password] {
			width:100%;
	   	padding: 8px 10px;
	  	margin: 4px 0;
			background-color: ;
	  	border: solid #d1d1fa;
	    color: #29293d;
		}

		
	  .loginBtn1 { 
	  	width: 100%; max-width: 216px;
			margin: auto;
	  }

@media only screen and (min-width: 600px) {
  /* Styles specific for tablets go here: */

}

@media only screen and (min-width: 768px) {
  /* Styles specific for desktops go here: */


}

@media only screen and (min-width: 1280px) {
  /* Styles specific for large desktops go here: */


}
