
.form-checkbox label {
    top: 0;
    left: 0;
    right: 0;
    font-size: 17px;
    color: #005e86;
    position: relative;
    font-weight: 700;
    background: none;
    padding: 0 10px;
    margin: 0;
}

.form-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    font-weight: 700;
    appearance: checkbox;
    box-sizing: border-box;
    padding: 0;
}
