body {
    background-image: url("/assets/templatemo_art_factory/assets/images/banner-bg.png");
    background-color: #cccccc;
    /* overflow: hidden; */
    position: relative;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
  /*
  TRY IT ... with or without CENTER CENTER
    background-position: center center; 
  */
    background-size: cover;
    width: 100%;
    height: 105vh;
    /* margin-top: -10vh; */
    color: white;
}

.navbar-brand {
    line-height: 80px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;

}



.table {
      background-color: white !important;
      border-radius: 20px;
      color: black
}


.pane_custom {
    background-color: white; 
    border-radius: 10px;
    color: black;
    padding: 20px;
}

@media screen and (min-width: 640px) {
    .login_pane {
        max-width: 50%;
    }
    
    
}


@media only screen and (max-width: 800px) {
    th.mobileCollapse {display: none; }

}

.wrapper_tr_dashboard {
    text-align: center;
}
.wrapper_tr_dashboard ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    zoom:1;
}
.wrapper_tr_dashboard li {
    float: left;
    padding: 2px 5px;
}

button .nav-link {

    background-color: #00b4c6;

}

.table input {
    border-radius: 5px;
    border: 1px solid grey;
}
/* 
.round_nav_active {

    background-color: #f55858;
    border-radius: 30px;
}

.round_nav {

    border-radius: 30px;
    border: 1px solid white;
    color: white !important;
} */