﻿
.main-container {
    background: radial-gradient(circle at 20% 80%, rgba(139, 69, 19, 0.35) 0%, transparent 55%), radial-gradient(circle at 80% 20%, rgba(210, 180, 140, 0.25) 0%, transparent 55%), radial-gradient(circle at 40% 40%, rgba(160, 82, 45, 0.2) 0%, transparent 60%), linear-gradient(135deg, #1c0f0a 0%, #2e1a12 25%, #4a2c1b 50%, #2e1a12 75%, #1c0f0a 100%), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><pattern id="coffee-texture" x="0" y="0" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="8" cy="8" r="1" fill="rgba(139,69,19,0.1)"/><circle cx="28" cy="15" r="0.8" fill="rgba(210,180,140,0.08)"/><circle cx="15" cy="30" r="0.6" fill="rgba(160,82,45,0.06)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23coffee-texture)"/></svg>');
    background-blend-mode: overlay, overlay, overlay, normal;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.login-img-2 {
    width: 85%;
    aspect-ratio: 1 / 1.237;
    object-fit: cover;
    border-radius: 400px 400px 0 0;
    height: 600px;
    align-self: flex-end;
}

.login-img-3 {
    position: absolute;
    bottom: -70px;
    left: 0px;
    width: 350px;
}

.login-img-4 {
    position: absolute;
    left: -70px;
    bottom: 0px;
    opacity: 0.2;
    width: 250px;
}

.login-img-1 {
    animation: moveBounce 5s linear infinite;
    opacity: 0.2;
    position: absolute;
    right: -60px;
    width: 500px;
    top: -20px;
    z-index: 0;
}

.login-main {
    width: 1250px;
    z-index: 1;
}

.login-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-col-2 {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 15px;
}

.form-control {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 2px solid rgb(255 251 248 / 20%) !important;
    border-radius: 10px 0px 0px 10px !important;
    color: white !important;
    padding: 1rem 1.25rem !important;
    font-size: 1rem !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    height: 50px;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: #d4a574 !important;
    box-shadow: 0 0 0 4px rgba(212, 165, 116, 0.1), 0 8px 25px rgba(212, 165, 116, 0.15) !important;
}

.input-group-text {
    background: #c19d564d !important;
    border: 2px solid #c19d5640 !important;
    border-left: none !important;
    border-radius: 0 10px 10px 0 !important;
    color: #c19d56 !important;
    transition: all 0.3s ease !important;
}

.form-control:focus + .input-group-append .input-group-text {
    background: rgba(212, 165, 116, 0.2) !important;
    border-color: #d4a574 !important;
    color: #ffffff !important;
}

.slash-icon {
    font-size: 22px;
    font-weight: 900;
    font-style: italic;
    color: #24b1e6;
    line-height: 1;
}

.dashed-divider {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin: 30px 0;
}

.dashed-divider hr {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(237 139 69 / 67%), transparent);
    border: none;
    margin: 0;
}

.dashed-divider span {
    color: #e0e0e0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.row.forgot-pass-box {
    justify-content: center!important;
}

.section-title {
    background: linear-gradient(135deg, #ffffff 0%, #c19d56 50%, #fff5e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.btn-login {
    background: linear-gradient(135deg, #c19d56 0%, #936d23 100%) !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 0.75rem 2rem !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(212, 165, 116, 0.3) !important;
    color: #fff;
    width: 100%;
}

.btn-login::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-login:hover::before {
    left: 100%;
}

.btn-login:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 35px rgba(212, 165, 116, 0.4) !important;
}

a {
    color: #d4a574 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

a:hover {
    color: #ffffff !important;
}

.text-danger {
    color: #ff6977 !important;
}

/* Animated background elements */
.bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

/* Blinking circles */
.blinking-circle {
    position: absolute;
    border-radius: 50%;
    animation: blink 3s ease-in-out infinite;
}

.blinking-circle:nth-child(1) {
    width: 150px;
    height: 150px;
    top: 15%;
    left: 8%;
    background: radial-gradient(circle, rgba(212, 165, 116, 0.15) 0%, rgba(212, 165, 116, 0.05) 50%, transparent 70%);
    animation-delay: 0s;
}

.blinking-circle:nth-child(2) {
    width: 200px;
    height: 200px;
    top: 80%;
    right: 5%;
    background: radial-gradient(circle, rgba(244, 208, 63, 0.12) 0%, rgba(244, 208, 63, 0.04) 50%, transparent 70%);
    animation-delay: 1s;
}

.blinking-circle:nth-child(3) {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 15%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    animation-delay: 2s;
}

.blinking-circle:nth-child(4) {
    width: 150px;
    height: 150px;
    top: 20%;
    right: 45%;
    background: radial-gradient(circle, rgba(199, 158, 107, 0.13) 0%, rgba(199, 158, 107, 0.05) 50%, transparent 70%);
    animation-delay: 0.5s;
}

.blinking-circle:nth-child(5) {
    width: 90px;
    height: 90px;
    top: 45%;
    left: 3%;
    background: radial-gradient(circle, rgba(212, 165, 116, 0.2) 0%, rgba(212, 165, 116, 0.08) 50%, transparent 70%);
    animation-delay: 1.5s;
}

.blinking-circle:nth-child(6) {
    width: 100px;
    height: 100px;
    top: 2%;
    right: 35%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 50%, transparent 70%);
    animation-delay: 2.5s;
}

.blinking-circle:nth-child(7) {
    width: 180px;
    height: 180px;
    bottom: 10%;
    right: 50%;
    background: radial-gradient(circle, rgba(244, 208, 63, 0.1) 0%, rgba(244, 208, 63, 0.03) 50%, transparent 70%);
    animation-delay: 3s;
}

@keyframes blink {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        transform: scale(0.8);
    }
}

@keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}

@keyframes moveBounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}