 label.error {
    color: red !important;
    font-weight: 500;
  }

  input.submitButton.btn.btn-primary {
    background-color: #262d64;
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    min-width: 200px;
    border-radius: 0;
  }

#formLoader .spinner {
    width: 30px;
    height: 30px;
    border: 4px solid #ccc;
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.checkbox-inline 
[type=checkbox]:checked:not(.hs-toggle-switch-input), [type=checkbox]:not(:checked):not(.hs-toggle-switch-input), [type=radio]:checked, [type=radio]:not(:checked)