
.product-img {
    width: 220px; /* set your desired width */
    height: 500px; /* set your desired height */
    object-fit: cover; /* crop and center image */
    border-radius: 5px; /* optional rounded corners */
}
.product-img2 {
    width: 100px; /* set your desired width */
    height: 100px; /* set your desired height */
    object-fit: cover; /* crop and center image */
}

.product-img3 {
    height: 700px !important; 
    object-fit: cover; 
}

#username-error {
    color: red;
    margin-top: -15px;
}
#lPassword-error {
    color: red;
    margin-top: -15px;
}
#firstName-error {
    color: red;
    margin-top: -15px;
}
#lastName-error {
    color: red;
    margin-top: -15px;
}
#email-error {
    color: red;
    margin-top: -15px;
}
#password-error {
    color: red;
    margin-top: -15px;
}
#confirmPassword-error {
    color: red;
    margin-top: -15px;
}