/***
Created By: Kevin Ngo
Date: 2/7/2017
***/


/***
  Below is for the landingPage.html page
***/

.indexLi li {
 	font-size: 1.45em;
	font-weight: bold;
}

p{
	font-size: 1.45em;
}

h1{
	font-size: 2.5em;
}

ol.fontsize {
	font-size: 1.45em;
}

.topmargin {
	margin-top: 20px;
}

label {
  font-size: 1.25em;
}

.form-group.required .control-label:after { 
    color: #d00;
    content: "";
    position: absolute;
    margin-left: 8px;
    top:1px;
}

.form-group-h3.required .control-label-h3:after { 
    color: #d00;
    content: "";
    position: absolute;
    margin-left: 8px;
    top:20px;
}

#myForm label.error {
	//margin-left: 50px;
	width: auto;
	//display: inline;
	color: red;
}