/* style.css */
#gallerySearchForm {
    padding: 20px;
}

#gallerySearchForm div {
    display: flex;
    justify-content: center;
}

#gallerySearchForm input[type="text"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#gallerySearchForm button {
    background: linear-gradient(131.72deg, #FF8E4F 2.75%, #FB035C 51.36%, #C51A98 94.36%);
    border-radius: 6px;
    box-shadow: 0px 10.394088745117188px 41.57635498046875px 0px #C5745830;
    padding: 8px 33px;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: white !important;
    margin-left: 5px;
}

#gallerySearchForm .text-danger {
    color: #FB035C;
    display: block;
}
