/* ОБЛАСТЬ Форма */

#form_window {
	position: relative;
	width: 500px;
	margin: 50px auto;
	padding: 0 30px 35px;
	border-radius: 20px;
	border: 2px solid #0061AE;
}

#form_caption {
	margin: 0 auto 30px;
	padding: 20px 0;
	text-align: center;
	font-family: 'Alumni sans';
	font-size: 30px;
	font-weight: bold;
	color: #0061AE;
	border-bottom: 2px solid #0061AE;
}

#form_close {
	width: 100%;
}

.form_group {
	display: block;
	position: relative;
	margin: 10px 0;
}

.form_label {
	display: inline-block;
	font-family: 'Alumni sans';
	font-size: 24px;
	color: #0061AE;
	text-align: justify;
}

.form1 {
	display: inline-block;
	float: right;
	vertical-align: top;
}

.form_input1 {
	display: inline-block;
	float: right;
	vertical-align: top;
	width: 150px;
	height: 28px;
	margin-right: 10px;
	border: 1px solid #0061AE;
	border-radius: 5px;
}

.button1 {
	display: inline-block;
	float: right;
	vertical-align: top;
	height: 27px;
	width: 110px;
	border: 2px solid #0061AE;
	border-radius: 5px;
	font-family: 'Alumni sans';
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #0061AE;
	cursor: pointer;
}

.button2 {
	display: block;
	font-family: 'Alumni sans';
	font-size: 20px;
	line-height: 20px;
	text-decoration: underline;
	border: none;
	color: #0061AE;
	background: inherit;
	cursor: pointer;
}

.form_input2 {
	display: inline-block;
	vertical-align: top;
	float: right;
	width: 270px;
	height: 28px;
	border: 1px solid #0061AE;
	border-radius: 5px;
}

.form_input3 {
	display: inline-block;
	vertical-align: top;
	float: right;
	height: 28px;
	width: 150px;
	margin-right: 120px;
	border: 1px solid #0061AE;
	border-radius: 5px;
}

.form_input4 {
	display: inline-block;
	vertical-align: top;
	float: right;
	height: 28px;
	width: 80px;
	margin-right: 10px;
	border: 1px solid #0061AE;
	border-radius: 5px;
}

.form_checkbox {
	display: inline-block;
	height: 24px;
	width: 24px;
	margin: 10px 0 0;
	border-radius: 5px;
}

#form_checkbox_label {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	margin: 8px 0 0;
	font-family: 'Alumni sans';
	font-size: 24px;
	color: #0061AE;
}

.group_error {
	margin: -5px 0 0;
	overflow: auto;
}

.label_error {
	display: inline-block;
	float: right;
	vertical-align: top;
	text-align: justify;
	color: red;
	font-family: 'Alumni sans';
	font-size: 20px;
}

.label_success {
	display: inline-block;
	float: right;
	vertical-align: top;
	text-align: justify;
	color: green;
	font-family: 'Alumni sans';
	font-size: 20px;
}

#group_buttons {
	margin: 20px 0 0;
}

#group_buttons_left {
	display: inline-block;
}

.buttons_ref {
	display: inline-block;
	font-family: 'Alumni sans';
	font-size: 20px;
	color: #0061AE;
}

#button_register {
	display: inline-block;
	vertical-align: top;
	margin: 7px 0 0;
	float: right;
	width: 200px;
	height: 40px;
	border-radius: 5px;
	font-family: 'Alumni sans';
	font-size: 24px;
	font-weight: bold;
	background: #0061AE;
	color: white;
	cursor: pointer;
}

#button_close {
	display: block;
	height: 40px;
	width: 150px;
	margin: 30px auto 0;
	border-radius: 5px;
	font-family: 'Alumni sans';
	font-size: 24px;
	font-weight: bold;
	background: #0061AE;
	color: white;
	cursor: pointer;
}

/* ОБЛАСТЬ Всплывающее окно */

#register_popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
}

#register_popup_page {
	width: 450px;
	margin: 100px auto;
	padding: 0 30px 35px;
	background: white;
	border-radius: 20px;
	border: 2px solid #0061AE;
}

#register_popup_caption {
	margin: 0 auto 30px;
	padding: 20px 0;
	line-height: 30px;
	text-align: center;
	font-family: 'Alumni sans';
	font-size: 30px;
	font-weight: bold;
	color: #0061AE;
	border-bottom: 2px solid #0061AE;
}
