﻿body {
}


.login-container {
    max-width: 500px;
    margin: 4rem auto;
}

.demo-account {
    background-color: #f1f8ff;
    border-left: 4px solid #0d6efd;
    padding: 1rem;
}

/* Legacy style compatibility for UGTOCContent() output */
.ugheading1, .ugheading2, .ugheading3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.ugheading1 {
    font-size: 1.5rem;
}

.ugheading2 {
    font-size: 1.25rem;
    margin-left: 1rem;
}

.ugheading3 {
    font-size: 1.1rem;
    margin-left: 1.5rem;
}

.ugindent {
    display: block;
}

.ugcontent a {
    text-decoration: none;
    color: #0d6efd;
}

    .ugcontent a:hover {
        text-decoration: underline;
    }

.hzdivider {
    border-bottom: 1px solid #dee2e6;
    margin: 1.5rem 0;
}