﻿#PreRegistration {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#PreRegistrationForm
{
	background-color: white;
	border: 1px solid #bebebe;
	margin-top: 10px;
	padding: 10px 35px;
	width: 60%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#PreRegistrationForm .row
{
	/*margin-top: 10px;*/
	min-height: 25px;
	width: 100%;

	display: flex;
}

#Title
{
	text-align: center;
	font-size: 36px;
	/*color: #44adb3;*/
	/*font-weight: bold;*/
}

.colLBL
{
	margin-right: 30px;
	text-align: right;
	width: 36%;
}

.data input
{
	width: 240px;
}

.retrieveButton {
	margin-left: 15px;
}

#DateOfBirth {
    width: 215px;
}

#CalendarImage {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.data select  {
	width: 240px;
	height: 30px;
}

.label
{
	font-weight: 700;
	font-size: smaller;
}

input.buttons
{
	margin-top: 10px;
	text-align: center;
    font-size: 100%;
    font-weight: normal !important;
	color: #fff;
	background-color: #4cb5b0;
	padding-top: 5px;
}

.pre-registration__header {
	width: 60%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.pre-registration__title {
}

.pre-registration__home-link {
}

.pre-registration__home-link a {
}

.pre-registration__section-header {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #2C6DAD;
	width: 80%;
	border-bottom: 1px solid #bfbfbf;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.field-validation-error {
	font-size: smaller;
}

input[type=text]:read-only {
	background-color: lightgray;
	border-radius: 5px;
}