.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #de962a;
    background: -webkit-linear-gradient(-135deg, #de962a, #177ac2);
    background: -o-linear-gradient(-135deg, #de962a, #177ac2);
    background: -moz-linear-gradient(-135deg, #de962a, #177ac2);
    background: linear-gradient(-135deg, #de962a, #177ac2);
}

.form-control {
    min-height: 41px;
    background: #f2f2f2;
    box-shadow: none !important;
    border: transparent;
}

.form-control:focus {
    background: #e2e2e2;
}

.form-control,
.btn {
    border-radius: 2px;
}

.login-form {
    margin: 30px auto;
    text-align: center;
}

.login-form h2 {
    margin: 10px 0 25px;
}

.login-form form {
    color: #7a7a7a;
    margin-bottom: 15px;
    background: #fff;
    padding: 30px;
}

.login-form a {
    color: #000;
    text-decoration: underline;
}


.login-form .btn {
    font-size: 16px;
    font-weight: bold;
    background: #000000;
    border: none;
    outline: none !important;
}

.inp {
    border: 1px solid #888;
    border-bottom: 2px solid #888;
    background-color: #fff;
    color: #666;
}

.login-form .btn:hover,
.login-form .btn:focus {
    background: #404244;
}

.login-form a:hover {
    text-decoration: none;
}

.login-form form a {
    color: #000000;
    text-decoration: none;
}

.login-form form a:hover {
    text-decoration: underline;
}

.container-login {
    min-height: 100vh;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.login-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    min-height: 500px;
}

.image-section {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    min-height: 500px;
}

.image-section img {
    max-width: 100%;
    height: auto;
    filter: invert(1) brightness(1.2);
}

.login-form {
    padding: 3rem 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-form h2 {
    color: #000000;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    position: relative;
}

.login-form h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, #000000 0%, #666666 100%);
    margin: 1rem auto;
}

.form-control.inp {
    border: none;
    border-bottom: 2px solid #e5e5e5;
    border-radius: 0;
    padding: 1rem 0;
    font-size: 16px;
    background: transparent;
    transition: all 0.3s ease;
}

.form-control.inp:focus {
    border-color: #000000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: transparent;
    outline: none;
}

.form-control.inp::placeholder {
    color: #999;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.btn-primary {
    background: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 1rem 2rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    width: 100%;
}

.btn-primary:hover {
    background: #1a1a1a !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
}

.btn-primary:focus,
.btn-primary:active {
    background: #000000 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

.login-form a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.login-form a:hover {
    color: #333333;
    text-decoration: underline;
}

@keyframes shine {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}


.invalid-feedback {
    color: #dc3545;
    font-size: 14px;
    margin-top: 0.5rem;
}

.form-control.is-invalid {
    border-color: #dc3545;
}

.container-login {
    min-height: 100vh;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.login-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
}

.image-section {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.form-section {
    background: #ffffff;
    padding: 3rem 2rem;
}

.tag-info-card {
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-tabs-hybrid {
    border: none;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 4px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-tabs-hybrid .nav-link {
    background: transparent;
    color: #666;
    border: none;
    padding: 12px 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
    margin: 0;
}

.nav-tabs-hybrid .nav-link:hover {
    color: #333;
    background: rgba(0, 0, 0, 0.05);
}

.nav-tabs-hybrid .nav-link.active {
    color: #ffffff;
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.form-control-hybrid {
    border: 1px solid #ccc;
    /* Add light gray border */
    border-radius: 6px;
    /* Slight rounding */
    padding: 1rem;
    /* Add more space inside */
    font-size: 16px;
    background: #fff;
    /* Light background to increase contrast */
    transition: all 0.3s ease;
}

.form-control-hybrid:focus {
    border-color: #333333;
    /* Highlight border on focus */
    box-shadow: 0 0 0 3px rgba(54, 58, 63, 0.25);
    background: #fff;
}

.form-control-hybrid:disabled {
    background: #f8f9fa;
    color: #666;
    border-color: #e5e5e5;
    padding: 5px 20px;
}


.btn-hybrid-primary {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    color: #ffffff;
    border: none;
    padding: 1rem 2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-hybrid-primary:hover {
    background: linear-gradient(135deg, #333333 0%, #555555 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.btn-hybrid-outline {
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    padding: 1rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-hybrid-outline:hover {
    background: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.form-label-hybrid {
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.welcome-card {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    border: 1px solid #000000;
    border-radius: 15px;
    padding: 2rem 1.5rem;
    text-align: center;
    margin-bottom: 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}


.welcome-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.welcome-card h5 {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    letter-spacing: 1px !important;
    margin-bottom: 0.5rem !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.welcome-card p {
    color: #cccccc !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
}


.title-hybrid {
    color: #000000;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    text-transform: uppercase;
    position: relative;
}

.title-hybrid::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: linear-gradient(135deg, #000000 0%, #666666 100%);
    margin: 1rem auto;
}

.divider-hybrid {
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #e5e5e5 50%, transparent 100%);
    margin: 1rem 0;
}

/* Floating label effect */
.form-floating-hybrid {
    position: relative;
}

.form-floating-hybrid .form-control-hybrid:focus+.form-label-hybrid,
.form-floating-hybrid .form-control-hybrid:not(:placeholder-shown)+.form-label-hybrid {
    transform: translateY(-1.5rem) scale(0.85);
    color: #000000;
    background-color: white;
}

.form-floating-hybrid .form-label-hybrid {
    position: absolute;
    top: 1rem;
    left: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}


.login-box,
.register-box {
    width: 100%;
    background-color: transparent;
    padding: 30px 30px 30px 30px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 768px) {
    .form-section {
        padding: 2rem 1rem;
    }


    .image-section img {
        width: 70%;
        height: auto;
    }

    .title-hybrid {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .welcome-card {
        padding: 2rem 1.5rem;
    }


    .welcome-card p {
        font-size: 12px !important;
    }

    .login-form {
        padding: 2rem 1.5rem;
    }

    .login-form h2 {
        font-size: 1.5rem;
    }

    .image-section {
        min-height: 120px;
        padding: 1rem;
    }
}


@media (max-width: 576px) {
    .container-login {
        padding: 10px;
    }

    .login-card {
        border-radius: 10px;
    }
}