/* Shared auth layout + theme variables (forgot, reset, etc.) */
html,
body {
    overflow-x: hidden;
}

.auth-main,
.auth-wrapper,
.auth-form {
    overflow-x: hidden;
}

.hei-75,
img.hei-75,
a img.hei-75 {
    max-width: 200px;
    max-height: 75px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

:root {
    --dh-default-color: #1c252e;
    --dh-primary-color: #4680ff;
    --dh-dark-main-color: #3580f7;
}

[data-bs-theme="dark"] {
    --dh-default-color: #ffffff;
}

.btn-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.8;
}

.btn-loading .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}
