.andelsgaarde-tilmelding-form .andelsgaarde-form-row {
    margin-bottom: 1rem;
}

.andelsgaarde-tilmelding-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.andelsgaarde-tilmelding-form input,
.andelsgaarde-tilmelding-form textarea {
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
}

.andelsgaarde-tilmelding-form .andelsgaarde-form-message.is-error {
    color: #b3261e;
    padding-top: 10px;
}

.andelsgaarde-tilmelding-form .andelsgaarde-form-success {
    font-weight: 600;
}
form.andelsgaarde-tilmelding-form textarea,
form.andelsgaarde-tilmelding-form input {
    border-radius: 10px;
    border-color: #ccc;
}


.andelsgaarde-form-row.andelsgaarde-form-submit,
.andelsgaarde-form-row.andelsgaarde-form-submit[type=submit], 
.andelsgaarde-form-row.andelsgaarde-form-submit button{
    all: unset;
    box-sizing: border-box !important;
    display: inline-block !important;
    cursor: pointer !important;
    padding: 8px 18px !important;
    background-color: #E9A8FF !important;
    color: #000 !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 999px !important;
    transition: filter 0.2s ease, transform 0.05s ease;
}

.andelsgaarde-tilmelding-form button[type="submit"] {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.andelsgaarde-tilmelding-form button[type="submit"].is-loading .andelsgaarde-spinner {
    margin-left: 0.5rem;
}
.andelsgaarde-spinner {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(0, 0, 0, 0.25);
    border-top-color: #000;
    border-radius: 50%;
    display: inline-block;
    animation: andelsgaarde-spin 0.6s linear infinite;
}

@keyframes andelsgaarde-spin {
    to {
        transform: rotate(360deg);
    }
}