/*==========================================================
    Product Name: Productify::Production Management System
    Created By: Codeshaper
    Envato Profile: https://themeforest.net/user/codeshaperbd
    Website: http://codeshaper.net
    Description: Productify is a production management system build to simplify production or manufacturing process. Productify is lightweight, secure and fast and based on laravel.
    Version: v1.0
    Support: https://codeshaper.net/contact-us
============================================================*/

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 1em;
    line-height: 1.5;
    background: #0f172a;
    margin: 0;
    padding: 0;
}

.wrapper {
    width: 100%;
}

/* Glassmorphism Login Page Layout */
.login-wrapper {
    background-image: url('../img/login_bg_landscape.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    position: relative;
    box-sizing: border-box;
}

/* Dark overlay for better text contrast */
.login-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.25);
    z-index: 1;
}

.glass-login-container {
    position: relative;
    z-index: 2;
    background: rgba(15, 23, 42, 0.45) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border-radius: 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35) !important;
    width: 100%;
    max-width: 440px;
    padding: 40px !important;
    box-sizing: border-box;
    text-align: center;
}

.login-logo {
    max-height: 48px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15));
}

.login-title {
    color: #ffffff !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    letter-spacing: -0.5px;
}

.login-subtitle {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 13.5px !important;
    margin-bottom: 28px !important;
    line-height: 1.4;
}

/* Glass Inputs styling */
.form-group-glass {
    margin-bottom: 20px;
    text-align: left;
}

.glass-label {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    display: block;
    letter-spacing: 0.3px;
}

.glass-input {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    color: #ffffff !important;
    font-size: 14.5px !important;
    transition: all 0.25s ease !important;
    box-sizing: border-box;
}

.glass-input::placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
}

.glass-input:focus {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08) !important;
}

.invalid-feedback-glass {
    display: block;
    color: #ff8d8d !important;
    font-size: 12px;
    margin-top: 6px;
    font-weight: 500;
}

/* Remember me & links */
.custom-control-glass {
    position: relative;
    display: inline-block;
}

.custom-control-input-glass {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label-glass {
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
    padding-left: 24px;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 13px !important;
    cursor: pointer;
    user-select: none;
}

.custom-control-label-glass::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.custom-control-label-glass::after {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-control-input-glass:checked ~ .custom-control-label-glass::before {
    background-color: #e02020 !important;
    border-color: #e02020 !important;
}

.custom-control-input-glass:checked ~ .custom-control-label-glass::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e") !important;
}

.glass-link {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 13px !important;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 500;
}

.glass-link:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

/* Submit Button — Red Theme */
.btn-glass-submit {
    background: linear-gradient(135deg, #e02020 0%, #b91515 100%) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 13px 20px !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    box-shadow: 0 8px 20px rgba(224, 32, 32, 0.28) !important;
    transition: all 0.25s ease !important;
    cursor: pointer;
    letter-spacing: 0.2px;
}

.btn-glass-submit:hover {
    box-shadow: 0 10px 28px rgba(224, 32, 32, 0.40) !important;
    transform: translateY(-1px);
}

.btn-glass-submit:active {
    transform: translateY(0);
}

/* Demo Credentials box */
.glass-demo-credentials {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 16px;
    text-align: left;
}

.glass-demo-credentials .demo-title {
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.glass-demo-credentials .demo-item {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 4px;
}

.glass-demo-credentials code {
    color: #ff8e8e !important;
    background: none;
    padding: 0;
    font-weight: 500;
}

/* 404 PAGE CSS */
.page_404 {
    background: #fff;
    padding: 80px 0;
}
.page_404 img {
    width:100%;
}
.four_zero_four_bg {
    background-image: url('../img/error.gif');
    height: 400px;
    background-position: center;
}
.four_zero_four_bg h1 {
    font-size: 5rem;
    font-weight: bold;
}
.contant_box_404 h3 {
	font-size: 2.5rem;
    font-weight: bold;
}
.contant_box_404 a {
	color: #fff!important;
    padding: 10px 20px;
    background: #e02020;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
}
.contant_box_404 {
    margin-top: -30px;
}
