/* NexusGen / AMT documentation login overrides (mirrors track.portal brand_nexus.css login bits) */
.login_logo {
    background-color: #1c74a5;
}

/* Login logo: width-based like legacy portal (do not use max-height: 40px). */
.login_logo img {
    width: 260px;
    max-height: none;
    height: auto;
    object-fit: contain;
}

.login_input:focus {
    border-color: #1c74a5 !important;
}

.login_submit {
    background-color: #535353 !important;
}

.login_copyright {
    color: #535353 !important;
}

.login_title {
    color: #535353 !important;
}

.login_overlay {
    background: rgba(28, 116, 165, 0.18);
}
