
.container-body .formBody .row:nth-child(even){
	margin-top: 186px;
}

.container-body .formBody .row:nth-child(odd){
	margin-top: 96px;
}

.container-body .formBody .row:first-child{
	margin-top: -5px;
}

.form_body .row .col{
	align-items:center;
	font-size: 125%;
	padding-left: 4px;
}

.container-body .row .col:nth-child(2) {
	font-size: 160%;
	align-items: center;
}

.row .col:nth-child(2) input{
	font-size: 125%;
	width: 99.3%;
	line-height: 0;
}

input.button{
	height: 150px;
	width: 96%;
	font-size: 150%;
}

div.label_box,span.label_box{
	font-weight: bold;
	font-size: 125%;
	line-height: 100px;
	margin-right: 0.185rem;
}
span.label_box{
	padding: 1px 3px 1px 3px;
}

.formButtonArea{
	margin-top: 68px;
}

.formButtonArea .row .col{
	padding: .25rem 0px;
}

input.button{
	margin:auto;
}
body:last-child{
    margin-bottom: 0px;
}

/* small_phone */
/* .row .col:nth-child(2) input {
    font-size: 85%;
}
.titlebar hr {
    opacity: 0.6;
} */
.container-body .row .col:nth-child(2) {
    font-size: 100%;
    align-items: center;
}
.row .col:nth-child(2) input {
	height: 100px;
    font-size: 157%;
    width: 99.3%;
    /* line-height: 0; */
}
div.label_box, span.label_box {
    height: 102px;
    padding-top: 1px;
    padding-bottom: 1px;
}