/* Custom Quantumhash Theme */
.sg-login.md-accent,
.md-accent.md-bg {
    background: #5c89f2 !important;
}

.sg-login-content {
    background: transparent !important;
}

.sg-logo {
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sg-logo img {
    max-height: 300px !important;
    width: auto !important;
    object-fit: contain;
}

/* Login text white */
.sg-login-content label,
.sg-login-content input,
.sg-login-content md-icon,
.sg-login-content .md-select-value,
.sg-login-content .md-select-value span,
.sg-login-content md-switch span,
.sg-login-content a {
    color: #FFFFFF !important;
}

.sg-login-content input {
    border-bottom-color: #FFFFFF !important;
}

.sg-login-content md-icon {
    color: #FFFFFF !important;
}

/* Make required field asterisk white */
.sg-login-content label .md-required:after,
.sg-login-content label[md-required]:after,
.sg-login-content md-input-container label:after {
    color: #FFFFFF !important;
}

.sg-login-content .md-input-container .md-required:after {
    color: #FFFFFF !important;
}
