.mensaje {
    display: none;
    text-align: center;
    color: #5e0606;
    background-color: #dc7f7f;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

i {
    color: black !important;
}

.btn-outline-secondary {
    border-radius: 0rem;
    border-right-color: #ced4da;
    border-top-color: #ced4da;
    border-bottom-color: #ced4da;
    border-left-color: transparent;
}

.input-group-text {
    background-color: transparent !important;
    border-right: 0 !important;
    padding-right: 0 !important;
    height: 3.0rem !important;
}

.form-control {
    border-left: 0 !important;
    height: 3.0rem !important;
}

