﻿.text_f {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	border:hidden;
	border-bottom: groove;
	width: 400px;
}
.text_f_file {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
	border:hidden;
	border-bottom: groove;
}
.text_f_in {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	border:hidden;
	border-bottom: groove;
	width: 100px;
}

.text_f1 {
	font-family: 'Open Sans Condensed', sans-serif;
	border:hidden;
	border-bottom: groove;
	border-left: groove;
	width: 400px;
}

.text_label {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	border-bottom: groove;
}

.checkbox_f {
	border:hidden;
}

.head_text {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:24px;
	border-bottom: groove;
	align-content:center;
}

.bad_line {
	color:rgba(255,0,0,1.00);
}

.good_line {
	color:rgba(0,100,0,1.00);
}

.hide_submit {
	display: none;
}