.alvand-form {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    padding-bottom: 40px;
    padding-top: 40px;
}

.alvand-form__field {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.alvand-form__field.col-md-6 {
    max-width: 47%;
    padding: 0px !important;
}


.alvand-form h2{
    width: 100%;
}

.alvand-form__message {
    width: 100%;
    margin-top: 1rem;
    display: none;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
}

.alvand-form__message.is-visible {
    display: block;
}

.alvand-form__message.is-success {
    background: #ecfdf3;
    color: #037d3f;
}

.alvand-form__message.is-error {
    background: #fef2f2;
    color: #c03c3c;
}

.alvand-form__message.is-info {
    background: #eff6ff;
    color: #0b4aa8;
}

.alvand-form button[type="submit"] {
    align-self: flex-start;
}

.alvand-form__field.is-hidden {
    display: none !important;
}

.alvand-form__field.preview-conditional {
    position: relative;
}
