.page {
    margin: 0 auto;
    padding: 180px 10px 0 10px;
    width: 348px;
    height: 538px;
    background: url(/templates/classic-theme/images/background/koba.gif) no-repeat;
    background-size: cover;
}

.checkbox {
    color: white;
}

.button.full-width.button-sliding-icon {
    background-color: goldenrod;
}

.checkbox label {
    font-family: fantasy;
    padding-left: 60px;
}

.checkbox input + label span.checkbox-koba {
    position: absolute;
    top: 4px;
    left: -10px;
    background: url(/templates/classic-theme/images/checkbox.png);
    background-size: 100%;
    height: 62px;
    width: 62px;
    display:inline-block;
    padding: 0 0 0 0px;
}

.checkbox input:checked + label span.checkbox-koba {
    position: absolute;
    top: 4px;
    left: -10px;
    background: url(/templates/classic-theme/images/checkbox-check.png);
    background-size: 100%;
    height: 62px;
    width: 62px;
    display:inline-block;
    padding: 0 0 0 0px;
}