/* NEW COMPONENT */
.fs-7 {
    font-size: .75em !important;
}

/* END NEW COMPONENT */

/* CUSTOM COMPONENT */
.btn {
    border-radius: 0.375rem;
    padding: 10px 15px;
}

.form-label {
    font-size: .75em !important;
    opacity: 50%;
}

.form-control {
    transition: all 0.2s;
    border-radius: 0.375rem;
    font-size: 12px !important;
    padding: .675rem 2.25rem .675rem .75rem !important;
}

.form-control:focus {
    border-color: #e84d4d !important;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
    background: rgba(177, 177, 177, 0.055);
}

/* END CUSTOM COMPONENT */


/* COLORING */
.bg-primary {
    background-color: #e84d4d !important;
}

.text-primary {
    color: #e84d4d !important;
}

.text-subtitle {
    color: #e84d4d !important;
    font-size: 14px !important;
}

. {
    color: #212529 !important;
}
/* END COLORING */