@media only screen and (min-width: 992px) {
    .modal.intro-slider-widget.intro-modal {
        right: 50%;
        transform: translateX(50%);
        max-width: 500px;
    }
}
hf {
    color: rgb(0 0 0);
    font-size: 14px;
    background-color: #fffcfc;
}
.videoCommerce .season-box .season-title {
    color: black;
    font-weight: bolder;
}
.videoCommerce .item-complex .item-description .v-price {
    bottom: -4px;
    position: absolute;
}
.videoCommerce .category-block ion-item .free-item {
    bottom: 21px;
    left: 1px;
}
.signup .padding {
    padding: 15px;
    color: black;
    font-weight: bold;
    text-align: center;
}
.confirmCodePage button.btn.btn-secendary.disabled {
    color: #000;
   }
   
   .login-page .signup-btn.btn-outline {
    background-color: #ff0000 !important;
    color: #ffffff !important;
    border: 1px solid rgb(233 233 233) !important;
    font-weight: bold;
}
.login-label {
    color: #aaaaaa;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
     float: right;
}