.nf-error-msg{
    position: relative;
    font-size: 0.85rem;
    line-height: 0.9rem;
}
.nf-after-field .nf-error-msg,
.nf-after-form-content  .nf-error-msg{
	padding-left: 10px !important;
}
.nf-form-fields-required{
	display:none;
/* }
.nf-form-content .email-container{
    margin-bottom: 2px;
} */
.nf-form-content {
    padding: 0;
}

.nf-bev-loading .email-address {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10' stroke-opacity='0.25'/%3E%3Cpath d='M12 2a10 10 0 0 1 10 10' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
    padding-right: 190px;
}