﻿@media only screen and (max-width: 440px) {
    .btnRecapch a {
        display: flex;
        height: 4rem;
        align-items: center;
        justify-content: center;
        padding: 10px 45px;
        width: 100%;
    }

    .btnRecapch {
        padding-bottom: 13px;
    }

    .buttons-acoes {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    legend {
        margin-bottom: 10px
    }

    .w-100-xs {
        width: 100% !important;
    }
}
@media only screen and (max-width: 767px) {

    .btn-danger, .btn-success {
        padding: 10px 45px;
        width: 195px;
    }

}

@media only screen and (max-width: 991px) {
    legend span {
        width: max-content !important
    }
}