body {
    background: url('../../../assets/images/background-login.webp') no-repeat center, #f2f2f2;
    background-size: cover;
    height: 100%;
    background-color: #f2f2f2;

    @media screen and (min-width: 1367px) {
        background-position: calc(100% - 5rem) center !important;
    }
}

#help {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #10db40;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;

    .bi-whatsapp {
        font-size: 24px;
        color: white;
        line-height: 1;
        margin-top: -10px;
        margin-left: -2px;
    }
}

#auth {
    height: 100vh;
    overflow-x: hidden;

    #auth-left {
        padding: 2rem;

        @media screen and (max-width: 767px) {
            padding: 2rem;
        }

        @media screen and (max-width: 576px) {
            padding: 1.5rem;
        }
    }
}

.form-login {
    background-color: rgba(255, 255, 255, 0.909);
    margin: 5rem 4rem 4rem 4rem;
    box-shadow: 10px 10px 5px rgba(148, 148, 148, 0.541);

    @media screen and (max-width: 767px) {
        position: relative !important;
        margin: 0px !important;
        height: fit-content !important;
        width: 100% !important;
    }

    @media screen and (min-width: 768px) {
        min-width: 30rem !important;
    }
}

.btn-login {
    background-color: rgb(247, 113, 35);
    color: #103195;
    padding: 5px;
    width: 100%;
    border: transparent;
    border-radius: 5px;
    margin-bottom: 5px;

    @media screen and (max-width: 767px) {
        padding: 10px;
    }

    @media screen and (max-width: 576px) {
        padding: 8px;
    }
}

#h1-login {
    color: rgba(0, 0, 0, 0.834);
    font-size: 1.2rem;
}

img.logo {
    max-height: 100px;
}
