
html {
    background-color: #fff;
}

.nc-container {
    margin: 20px 0;
}

._nc .stage1 {
    height: 45px !important;
}

._nc .stage {
    padding: 0 !important;
}

._nc .stage1 .slider {
    height: 42px !important;
    left: 0 !important;
    right: 0 !important;
}

._nc .stage1 .track div, ._nc .stage1 .label {
    line-height: 42px !important;
    height: 42px !important;
}

._nc .stage1 .button {
    width: 42px !important;
    height: 42px !important;
}

._nc .stage1 .icon {
    left: 6px !important;
}

.form-group{
    margin-top: 30px;
    text-align: center;
}

input[type=checkbox] {
    margin-right: 10px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    position: relative;
}

input[type=checkbox]:after {
    position: absolute;
    width: 10px;
    height: 15px;
    top: 0;
    content: " ";
    background-color: #fff;
    color: #fff;
    display: inline-block;
    visibility: visible;
    border: 1px solid grey;
    padding: 0 3px;
    border-radius: 3px;
}

input[type=checkbox]:checked:after {
    background-color: #26a8ed;
    content: "✓";
    font-size: 12px;
}

input[type=checkbox]:disabled:after {
    width: 10px;
    height: 15px;
    top: 0;
    color: #fff;
    display: inline-block;
    visibility: visible;
    border: 1px solid grey;
    padding: 0 3px;
    border-radius: 3px;
    background-color: #E9E7E3;
    content: "✓";
    font-size: 12px;
}
