.LPFormText {
	width: 100%;	
}
.LPFormTitle {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    font-family: sans-serif;
    padding-bottom: 12px;
}
.LPFormHR {
    display: none;
}
/* Inputs */
.LPFormLabel {
    padding-bottom: 5px;
    color: #5B6B79;
}
.LPFormInputbox {
    border-color: #BEC8D0;
    border-radius: 8px;
    padding: 14px;
}
/* END Inputs */
.LPsmall_text {
	padding-bottom: 50px;
}
tr:nth-last-child(-3n+3) {
	display: block;
}
.LPFormButton {
	color: #0D5D88;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height: 42px;
	padding: 0 44px;
	border-radius: 8px;
	border: 1px solid #0D5D88;
	background: #FFF;
	width: 100%;
	margin-top: 48px;
	margin-bottom: 12px;
	transition: 0.3s;
}
.LPFormButton:hover {
	    color: #FFF;
    background: #0D5D88;
}

tr {
	display: flex;
	flex-direction: column;
}

td,
.LPFormInputbox[name="verifcode"] {
	width: 100%;
}

.LP_error_box {
	margin-bottom: 52px;
    color: #1D2630;
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 8px;
    border-color: #F04134;
    background: rgba(240, 65, 52, 0.07);
}