
body{
    font-size: 16px !important;
}
.black {
    color: black !important;
}

.primary {
    color: #f78e3d !important;
}

.text-bg-dark {
    background-color: #272727 !important;
}

.form-control {
    border: 1px solid #cecece;
}

.input-group-text {
    border: 1px solid #cecece;
}

::placeholder {
    color: #5f5f5f !important;
}

::-ms-input-placeholder {
    color: #5f5f5f !important;
}

hr {
    color: #000000;
    margin: 15px !important;
    opacity: 0.2;
}