/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.contenedor-boton-ingresar{
    text-align: center;
    margin-top: 20px;
}


.containerForm{
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 20px;
}

.boton-ingresar{
    background-color: #FF6900;
    color: #ffffff;
    border: 0;
    width: 100px;
    height: 35px;
    padding: 4px 0px;
    font-size: 13px;
    border-radius: 0px;
}

.boton-ingresar:hover{
    background-color: #FF8835;
}

@media (min-width: 992px) and (max-width: 1191px)
{
    .boton-ingresar{
        width: 75px;
    }
}

.warning_field{
    color: #ce0c0c;
    font-size: 13px;
}

h2{
    color: #274F7B;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.5rem;
}