:root {
    --primary-broker: #1A1A1A;
    --secondary-broker: #424143;
}

.login-logo {
    width: 320px;
    height: 120px;
}

.btn-broker {
    background-color: var(--primary-broker) !important;
    color: white !important;
}

.btn-broker:hover {
    background-color: var(--secondary-broker) !important;
}

.btn-broker:active {
    background-color: var(--primary-broker) !important;
}

.sign-in-card {
    height: 510px !important;
}

.version-text {
    text-align: center;
    color: rgba(0, 0, 0, 0.60);
}

.non-selectable {
    user-select: none;
}

#forgotPasswordModal.modal {
    --phoenix-modal-width: 750px !important;
}