@import url('../modules/form/form.css');
@import url('../modules//loader/loader.css');

.mw-form-footer .mw-button {
    width: 100%;
    background-color: transparent;
    border: none;
    color: rgb(23, 108, 219);
    text-decoration: underline;
    font-size: 1.2rem;

    &:hover
    {
        opacity: 0.5;
    }
}