.tipo-contrato .custom-control-label {
    padding-left: 1rem;
}

.tipo-contrato .custom-control-label::before, .tipo-contrato .custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem
}

.tipo-contrato .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #95A64A;
    background-color: #95A64A;
}




