@media screen and (max-width: 768px) {
    /* Ajuste do logo em mobile */
    #header .main-menu {
        border-bottom: 1px solid var(--secondary-color);
    }

    #header .logo {
        max-width: 120px !important;
        max-height: 40px !important;
    }

    .rose-bg {
        display: none;
    }

    #password .container-return {
        align-items: center;
        align-self: flex-start;
        margin: 20px 0;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    #password .back {
        position: absolute;
        left: 5%;
    }

    #password .back img {
        width: 32px;
        height: 32px;
        background: #ffffff;
        box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.1),
            4px 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 50px;
    }

    #password .text-two {
        text-align: center;
        padding: 15px 0;
        margin-top: 10px;
    }

    #password .heading-40 {
        display: none;
    }

    #password .image {
        margin-bottom: 20px;
        width: 212px;
        height: 204px;
    }

    #password .modal-login {
        margin: 10px auto;
        background: var(--primary-color-light);
        box-shadow: 0px 4px 25px rgba(94, 44, 52, 0.15);
        border-radius: 16px;
        max-width: 328px;
        min-height: 308px;
        left: 0px;
        top: 0px;
    }

    #password .modal-login-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #password .modal-login-container h2 {
        margin-bottom: 16px;
        text-align: center;
        color: #030303;
        width: 75%;
    }

    #password .input {
        width: 100%;
        padding: 12px 0 12px 40px;
        box-sizing: border-box;
        border: none;
        font-family: "Poppins Medium";
        font-size: 16px;
        line-height: 24px;
        border-radius: 8px;
        background: #ffffff;
    }

    #password .form-group.mb-24 {
        margin-bottom: 24px;
    }

    #password .left-inner-addon {
        position: relative;
    }

    #password .left-inner-addon img {
        position: absolute;
        padding: 12px;
        pointer-events: none;
        z-index: 1;
        width: 20px;
        height: 20px;
    }

    #password .button {
        max-width: 241px;
        width: 100%;
        background: var(--secondary-color);
        color: var(--primary-color);
        padding: 16px 0;
        border-radius: 8px;
    }

    #password label {
        line-height: 150%;
    }
}
