.tf-card-article{
    height: 100% !important;
    padding: 40px 40px 0px 20px !important;
    background: #032B30 !important;
    /* background: #161616 !important; */
}
.info h5{
    line-height: 25px !important;
}
.widget-login {
    padding: 30px 15px;
    background: #032b30 !important;
    /* background: #ffffff1a !important; */
}
.author .avatar {
    width: 30px !important;
    height: 30px !important;
}
.tf-card-article:hover {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}
h2{
    line-height: 42px;
}
textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"] {
        border: none;
        outline           : 0;
        -webkit-box-shadow: none;
        -moz-box-shadow   : none;
        box-shadow        : none;
        font-size  : 14px;
        font-family: 'Azeret Mono';
        line-height: 22px;
        border-radius: 12px;
        padding: 15px 26px;
        width: 100%;
        background: #fff;
        color: #8A8AA0;
    }
::placeholder {
    color: #8A8AA0 !important;
    opacity: 1 !important; /* Firefox */
}
input:-internal-autofill-selected {
    background-color: light-dark(rgb(255, 255, 255), rgba(70, 90, 126, 0.9)) !important;
}
::-ms-input-placeholder { /* Edge 12 -18 */
    color: #8A8AA0 !important;
}
.tcul_infocard{
    background-image: url(/frontend/tcul-img/auth/signin-bg.svg)!important;
    background-repeat:no-repeat!important;
    background-size: cover!important;
    width: 100%!important;
    overflow-y: auto;padding-bottom: 50px;
}
/* .features_bg{
    background-image: url(/frontend/tcul-img/bg/features-bg.svg)!important;
    background-repeat:no-repeat!important;
    background-size: cover!important;
    width: 100%!important;
    overflow-y: auto;padding-bottom: 50px;
} */


.receive-otp {
    text-align: left;
    font-family: 'Azeret Mono';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    /* margin-top: 18px; */
}

.tf-card-box.style-2 .author_heading {
    top: auto !important;
    width: max-content !important;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute !important;
    bottom: 70px !important;
    padding: 10px !important;
    border-radius: 20px !important;
    backdrop-filter: blur(2px) !important;
}
.tf-card-box.style-2 .author {
    top: auto !important;
    width: max-content !important;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute !important;
    bottom: 30px !important;
    padding: 5px 8px !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.40) !important;
    backdrop-filter: blur(2px) !important;
}
/* Mobile Media Query */
@media screen and (min-width:321px) and (max-width:481px) {
    #content-side {
        padding: 10px 0 !important;
    }
    .tf-card-article {
        height: 100% !important;
        padding: 0px 0px 0px 0px !important;
    }
    .form-side{
        padding: 10px 5px !important;
    }
    #vc-row{
        flex-direction: column-reverse !important;
    }
    .signin-logo{
        width: 60% !important;
    }
    .tcul_infocard{
        background-image: url(/frontend/tcul-img/auth/signin-bg-mobile.svg)!important;
        background-repeat:no-repeat!important;
        background-size: cover!important;
        width: 100%!important;
        overflow-y: auto;padding-bottom: 50px;
    }
    .banner__right {
        margin-left: 0 !important;
    }
    .tf-card-box.style-2 {
        width: unset !important;
    }
    .tf-card-box.style-2 .author_heading {
        top: auto !important;
        width: max-content !important;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute !important;
        bottom: 160px !important;
        padding: 10px !important;
        border-radius: 20px !important;
        backdrop-filter: blur(2px) !important;
    }
    .tf-card-box.style-2 .author {
        top: auto !important;
        width: max-content !important;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute !important;
        bottom: 120px !important;
        padding: 5px 8px !important;
        border-radius: 20px !important;
        background: rgba(255, 255, 255, 0.40) !important;
        backdrop-filter: blur(2px) !important;
    }
}