label:hover,
input[type="checkbox"]:focus + label {

}

label {
    color: #f9c86a;
    font-size: 12px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

input[type="checkbox"]:checked + label {

}

.tn-atom .t-input-error {
    z-index: 2;
}