@charset "utf-8";
/* CSS Document */

.logo {
    width: 100%;
    margin: 0;
}

.logo img {
    width: 100%;
    height: auto; /* Maintains aspect ratio */
    display: block; /* Removes whitespace under images */
}

.footer-logo {
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;

    text-align: center;
}

.footer-logo img {
    display: block;
    margin: 0 auto;
}

.footer-logo p {
    margin: 10px 0 0; /* Add spacing between the logo and text */
    font-size: 14px; /* Adjust font size as needed */
    color: #333; /* Customize text color */
}

.gradient-custom{
    background-color: #573f44!important;
}

 .align-top {
      align-self: flex-start;
      margin-top: 0.3rem; /* Adjust this value as needed */
    }

.custom-checkbox {
      width: 20px;
      height: 15px;
    }