#logos{
    font-size: 100px;
    text-align: center;
    color: #111111;
    font-weight: bold;
}

.mt-auto{
   /* border: #111111 solid 1px;  */
    text-align: center;

}
#login-title{
    font-size: 30px;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    color: #f5f1f1;
    padding: 0;
    margin: 0;
}
#login-subt{
    font-size: 15px;
     background-repeat: no-repeat;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    color: #f5f1f1;
    padding: 0;
    margin: 0;
}   
#login-logo{
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}
/* Table Styling */
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            font-family: Arial, sans-serif;
        }
        /* Header Styling */
        .table-header {
            background-color: #f8f9fa;
            font-weight: bold;
            text-align: center;
            padding: 12px 8px;
            vertical-align: middle;
            border: 1px solid #dee2e6;
            position: relative;
        }
        .table-header label {
            display: block;
            margin-bottom: 4px;
            font-weight: bold;
            color: #212529;
        }
        .table-header p {
            margin: 0;
            font-size: 12px;
            color: #6c757d;
            font-style: italic;
            font-weight: normal;
        }
.col-101 {
  float: left;
  width: 100%;
  margin-top: 6px;
  /* border: 1px solid #111111; */
}
.col-80 {
  float: left;
  width: 80%;
  margin-top: 15px;
}
.col-7 {
  float: left;
  width: 7%;
}
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}
.col-75 {
  float: left;
  width: 50%;
  margin-top: 6px;
  /* border: 1px solid #111111; */
}
.col-100 {
  float: left;
  width: 25%;
  margin-top: 6px;
  /* border: 1px solid #111111; */
}
#title-head{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #111111;
    margin-top: 10px;
    margin-bottom: 10px;
}
#cmf-title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #111111;
}
#cmf-subtitle{
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #111111;
}


