body.login-page-body {
    background-color: #efefef;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-image: url(/img/bg3-6.png);
    width: 100%;
    height: 100vh;
    font-family: Arial, Helvetica;
    letter-spacing: 0.02em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
}

.login-page-body .login-form {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 5px;
}

.tenant-label {
    font-size: 0.7em;
}

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

.btn-primary-xm,
.btn-primary-xm:not(:disabled):not(.disabled):active,
.btn-primary-xm:not(:disabled):not(.disabled).active,
.show > .btn-primary-xm.dropdown-toggle {
    color: #fff;
    background-color: #228421;
    border-color: #228421;
}

.btn-primary-xm:hover {
    color: #fff;
    background-color: #175f16;
    border-color: #175f16;
}
