#form_title{
	display: none;
}
#formLogo{
	position: relative;
}
#formLogo::after{
    content: "";
    width: calc(100% - 30px);
    height: 20vw;
    margin: 0 auto;
    background: url(../img/purpose.png) no-repeat center;
    background-size: auto 13vw;
    border: 2px solid #9a7c5a;
	display: block;
}
.wire h2 {
	background: #663319 url("bg.gif");
}
@media screen and (min-width:641px) {
	#formLogo::after{
		width: calc(100% - 60px);
		height: 90px;
		background-size: auto 60px;
	}
}
.terms ul > li {
	padding-left: 1em;
	text-indent: -1em;
}
strong {
    font-weight: bold;
}
#errorField {
    display: none;
}
.form-label.no_txt::after{
	content: none;
}