.bg-grad
{
    background-image:linear-gradient(180deg, #004960, #101028);
    /*min-height: 32rem;*/
    /*max-height: 35rem;*/
}
.btn-sign-in-bg
{
    background-image: linear-gradient(180deg, #ffd761 0%, #ffd761 57%, #cdb455 100%);
}
.btn-sign-in-bg:hover, .btn-sign-in-bg:active:focus
{
    color: #0a3622;
}

.btn-register-bg
{
    color: #ffd76199 !important;
    border-color: #ffd76199 !important;
}

.btn-register-bg:hover
{
    color: #ffd761cc !important;
    border-color: #ffd761cc !important;
}

.btn-register-bg:active:focus
{
    color: #ffd761 !important;
    border-color: #ffd761 !important;
}

.grad-orange-text
{
    background-image: linear-gradient(180deg, #ffd761 0%, #ffd761 57%, #cdb455 100%);
    color: transparent;
    background-clip: text;
}

.bg-lp-grad
{
    background-image: linear-gradient(180deg, #004960, #101028);
    height: 100%;
    width: 320px;
    top: 0;
    left: 0;
}

.yl-icon
{
    background-image: url("../images/left_panel/bg/login_yellow_lines.png");
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.gl-icon
{
    background-image: url("../images/left_panel/bg/login_green_lines.png");
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: top left;
}

.logo-icon
{
    background-image: url("../images/left_panel/bg/buzzpay_logo.png");
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: top;
}

.maskot-icon
{
    background-image: url("../images/left_panel/bg/maskot_crop.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: bottom left;
}

@media (max-width: 768px) {
    .si-container-w
    {
        min-width: 100%;
        max-width: 450px;
    }
}
.si-container-w {width: 32rem;}
.b-alert-h {height: 98px}
.si-box-h { height: 28rem;}

.form-check-input:active
{
    background-color: white;
    border-color: white;
    box-shadow: none;
}

.form-check-input:checked
{
    background-color: #ffd761 !important;
    border-color: #ffd761 !important;
    box-shadow: none;
}

.select-bb{
    border-color: #ffd761 !important;
    color: #ffd761 !important;
}

.disable-bb{
    border-color: #ffffff !important;
    color: #ffffff !important;
    opacity: 50%;
}


.cb-size{
    height: 1.6rem;
    width: 1.6rem;
}