.sms_error {
    color: red;
    font-size: 14px;
}

.input_label {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 400;
}

.form_check.error label::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><rect opacity="1" x="7" y="7" width="18" height="18" rx="3" stroke="%23f52f2f" stroke-width="2"/></svg>');
}