.loginform.hastwocolumns:has(.right-column a[href*="/auth/enhtbroker/start.php"]) .right-column {
    display: none;
}

.loginform.hastwocolumns:has(.right-column a[href*="/auth/enhtbroker/start.php"]) .left-column {
    flex: 0 0 100%;
    max-width: 100%;
}

.enhtbroker-inline {
    border-top: 1px solid rgba(0, 0, 0, .12);
    margin-top: 1rem;
    padding-top: 1rem;
}

.enhtbroker-inline .enhtbroker-prompt {
    margin-bottom: .65rem;
    text-align: center;
}

a.enhtbroker-action {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #adb5bd;
    color: #495057;
    cursor: not-allowed;
    display: flex;
    font-weight: 600;
    justify-content: center;
    opacity: .55;
    padding: .75rem 1rem;
    pointer-events: none;
    width: 100%;
}

a.enhtbroker-action.enhtbroker-ready {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
}

a.enhtbroker-action.enhtbroker-ready:hover,
a.enhtbroker-action.enhtbroker-ready:focus {
    background-color: #0a58ca;
    border-color: #0a53be;
    color: #fff;
}
