
:root {
    --color-canvas-200: #00a09a;
}

/*.sl-panel__titlebar {*/
/*    background-color: #00a09a !important;*/
/*    !*color: white;*!*/
/*}*/

.sl-panel__titlebar span {
    color: white;
}
/*hover:sl-bg-canvas-200*/
/*.sl-bg-canvas-100  */
.sl-bg-primary-tint {
    color: white;
    background: #31265e;
}

.login__background {
    position: relative;
}

.background-image {
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
}

.background-image img {
    width: 100%;
    margin-top: -300px;
}

.logo img {
    width: 250px;
    top: 25px;
    left: 20px;
    z-index: 1;
    position: absolute;
}

.SendButtonHolder {
    display: none !important;
}




