﻿body {
    background-image: url(https://wallpaper.dog/large/5451800.jpg);
    background-size: cover;
    background-position: center;
   /* height: 100vh;*/
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  /*  padding-top: 56px;*/
}

.wrapper {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    margin-top: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 1;
}

.wrapper2 {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    margin-top: 50px;
    z-index: 1; 
}

.search-box {
    max-width: 600px; /* Adjust the maximum width as needed */
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.category-checkbox {
    display: flex;
    justify-content: space-around;
}

.category-checkbox label {
        flex: 0 0 auto; /* Allow checkboxes to grow as needed */
    }

.button-group {
    margin-top: 10px; 
}

.container {
   /* margin: auto;*/
}

.logo img {
    max-width: 100%;
    height: auto;
}

.name {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.form-field {
    margin-top: 20px;
}

.btnLog {
    background-color: #1da1f2;
    color: #fff;
    width: 100%;
}

.small-search-bar {
    width: 150px; /* Adjust the width as needed */
}

.centered-label {
    font-size: 24px; /* Adjust the font size as needed */
    text-align: center;
    font-weight: bold;
    display: block;
    margin: 0 auto;
}

.panel-container {
    margin-top: 50px; /* Adjust this value based on your preference */
}

