.acym_form .acysubbuttons button {
    white-space: nowrap;
    color: #adda19;
    font-size: 18px;
    border-color: #adda19;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background: transparent;
    position: relative;
    border: 2px solid;
    border-radius: 3px;
    transition: all .2s;
}

table.acym_form {
    width: 100%;

    @media screen and (max-width: 1280px) {
        td.onefield {
                width: 100%;

                > label {
                    width: 100%;
                }
        }
    }
}

table.acym_form tbody tr {
    align-items: flex-start;

    td.onefield label > span.acym__users__creation__fields__title {
        display: block;
    }

    td.onefield label > input {
        @media screen and (max-width: 1280px) {
            margin-left: 0;
            width: 100%;
        }
    }

    @media screen and (max-width: 980px) {
        align-items: flex-start !important;
    }
    
    @media screen and (max-width: 1280px) {
        display: flex;
        flex-direction: column;
    }

    td.acyterms {
        @media screen and (max-width: 1280px) { 
            position: relative;
            bottom: 0;
        }
    }
}