
/* makes login form semi-transparent */
.function-login .r-panel-page > * {
  background: rgba(17,17,17,0.33) !important;
  margin-top: 200px; /* تغيير القيمة حسب الحاجة */
  color: white !important;

}


/* Add Background Image */
body.function-login {
height:100%;
background:transparent url("https://rh.treso.ma/matthew.jpg") no-repeat center center fixed;
background-size:cover;
}

.panel-heading{
   display:none;
}
.panel-body{
   padding:0px !important;
}
.panel-primary {
border-color: white !important;
}
.panel {
margin-bottom: 0px !important;
   border: 0px !important;
}
.info-box{
     display: block;
   min-height: 90px;
   width: 100%;
   border-radius: 2px;
}
.info-img{
   display: block;
   float: left;
   height: 90px;
   width: 90px;
   text-align: center;
   font-size: 45px;
   line-height: 90px;
     color:white;
}
.img_bgcolor_red{
   background-color:#43576B !important;
}
.dashtext {
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    min-height: 91px;
    padding: 7px;
    padding-left: 97px;
    line-height: 1.6em;
    background-color: #43576B;
    font-size: 18px;
    color: white;
    font-family: "Arial", sans-serif;
}

.dashtext .numbers {
    font-size: 20px; /* حجم الأرقام أكبر من النص العادي */
}


input-group text:read-only {
  background-color: yellow;
}