.bg-pink {
    background-color: #FF6868 !important;
}

.bg-green {
    background-color: #00B52B !important;
}

.bg-yellow {
    background-color: #FFE800 !important;
}

.color-green {
    color: #00B52B !important;
}

.color-pink {
    color: #FF6868 !important;
}

.color-blue {
    color: #1024d4 !important;
}

.color-red {
    color:red !important;
}

.color-white {
    color: #ffffff !important;
}

.mx-auto {
    margin: 0 auto !important;
}

input[type="text"].red-form,
input[type="tel"].red-form,
input[type="number"].red-form,
input[type="email"].red-form,
textarea.red-form {
    border: 0.5px solid #B04B4B !important;
    background-color: #FFE9E9 !important;
}

.hidden {
    visibility: hidden !important;
}
