/* Daystaz admin login — hotel theme overrides */

.auth-bg {
    min-height: 100vh;
    display: flex;
    align-items: stretch;
}

.auth-wrapper {
    min-height: 100vh;
    width: 40%;
    max-width: 577px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    margin-inline-start: auto;
}

.auth-wrapper .auth-wrapper-body {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline-start: 50px;
    padding-inline-end: 50px;
}

.auth-wrapper .auth-wrapper-body:nth-last-child(2) {
    margin-top: auto;
    margin-bottom: auto;
}

.auth-wrapper .auth-wrapper-body-inner {
    max-width: 385px;
    width: 100%;
    margin: auto;
    padding: 25px 0;
}

.auth-content {
    padding: 120px 70px;
    color: #fff;
    width: 35%;
    max-width: 508px;
    background: linear-gradient(135deg, rgba(0, 147, 250, 0.92) 0%, rgba(113, 54, 172, 0.9) 100%) !important;
    font-size: 20px;
    position: fixed;
    top: 50%;
    inset-inline-start: 0;
    transform: translateY(-50%);
}

.auth-content .title {
    font-size: 40px;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 15px;
}

.auth-content p {
    margin: 0;
}

.auth-wrapper .auth-logo {
    height: auto;
    margin-bottom: 1.25rem;
}

.auth-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.35rem;
}

.auth-brand__icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0093fa 0%, #7136ac 100%);
    color: #fff;
    font-size: 2rem;
    box-shadow: 0 8px 20px rgba(0, 147, 250, 0.35);
}

.auth-brand__name {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e2022;
    line-height: 1.2;
}

.auth-brand__tag {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #677788;
}

.auth-header {
    margin-bottom: 1.25rem;
    text-align: center;
}

.auth-header .signin-txt {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e2022;
    margin-bottom: 0.35rem;
}

.auth-header p {
    color: #677788;
    font-size: 0.9375rem;
    margin-bottom: 0;
}

.auth-wrapper .auto-fill-data-copy {
    background: #e8f4fe;
    border: 1px solid #cfe9fc;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    color: #334257;
}

.auth-wrapper .auto-fill-data-copy strong {
    color: #1e2022;
    font-weight: 600;
}

.auth-wrapper .auto-fill-data-copy .btn-primary {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0;
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #0093fa !important;
    border-color: #0093fa !important;
}

.auth-wrapper .form-group {
    margin-bottom: 1rem;
}

.auth-wrapper .input-label {
    font-weight: 600;
    margin-bottom: 0.4rem;
    text-transform: none;
}

.auth-wrapper .form-control {
    height: 48px;
    border: 1px solid #e7eaf3;
    border-radius: 8px;
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
    color: #1e2022;
    background: #fff;
    box-shadow: none;
}

.auth-wrapper .form-control:focus {
    border-color: #0093fa;
    box-shadow: 0 0 0 0.2rem rgba(0, 147, 250, 0.15);
}

.auth-wrapper .form-control::placeholder {
    color: #97a4af;
    opacity: 1;
}

.auth-wrapper .input-group-merge .form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.auth-wrapper .input-group-merge .input-group-append .input-group-text {
    height: 48px;
    border: 1px solid #e7eaf3;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    background: #fff;
    color: #677788;
    padding: 0 0.875rem;
}

.auth-wrapper .input-group-merge .form-control:focus + .input-group-append .input-group-text {
    border-color: #0093fa;
}

.auth-wrapper .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0093fa;
    border-color: #0093fa;
}

.auth-wrapper .custom-control-label {
    color: #334257 !important;
    font-size: 0.875rem;
    padding-top: 2px;
}

.auth-wrapper .custom-control-label::before {
    border-color: #c5cdd5;
    background: #fff;
}

.auth-wrapper .btn-primary {
    width: 100%;
    max-width: none;
    height: 48px;
    margin-top: 0.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    background: linear-gradient(135deg, #0093fa 0%, #0078cc 100%) !important;
    border-color: #0093fa !important;
    box-shadow: 0 4px 14px rgba(0, 147, 250, 0.35);
}

.auth-wrapper .btn-primary:hover,
.auth-wrapper .btn-primary:focus {
    background: linear-gradient(135deg, #0078cc 0%, #0066ad 100%) !important;
    border-color: #0078cc !important;
}

.auth-wrapper .invalid-feedback {
    font-size: 0.8125rem;
    margin-top: 0.35rem;
}

@media (max-width: 1300px) {
    .auth-content {
        padding: 80px 40px;
    }

    .auth-content .title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .auth-wrapper {
        width: 50%;
    }

    .auth-content {
        padding: 50px 20px;
        font-size: 17px;
    }

    .auth-content .title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .auth-bg {
        align-items: center;
        justify-content: center;
        padding: 1.25rem;
    }

    .auth-content {
        display: none;
    }

    .auth-wrapper {
        width: 100%;
        max-width: 440px;
        min-height: auto;
        margin: 0 auto !important;
        border-radius: 14px;
        box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.18);
        background: #fff;
    }

    .auth-wrapper .auth-wrapper-body {
        padding: 1.75rem 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .auth-wrapper {
        width: 55%;
    }
}
