@import 'EvoSign.FrontOffice.Client.bundle.scp.css';

/* _content/EvoSign.FrontOffice/Components/Parts/Footer.razor.rz.scp.css */

.btn-facebook:hover[b-d2yc5xdy6z] {
    color: white !important;
    background-color: #0674E8 !important;
}

.btn-instagram:hover[b-d2yc5xdy6z] {
    color: white !important;
    background-color: #0674E8 !important;
}

.btn-youtube:hover[b-d2yc5xdy6z] {
    color: white !important;
    background-color: red !important;
}

.btn-egov:hover[b-d2yc5xdy6z] {
    color: white !important;
    background-color: teal !important;
}
/* _content/EvoSign.FrontOffice/Components/Parts/Hero.razor.rz.scp.css */
#confirmation-code.invalid[b-e82mwbrugf] {
    border: 1px solid red;
    border-radius: 0.25rem !important;
}

.validation-message[b-e82mwbrugf] {
    color: red;
    word-break: break-all;
}

.ratio-1x1[b-e82mwbrugf] {
    --bs-aspect-ratio: 100%;
}

.wide-container[b-e82mwbrugf] {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
}
.mt-6[b-e82mwbrugf] {
    margin-top: 8rem !important;
}


@media(max-width:426px) {
    .mt-6[b-e82mwbrugf] {
        margin-top: 1rem !important;
    }

    .image-top-spacing[b-e82mwbrugf] {
        margin-top: 4rem !important;
    } 
}
@media(max-width: 321px) {
    .mt-6[b-e82mwbrugf] {
        margin-top: 0rem !important;
    }
    .image-top-spacing[b-e82mwbrugf] {
        margin-top: 1rem !important;
    }
    #submit-form-container > form[b-e82mwbrugf] {
        width: 100%!important;
    }
}

@media(min-width:424px) {
    .image-top-spacing[b-e82mwbrugf] {
        margin-top: 2rem !important;
    }
}

@media(min-width: 767px) and (max-width: 1023px) {
    .image-top-spacing[b-e82mwbrugf] {
        margin-top: 4rem !important;
    }
}
