.status_message{
    padding: 10px;
}
.full-height{
    height: 100vh;
}

input[type="button"]:disabled {
    cursor: not-allowed !important;
}
#user_list_form{
    margin-top: 10px;
}
.login_dark_bg{
    background-color: #e9ecef!important;
}
#loginform{
    padding: 25px;
    box-shadow: -1px 1px 20px -6px rgb(0 0 0 / 75%);
    -webkit-box-shadow: -1px 1px 20px -6px rgb(0 0 0 / 75%);
    -moz-box-shadow: -1px 1px 20px -6px rgba(0,0,0,0.75);
    background: currentColor;
    border-radius: 2px;
    margin-bottom: 10em;
}
.log-user-bg{
    background-color: #1494d6 !important;
}
.l-submit{
    background-color: #dfa24c !important;
    float: right;
}
.accordion {
    color: #444;
    cursor: pointer;
    margin: 18px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
  }
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .text-black{
    color: #000;
  }