.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;
        width: fit-content;
    padding: 0px 20px;
    font-size: 15px;
}

.alvand-form__field.is-hidden {
    display: none !important;
}

.alvand-form__field.preview-conditional {
    position: relative;
}

.btnMain {
    color: #fff;
    text-align: center;
    height: 45px;
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    background: linear-gradient(45deg, transparent 10px, #000000 0) top left !important;
    cursor: pointer;
}
