/* Added by Prepare-SheqCloud360Landing.ps1. */
.sheq-portal-login-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 12px;
    background: #f4c45e;
    color: #102636 !important;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(0,0,0,.14);
    transition: transform .15s ease, filter .15s ease;
}
.sheq-portal-login-button:hover,
.sheq-portal-login-button:focus {
    color: #102636 !important;
    filter: brightness(1.06);
    transform: translateY(-1px);
}
@media (max-width: 860px) {
    .sheq-portal-login-button { width: 100%; margin-top: 8px; }
}
