.LPForm h3 {
    display: none;
}
.LPFormTitle {
    margin: 10px 0 5px 0;
}
.LPFormLabel,
.LPFormInputField,
.LPFormSecurityCode,
.LPFormTitle {
    display: block;
    font-size: 14px;
    font-family: 'Montserrat','Helvetica';
}
.LPFormText .LPFormTitle {
    display: none;
}
.LPFormLabel,
.LPFormInputField,
.LPFormSecurityCode {
    display: block;
    width: 100% !important;
}
.LPFormInputbox {
    font-size: 12px;
    border: unset !important;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(53,100,255,0.2)!important;
    padding: 15px 0.5em;
    min-width: 300px;
    width: 100%;
}
.LPFormInputbox {
    outline: unset;
}
.LPFormButton {
    cursor: pointer;
	border: 0 !important;
    text-align: center !important;
    font-weight: 600;
    font-size: 1rem;
    color: #fff !important;
	background: unset;
    background-color: #3564ff !important;
    border-radius: 5px;
    box-shadow: 0px 1px 6px 0px rgb(12 113 195 / 91%);
	-webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
	font-family: 'Montserrat','Helvetica';
    padding: 0 20px;
	height: 40px;
    margin-top: 15px;
}
.LPFormButton:hover {
    background-color: #353fff !important;
	background: unset;
	color: #FFF !important;
}

.LPDiv {
    width: 304px;
    margin: 0 auto;
}

.LPFormSubmitSpan {
    margin-top: 15px;
    text-align: center;
}
/* Error messages */
.LP_error_box {
    padding: 20px;
    border: unset;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(53,100,255,0.2);
    background: #FDE999;
    margin-top: 15px;
    width: 260px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CC0000;
}