.mi-boton-submit{
    color: #fff !important;
    border: 2px solid #0f7aa1 !important;
    background-color: #0093ca !important;
    font-size: 16px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: 0.3s ease !important;
}

.mi-boton-submit:hover {
    background-color: #0f7aa1 !important;
}