.al-form .al-input-field:nth-of-type(3) label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    display: inline-block;
}

.al-form .al-input-field:nth-of-type(3) label {
    font-weight: 400;
    font-size: 15px;
    margin-left: 25px;
}

.al-input-field:nth-of-type(3) input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.al-form .al-input-field:nth-of-type(3) label:before {
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 0.175rem;
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
}

.al-form .al-input-field:nth-of-type(3) label:after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 75% 75%;
}

.al-input-field:nth-of-type(3) input:checked~label:before {
    background-color: #11a386;
    border: 1px solid #11a386;
}

.al-input-field:nth-of-type(3) input:checked~label:after {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M435.848%2083.466L172.804%20346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971%200l-28.284%2028.284c-4.686%204.686-4.686%2012.284%200%2016.971l133.421%20133.421c4.686%204.686%2012.284%204.686%2016.971%200l299.813-299.813c4.686-4.686%204.686-12.284%200-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97%200z%22%2F%3E%3C%2Fsvg%3E);
}

.af-pu a {
    margin-top: 1rem;
}