html body {
   background-image: url(/uploads/files/tb-background-1-jpg-6499a778dfe81.jpg) !important;
   background-attachment: fixed;
}
.bs_contentarea {
   padding: 80px 0;
}

.section_title_bar {
    border-radius: 10px 10px 0 0;
    background: black !important;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
}

.bs_filters {
   border-radius: 0 0 10px 10px;
   background: black !important;
   box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
}

.skin-110 #fe_web_container #fe_main input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=reset]):not([type=file]) {
 border-radius: 10px;
}

.login_page_container .login_page_row label {
    padding-bottom: 5px;
    font-size: 14px;
    color: white !important;
}

#fe_main:not(:has(.digitain_outer_wrapper)) input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]), input.input, textarea {
    font-size: 15px;
}