html{
  background-color:#ffffff
}

.ErrorMsg{ 
  color:#ff031e; 
}

.selected-schools{
  color:#8bc440;
}

.form-group{
  margin-bottom: 10px;
}

.jvFloatable{
  height: 45px !important;
}

.cancel-text {
  font-size: 13px;
  padding-top: 10px;
}

.ceeb-location {
  font-size: 10px;
}

#sly-container {
	position: absolute;
	bottom: 100px;
}

#sly-container a:first-Child {
	margin-bottom: 15px;
}

#sly-container a {
	padding: 20px;
	width: 100%;
}

#sly-container a:last-child {
	border: 2px solid #1f70a6;
	color: #1f70a6;
}

#registerUI {
	position: relative;
	height: 600px;
}

@media (max-width: 599px) {
	#sly-container span {
		display: none;
	}
}