:root {
    --florida-gradient: linear-gradient(180deg, #FFEAB5 0%, #FFC907 50%);
    --florida-red: #9D1B2F;
    --florida-red-a: #9D1B2FDB;
    --florida-yellow: #FFC907;
}


.mybg-florida {
    background: #fff url(/assets/florida-little/home-background.png) no-repeat bottom center;
    background-size: cover;
    min-height: 100vh;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.florida-landing-content h3,.florida-landing-content h4{
    color:#fff;
}

.card-paper-bg, .circle{
    box-shadow: none;
    background-color: unset;
}

.show-pw-icon,.mnls-login button, .landing-button{
    background: var(--florida-gradient);
    color: var(--florida-red);
}
.show-pw-icon{
    margin-top: 0px;
    height: 40px;
}
.florida-btn-group a.landing-button:hover, .my-register-box .btn.btn-rounded p{
    color: var(--florida-red);
}
.show-pw-icon i{
    color: var(--florida-red);
    margin-top: 12px;
}
.login-ico i, .my-register-box .checkbox-style span a.tnc-link{
    color: var(--florida-yellow);
}
.form-control.my{
    background-color: #fff;
    color:#000 !important;
}
.my-text-danger, .register-ttl-tp h3, .mybg-wos-florida .register-info .text-danger, .my-register-box .text-danger.MF1{
    color: var(--florida-yellow) !important;
}
.my-register-box .checkbox-style input[type="checkbox"]:checked+label, .my-register-box .btn.btn-rounded {
    background: var(--florida-yellow) !important;
}
.mybg-wos-florida .circle{
    box-shadow: 0px -13px 15px var(--florida-red), 30px 30px 30px -27px rgba(83, 40, 40, 0.25);
    background-color: var(--florida-red-a);
    border-radius:100%;
    backdrop-filter: blur(2px);
}
img.harimau-logo-wos{
    height: 18vh;
    padding-top:15px;
}
.landing-page-button p{
    color:#fff;
}
.shop-page-flex-1 {
    width: 100%;
}
.shop-page-flex{
    width:auto;
}
.my-register-box{
    background: var(--florida-red-a);
    border-color: var(--florida-yellow);
}
.register-tp{
    border-bottom:unset;
}
.my-register-box .register-info #black, .my-register-box .checkbox-style span{
    color:#fff;
}
.body-pweb-florida .header-check .logo-link img {
    width: auto;
    height: 3.2rem
}
@media screen and (max-width: 1366px) {
    .card-paper {
        width: 40%;
        margin-top: 50px;
    }
}
@media screen and (max-width: 768px) {
    .shop-page-flex {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .florida-btn-group {
        margin-top: 24px;
    }
    img.florida-landing-sop {
        width: 280px;
        margin: 30px auto 0;
    }
}
@media screen and (max-width: 480px) {
    .mybg-florida {
        background: url(/assets/florida-little/home-background-mobile.png);
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 425px) {
    .signin-bg {
        margin-top: 2px !important;
        margin-left: 0px !important;
        width: 100% !important;
    }
    .circle {
        height: 420px;
        width: 420px;
    }
}
@media only screen and (max-width: 400px) {
    .show-pw-icon i {
        margin-top: 7px;
    }
    .show-pw-icon{
        height: 33px;
    }
}
