﻿.loginhome {
    width: 100%;
    position: relative;
    padding: 120px 0 40px 0;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    height: 100%;
}
.register-page {
    width: 500px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0, 0, 0);
    margin: auto;
    transition: opacity 0.3s ease;
}
.register {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}
    .register h1 {
        font-size: 32px;
        color: #3cb6f4;
        font-weight: bold;
        margin: 15px 0;
        transition: all 0.3s ease;
        text-shadow: 0 2px 1px #427edc;
    }
.form-item {
    width: 100%;
    margin: 15px 0;
    opacity: 1;
    transition: opacity 0.3s ease;
}
    .form-item input, textarea {
        width: 100%;
        width: 300px;
        padding: 12px 10px;
        border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
        border-bottom: 1px solid #3cb6f4;
        outline: none;
        font-size: 15px;
        transition: border-color 0.3s ease;
        background-color: #f000;
        color: #3cb6f4;
        text-align: left;
        font-size: 16px;
        font-weight: bold;
    }

.stats-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    background: #f8f9fa;
    border-radius: 12px;
}
.stat-card {
    flex: 1 1 200px;
    background: white;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #e9ecef;
}
.stat-products .stat-icon {
    color: #fd7e14;
}
.stat-icon {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 0.5rem;
}
.stat-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: #212529;
    margin: 0.5rem 0;
}
.stat-label {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
}
.newItems {
    background: linear-gradient(180deg, #00f43d 0%, #00f2484a 100%) !important;
}