
 .checkbox input {
    min-height: 10px;
    min-width: 10px;
    height: 10px !important;
    width: 13px;
    border-radius: 3px;
}

input[type='checkbox']:checked, input[type='radio']:checked {
    
    background-color: #0000ff;
}

.apply-page input[type="radio"], .apply-page input[type="checkbox"] {
    position: absolute;
}


.field-radio-group .radio input {
    height: 12px;
    width: 12px;
    border-radius: 20px;
}
@media only screen and (max-width: 767px){
.apply {
}
}