html {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #2c4762;

  }

body {
    background: none !important;
}

.maincontainer {
    margin-top: 20px;
}

.instancesdiv {
    background-color: white;
    border-radius: 5px;
    padding: 5px;
}

.addInstanceBtn {
    margin-top: 5px;
}

.leftbg {
    background-color: #3b6ea1;
    background: url('') no-repeat center center fixed;
}

.rightbg {
    background-color: #3b6ea1;
    background: url('') no-repeat center center fixed;
}

.tooltip {
    --bs-tooltip-bg: #7a9bbd70 !important;
}