﻿.button-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.711rem;
    margin-top: 2.563rem;
}


.form-container {
    width: max-content;
}

.form-sub-footer {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    column-gap: 5.26rem;
}

.form-main-footer {
    margin-top: 3rem;
}

.form-container {
    background-color: transparent;
    border: none;
}

.primary-heading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.primary-heading {
    font-size: 30px;
    color: #2493ea;
    font-weight: 600;
}

.subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-top: -10px;
    color: #2493ea;
    margin-bottom: 4rem;
}

.secondary-heading{
    text-align: center;
}

@media (max-width: 430px) {
    .button-group {
        flex-direction: column;
        row-gap: 10px;
        width: 100%;
    }

    .button-group a, .button-group a button {
        width: 100%;
    }

    .form-container {
        width: 100%;
    }

    .form-sub-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .primary-heading {
        font-size: 25px !important;
        color: #2493ea;
    }

    .form-container {
        padding: 10px;
    }

    .subtitle {
        font-size: 20px;
        font-weight: 500;
        margin-top: -10px;
        margin-bottom: 4rem;
        width: 80%;
        color: #2493ea;
    }
}

@media (max-width: 320px) {
    .primary-heading {
        font-size: 20px !important;
    }

    .subtitle {
        font-size: 15px;
    }
}
