.cadastro__button{
    position: relative;
    /* left: 70%; */
    right: -10px;
    float: right;
}

.cadastro__button[disabled='true']:hover{
    cursor: not-allowed;
}

@media screen and (min-width: 778px) {
    .cadastro__button{
        position: static;
        font-weight: 700;
        /* left: 0; */
        float: none;
        right: 0;
        /* height: 45px; */
        height: 67px;
        width: 10.8%;
    }
}