body{
	padding: .5em 1em .5em 1em;
	background-color:  #1C1C50;
	line-height:150%;
	color: #333;
	font-family:Helvetica, Arial, sans-serif;
}

#content, #portal-cert{
	padding:3em 3.5em;
	margin-left: auto;
    margin-right: auto;
	box-sizing: border-box;
	background-color:  white;
	width:70%;
	min-width:320px;
	max-width:980px;
}

h1, h2, h3{
	margin: 0;
	line-height:130%;
	color:#2e3192;
}


a:link, a:visited{
  color: #783CA0;
}

th, h1 a:link, h1 a:visited, ul.inline_menu a:link, ul.inline_menu a:visited{
	color:#2e3192;
}

form{
	margin: 0;
	width: 100%;
}

label {
	display:inline-block;
	padding-right:10px;
}
div.input{
	margin-top: 1em;
	margin-bottom: 1em;
	display:block;
}

div.input textarea{
	height: 90%;
	width: 80%;
}

input[type="text"], input[type="email"], input[name="email"], input[name="firstname"],  input[name="lastname"]{
	width: 100%;
	display:inline-block;
	padding: 8px;
	font-size:1em;
	box-shadow:none;
	border:1px solid #2e3192;
	
}

input[name="firstname"] {
	margin-right:10px;
}

input[type="text"]:focus, input[type="email"]:focus, input[name="email"]:focus, input[name="firstname"]:focus,  input[name="lastname"]:focus, input[type="text"]:hover, input[type="email"]:hover, input[name="email"]:hover, input[name="firstname"]:hover,  input[name="lastname"]:hover {
	background-color: #DAD2F9;
}

input[type="submit"], s + a  {
	background-color: #783CA0;
	width:150px;
	height:40px;
	padding:8px 10px;
	color:#ffffff !important;
	font-size:16px;
	cursor:pointer;
	-webkit-appearance:none; 
	border:1px solid #ffffff; 
	margin:20px 0px;
	display: inline-block;

}
s + a  { 
	text-decoration:none;
	text-align:center;
	margin-left:15px;
	margin-top:0px;
	margin-top:5px;
	padding:8px 10px;
	height:auto;
	
}

input[type="submit"]:hover, s + a:hover {
	background-color: #b3d234;
	color:#2e3192 !important;
