#spin-logo {
    background: url("../image/logo_spin360.png") no-repeat center center;
    background-size: cover;
}

.btn-primary {
    background-color: #717bec;
}

/***Subscription***/
#id-subscription-user input {
    display: none;
}

#id-subscription-user label .bill-container.checked {
    transform: scale(1.06);
}

#id-subscription-user label .bill-container.checked .kl-check {
    display: none!important;
}

#id-subscription-user label .bill-container.checked .lnr-checkmark-circle {
    display: block!important;
}

#id-subscription-user label .bill-container.checked .btn-price {
    background-color: #3f6ad8 !important;
}

.tcract-logo {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
}