/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
:root {
 --tableforfieldcolor: #000;
}

.opacitymedium {
 opacity: 0.7;
}

.font-status4 {
 color: #37474f !important;
}

.fa {
 color: #9E9E9E !important;
}

.placeholder {
 color: #000;
 opacity:0.6;
}

body {
 backdrop-filter: blur(3px);
 
}


.login_table {
 border-radius: 25px;
}


div.backgroundsemitransparent
 {
 border-radius: 15px;
}