#form-header{
	color:#012168;
	font-size:40px;
	margin:0;
}
#pricing{
	text-align:center;
	font-size:20px;
	padding-top:10px;
}
#d-1{
	margin:0;
	padding:0;
	border-color:#012168;
}
#caption{
	text-align:center;
	font-size:17px;
	padding-bottom:5px;
}
#profile-pic{
}
#add-photo{
	width:180px;
	height:180px;
	border-radius:50%;
	border-style:dashed;
	border-width:3px;
	border-color:#C8C8C8;
	margin:0 auto;
	margin-top:30px;
	position:relative;
	cursor:pointer;
}
#photo-inner{
	width:100px;
	height:60px;
	text-align:center;
	position:absolute;
	top:50%;
	margin-top:-30px;
	left:50%;
	margin-left:-50px;
	color:#C8C8C8;
}
#photo-icon{
	font-size:30px;
}
#first-name, #last-name, #school, 
#email, #answer, #password, #confirm-password, #security-question{
	box-shadow: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   -moz-transition: none;
   -webkit-transition: none;
}
#first-name:focus, #last-name:focus, #school:focus, 
#email:focus, #answer:focus, #password:focus, #confirm-password:focus, #security-question:focus{
	border-color:#989898;
}
.form-group{
	padding-top:5px;
}
.form-group label{
	color:#606060;
	font-weight:normal;
}
#submit-form{
	width:100%;
	color:white;
	border-style:solid;
	border-width:2px;
	outline:none;
	background:#012168;
	border-color:#012168;
	margin-bottom:40px;
}
#submit-form:hover{
	background:white;
	color:#012168;
}
#email-error{
	display:none;
}
#pass-error{
	display:none;
}
#pass-confirm-error{
	display:none;
}
#input-img-file{
	display: block;
	visibility: hidden;
	width:0;
	height:0;
}
#invalid-login{
	display:none;
}
.bracket{
	color: #012168;
	font-size:19px;
}