﻿.schoolquote {
	color: #211c52;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
}

.schoolofficial {
	color: #2f3690;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.schoollocation {
	color: #9b99ae;
	font-weight: 700;
	font-size: 14px;
}

.contactBodyText {
	color: #9b99ae;
}


label {
	width: 100%;
	color: #211c52;
}

.formrow {
	/*background-color: #f5f7fb;*/
	border-radius: 10px;
	padding: 20px 0px;
}

.widecontainer {
	margin-left: 5vw !important;
	margin-right: 5vw !important;
}

input, .form-control, .form-control:focus, .form-control:active {
	border-radius: 32px;
	padding: 1rem;
	background-color: #f5f7fb;
	box-shadow: unset;
	border: 1px solid #ced4da !important;
	color: #9b99ae;
}

.titleheader {
	font-size: 28px;
}

.titleheader2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #2f3690;
}

.tellusheader {
	font-size: 40px;
	color: #9b99ae;
}
.popupinput {
	background-color: #FFF !important;
	border: 1px solid #ced4da !important;
}
