@import url(theme/custom.theme.light.css);

html,body {
    height: 100%;
    font-size: 14px;
    font-family: 'Segoe UI';
    font-style: normal;
}



/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
body {
    color: var(--fg-text-body);
}
.bg-header {
    background-image: url(../images/bg-desktop.jpg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    height: 110px;
}
.bg-form-body {
    background-image: url(../images/bg-bottom.svg); 
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 30%; /* 30% of container height */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.auth-container {
    min-width: 428px;
    max-width: 100%;
    width: 428px;
}

.auth-main-container {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.auth-header-container, .auth-body-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth-header-container {
    border-bottom-color: var(--border-secondary) !important;
}
.auth-body-container {
    border-top-color: var(--border-secondary) !important;
}

.auth-form-container {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}
.auth-title {
    color: var(--fg-body-primary) !important;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.48px;
}
.auth-subtitle {
    color: var(--fg-body-secondary) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    align-self: stretch;
}

.auth-notice-text, auth-dir-text {
    color: var(--fg-text-body) !important;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.auth-dir-text {
    font-size: 14px !important;
}

.reCAPTChA {
    width: 100%;
    /*height: 104px;*/
    border-radius: 4px;
} 
/*.header.company-logo {
    width: 140px;
    height: 56px;
    margin-top: 23px;
    margin-bottom: 24px;
}*/
.company-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-row {
    color: var(--fg-body-primary) !important;
    flex-shrink:0;
    font-size:16px;
    font-weight:400;
    line-height:normal;
}
.label-row {
    color: var(--fg-text-body) !important;
    flex: 1 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

footer, .footer {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--fg-body-secondary);
    text-align: center;
}

footer .bold-theme-text {
    font-weight: bold;
    color: var(--theme-color);
}

.form-container {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    width: auto;
    min-width: 300px;
    max-width: 100%;
    width:41.67vw; /*800px*/
}
.header {
    padding: 20px 0; /* Padding to give space around the logo */
    display: flex;
    justify-content: center; /* Center the logo */
    align-items: center;
}

label {
    color: var(--medium-gray-color);
}

.label, select option.text-muted {
    color: var(--muted-text-color) !important;
}

/* butttons */
/*.btn {
    border: var(--bs-btn-border-width) solid var(--theme-color,var(--bs-btn-border-color));
}*/

.btn-primary {
    --bs-btn-bg: var(--theme-color);
    --bs-btn-border-color: var(--theme-color);
    --bs-btn-disabled-color: var(--fg-btn-disabled-color);
    --bs-btn-disabled-bg: var(--fg-btn-disabled-bg);
    --bs-btn-disabled-border-color: var(--fg-btn-disabled-bg);
}

.btn-outline-primary {
    --bs-btn-color: var(--theme-color);
    --bs-btn-border-color: var(--theme-color);
    --bs-btn-hover-bg: var(--theme-color);
    --bs-btn-hover-border-color: var(--theme-color);
    --bs-btn-active-bg: var(--theme-color);
    --bs-btn-active-border-color: var(--theme-color);
    --bs-btn-disabled-color: var(--fg-btn-disabled-color);
    --bs-btn-disabled-border-color: var(--fg-btn-disabled-bg);
}
.btn-check + .btn:hover {
    border-color: var(--theme-color,var(--bs-btn-border-color));
}
.btn.btn-primary:disabled, .btn.btn-primary.disabled {
    opacity: unset !important;
}

.btn-theme {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
    transition: all 0.3s ease;
    box-shadow: none;
}

    .btn-theme:hover {
        filter: var(--hover-filter);
        color: var(--white-color);
    }
    .btn-theme:focus {
        outline: none;
        box-shadow: 0 0 8px rgba(0, 123, 255, 0.5); /* Soft glow effect */
    }

    .btn-theme:active {
        filter: var(--active-filter);
        color: var(--white-color);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn-theme:disabled,
    .btn-theme[disabled] {
        background-color: var(--very-light-gray-color);
        border-color: var(--very-light-gray-color);
        color: var(--white-color);
        box-shadow: none;
    }

    .img-btn-left {
        width: 32px;
        height: 32px;
        padding-right: 5px;
    }


.btn.btn-outline-primary:hover .img-btn-left,
.btn.btn-outline-primary.active .img-btn-left {
    filter: brightness(0) saturate(100%) invert(100%);
}

.url-button {
    width: 100%; /* Full width */
    text-align: left; /* Optional: aligns text to the left */
    white-space: normal; /* Allows wrapping */
    padding: 10px; /* Optional: adds spacing */
}

.url-text {
    display: block; /* Makes span behave like a block */
    word-break: break-word; /* Breaks long words like URLs */
    overflow-wrap: break-word;
}



h4 {
    color: var(--primary-text-color);
}

.custom-muted-text {
    text-align: center;
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .auth-bg-body, .bg-body {
        padding: 32px 16px 32px 16px;
    }
    .auth-container {
        min-width: 100%;
    }
    .p-md-5 {
        width: 100% !important;
    }
    .form-container {
        width: 100% !important;
        background-color: transparent;
        padding: 20px 0px;
        border-radius: 0;
        box-shadow: unset;
    }
}
 

@media screen and (max-width: 480px) {
    .auth-bg-body, .bg-body {
        padding: 32px 16px 32px 16px;
    }
    .auth-container{
        min-width:100%;
    }
    .w-75 {
        width: 100% !important;
    }

    .w-75 .form-container {
        width: 100% !important;
        background-color: transparent;
        padding: 20px 0px;
        border-radius: 0;
        box-shadow: unset;
    }
}