a{
    color: #F7931D;
}

.btn-primary {
    background-color: #F7931D !important;
    border-color: #F7931D !important;
}


.button {
    float: left;
    margin: 0 5px 0 0;
    width: 100px;
    height: 40px;
    position: relative;
}

.button label,
.button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.button input[type="radio"]:checked + label {
    background: #F7931D;
    color: white;
    border-radius: 4px;
}

.button label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
}

 .text-primary{
  color: #F7931D !important;
} 
 .form-check-input{
  color: #F7931D !important;
} 