.login-btn{ 
    display: block;
    border-radius: 18px;
    background: #E8AB7F;
    color: #FCFCFC;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    width: 100%;
    border: none;
}

.user-profile-image{
    width: 610px;
    height: 287px;
    object-fit: cover;
    border-radius: 18px;
}

.user-profile34{
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 17px;
}

.box .banner {
    width: 100%; /* Make the image take full width */
    height: 100%; /* Make the image take full height */
    object-fit: cover; /* Cover the box, preserving aspect ratio */
}

.edit-profile .box-cont .box {
    overflow: hidden; /* Ensure that any overflow is hidden */
}

.order-product-image{
    width: 141px;
    height: 137px;
    object-fit: cover;
    border-radius: 18px;
}