/* signup css */
:root {
    --primary: #800020;
    --secondary: #F3F3F3;
    --lavender: #FFF4F7;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #FBFBFB;
}

.logo-combo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 1.5rem;
}

.btn-primary {
    background: var(--primary);
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #600018;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(128, 0, 32, 0.2);
}

.form-control {
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    background: rgba(255, 255, 255, 0.8);
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(128, 0, 32, 0.15);
}

.divider {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #EDEDED;
}

.divider-text {
    padding: 0 1rem;
    color: #666;
    font-size: 0.9rem;
}

.auth-link {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    background: white;
    border: 1px solid #EDEDED;
    transition: all 0.3s;
}

.social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.logo-combo img {
    height: 310px;
    margin-top: -100px;
}
.rightsection{
background: linear-gradient(135deg, #800020 0%, #600018 100%);
}
/* login css */

.auth-container {
    max-width: 1200px;
    margin: 2rem auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.left-panel {
    background: linear-gradient(135deg, #800020 0%, #600018 100%);
    padding: 5rem;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.logo-combo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 2rem;
}

.benefits-list {
    margin: 2rem 0;
}

.benefits-list li {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
}

.benefits-list i {
    margin-right: 1rem;
    margin-top: 3px;
}

.basket-container {
    margin-top: auto;
    text-align: center;
}

.basket-container img {
    max-width: 150px;
    margin-bottom: 1.5rem;
}

/* .basket-container h3 {
            font-weight: 500;
            color: rgba(255, 255, 255, 0.9);
        } */
.right-panel {
    padding: 3rem;
    background: white;
}

.btn-primary {
    background: var(--primary);
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #600018;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(128, 0, 32, 0.2);
}

.form-control {
    padding: 12px 20px;
    border-radius: 32px;
    border: 1px solid #EDEDED;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(128, 0, 32, 0.15);
}

.divider {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #EDEDED;
}

.divider-text {
    padding: 0 1rem;
    color: #666;
    font-size: 0.9rem;
}

.auth-link {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 26px;
    background: white;
    border: 1px solid #EDEDED;
    transition: all 0.3s;
}

.social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.welcome-header {
    margin-bottom: 2rem;
    text-align: center;
}

.logo-combo img {
    height: 330px;
    margin-top: -100px;
}
.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
}
.password-wrapper {
    position: relative;
}
.form-control.is-invalid {
    padding-right: calc(1.5em + 1.5rem);
    background-position: right calc(0.375em + 0.375rem) center;
}
/* Custom styles for error messages and password toggle */
.invalid-feedback {
    color: #dc3545 !important;
    font-size: 0.8rem !important;
    margin-top: 0.25rem;
}

.password-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    color: #6c757d;
}

.form-control.is-invalid {
    background-image: none;
    padding-right: 2.5rem;
}

.form-control.is-invalid + .password-toggle {
    right: 30px;
}


.error{
    color: red;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 14px;
}
@media (max-width: 991.98px) {
    .left-panel {
        padding: 2rem;
    }

    .right-panel {
        padding: 2rem;
    }
}


