/***********************************************************
WRITE HERE YOUR CUSTOM STYLES, THIS FILE WILL BE PARSED IN ADDITION TO css/styles_screen.css AND, IF YOU USE A THEME DIFFERENT THAN "CLASSIC", IN ADDITION TO THE CORRESPONDING CSS FILE (E.G. FOR THE THEME "BLACK", THE FILE IS css/theme_black.css)
***********************************************************/

.table_interface_container_tr_logo_login > td { /* hack, new */
    background: #0b0f19; /* createx */
    background: white;
    text-align:center; /* createx */
    border:1px solid #cbced9 !important;  /* createx */
}


.dynamic-iframe {
  width: 100%;
  height: 100%; /* Set height to auto for dynamic content */
  border: none; /* Remove iframe border */
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body, input {
    font-family: 'Poppins', sans-serif;
    color: #000; /* hack, was 333 */
    font-weight: 350; /* Note: Font weight 350 is not a standard value, consider using 300, 400, 500, etc. */
    line-height: 1.45;
}




