html, body {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.container {
    height: 100%;
    align-content: center;
}

.card {
    width: 510px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 1rem;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.card-header h3 {
    color: white;
}

.input-group {
    margin-bottom: 1rem;
}

.input-group-prepend span {
    height: 38px;
    color: #000000;
    border: 0 !important;
}

input:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.login_btn {
    width: 100px;
    color: #ffffff;
}

.login_btn:hover {
    color: black;
    background-color: white;
}

.tabletitle {
    padding-top: 3rem;
    text-align: left;
    font-weight: bold;
}

table.spectable {
    width: 500px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0px 5px;
}

table.spectable th, table.spectable td {
    padding: 5px;
}

table.spectable th {
    background: #0069D6;
    vertical-align: middle;
    text-align: left;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    width: 150px;
}

table.spectable td {
    background: #dbdbdb;
    padding-left: 10px;
}

.sidemargin {
    margin-left: auto;
    margin-right: auto;
}

a.login-link {
    color: #66b2ff;
}

a.login-link:hover {
    color: #3298FF;
}

.btn-link{
    color: #66b2ff;
}

.btn-link:hover {
    color: #3298FF;
}

.logo-img {
    display: block;
    margin: 4px 4px 30px 4px;
}

.onetime_btn {
    width: 35%;
    font-size: 12px;
    font-weight: 600;
}

.onetime_btn:hover {
    color: black;
    background-color: rgb(53, 126, 209);
}

.version-and-copyright {
    position: fixed;
    bottom: 0;
    font-size: 0.75em;
    text-align: right;
    width: 100%;
}

.cb-bg-base {
    background-color: #146c43;
}

.maintenance-mode-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  background-color: #f9f9f9;
}

.maintenance-icon {
  font-size: 5rem;
  color: #ccc;
  margin-bottom: 1rem;
}

.maintenance-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}