.imageLogin{
    margin-left: 50%;
    width:70%;
    border:10px solid #172B4D;
}
.img-circle {
    border-radius: 100%; 
}

@media only screen and (max-width: 600px) {
    .imageLogin{
        margin-left: 0%;
        position: relative;
        bottom: 36em;
        left: 35%;
        width:30%;
        border:10px solid #F7FAFC;
    }
    .boxImage{
        height: 1rem;
    }
    .footerResponse{
        align-items: center;
    }
}

@media only screen and (max-width: 411px) {
    .imageLogin{
        margin-left: 0%;
        position: relative;
        bottom: 36em;
        left: 7em;
        width:40%;
        border:10px solid #F7FAFC;
    }
    .boxImage{
        height: 1rem;
    }
    .footerResponse{
        align-items: center;
    }
}

@media only screen and (max-width: 414px) {
    .imageLogin{
        margin-left: 0%;
        position: relative;
        bottom: 36em;
        left: 7em;
        width:40%;
        border:10px solid #F7FAFC;
    }
    .boxImage{
        height: 1rem;
    }
    .footerResponse{
        align-items: center;
    }
}

@media only screen and (max-width: 375px) {
    .imageLogin{
        margin-left: 0%;
        position: relative;
        bottom: 35em;
        left: 6.3em;
        width:40%;
        border:10px solid #F7FAFC;
    }
    .boxImage{
        height: 1rem;
    }
    .footerResponse{
        align-items: center;
    }
}

@media only screen and (max-width: 360px) {
    .imageLogin{
        margin-left: 0%;
        position: relative;
        bottom: 36em;
        left: 6.2em;
        width:40%;
        border:10px solid #F7FAFC;
    }
    .boxImage{
        height: 1rem;
    }
    .footerResponse{
        align-items: center;
    }
    .footerResponse{
        align-items: center;
    }
}

@media only screen and (max-width: 320px) {
    .imageLogin{
        margin-left: 0%;
        position: relative;
        bottom: 36em;
        left: 5em;
        width:45%;
        border:10px solid #F7FAFC;
    }
    .boxImage{
        height: 1rem;
    }
    .footerResponse{
        align-items: center;
    }
}

@media only screen and (max-width: 280px) {
    .imageLogin{
        margin-left: 0%;
        position: relative;
        bottom: 36em;
        left: 4em;
        width:50%;
        border:10px solid #F7FAFC;
    }
    .boxImage{
        height: 1rem;
    }
    .footerResponse{
        align-items: center;
    }
}

/* Slider admin styles */
.slider-item-card {
    transition: transform .2s ease, box-shadow .2s ease;
}
.slider-item-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 45px rgba(16, 24, 40, 0.08);
}
.slider-image-preview {
    min-height: 220px;
    background: #f7fafc;
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    overflow: hidden;
}
.slider-image-preview img {
    max-height: 200px;
    width: auto;
}
.slider-file-field {
    position: relative;
}
.custom-file-label {
    display: block;
    border: 1px dashed #ced4da;
    border-radius: .75rem;
    padding: 1rem 1.25rem;
    background: #f8f9fb;
    color: #34495e;
    font-weight: 500;
    transition: background .2s ease, border-color .2s ease;
    cursor: pointer;
}
.custom-file-label:hover {
    background: #eef2f6;
    border-color: #adb5bd;
}
.selected-file-name {
    margin-top: .5rem;
    font-size: .9rem;
}

/* Cards admin styles */
.cards-block-info {
    border: 1px solid #e9ecef !important;
    background: #f8f9fb;
    transition: all .2s ease;
}
.cards-block-info:hover {
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.06);
}
.cards-content-item {
    border: 1px solid #e9ecef !important;
    transition: transform .2s ease, box-shadow .2s ease;
}
.cards-content-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 45px rgba(16, 24, 40, 0.08);
}
.cards-image-preview {
    min-height: 200px;
    background: #f7fafc;
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    overflow: hidden;
}
.cards-image-preview img {
    max-height: 180px;
    width: auto;
}
.cards-file-field {
    position: relative;
}
.cards-action-item {
    background: #f8f9fb;
    border: 1px solid #e9ecef;
    transition: background .2s ease;
}
.cards-action-item:hover {
    background: #eef2f6;
}
.mixed-block-info {
    border: 1px solid #e9ecef !important;
    background: #f8f9fb;
    transition: all .2s ease;
}
.mixed-text-card {
    border: 1px solid #e9ecef !important;
    background: #ffffff;
    transition: all .2s ease;
}
.mixed-slider-item {
    border: 1px solid #e9ecef !important;
    transition: transform .2s ease, box-shadow .2s ease;
}
.mixed-slider-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 45px rgba(16, 24, 40, 0.08);
}
.mixed-image-preview {
    min-height: 200px;
    background: #f7fafc;
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    overflow: hidden;
}
.mixed-image-preview img {
    max-height: 180px;
    width: auto;
}
.mixed-file-field {
    position: relative;
}
.mixed-action-card {
    background: #f8f9fb;
    border: 1px solid #e9ecef;
    transition: background .2s ease;
}
.mixed-action-card:hover {
    background: #eef2f6;
}
.form-label-sm {
    font-size: .85rem;
}

@media only screen and (min-width: 1024px) {
    .imageLogin{
        margin-left: 30%;
        position: relative;
        top:1em;
        left: 6.2em;
        width:60%;
        border:10px solid #172B4D;
    }
    .boxImage{
        height: 1rem;
    }
    .footerResponse{
        float: right;
    }
}

