/* .login-shape{
    content: "";
    margin-left: 0%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    }

    .login-image{
        content: "";
        margin-left: 15%;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: right;
        width: 65%;
        height: 100%;
        position: absolute;
        z-index: 1;
    } */

@media screen and (max-width: 991px) {
    .login-shape {
        display: none;
    }
    .login-image {
        display: none;
    }
}

.check {
    display: inline-block;
    width: 2em;
    height: 2em;
    background-color: #e1e5fc;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.check::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #5e60ce;
}

.paragraph {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

.paragraph__text {
    font-weight: bold;
    font-size: 1.2rem;
}

.loginButton {
    padding: 13px 1rem;
    border: 1px solid black;
    border-radius: 5px;
    display: flex;
    gap: 1rem;
    width: 100%;
    justify-content: center;
    cursor: pointer;
    background-color: white;
}

.loginButton div {
    color: black;
    margin-left: 1rem;
}

.buttonWithHover:hover {
    background-color: #e7e7e7;
    text-decoration: none;
}

.loginContainerButton {
    display: flex;
}

.buttonsContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.normalLoginButton {
    padding: 13px 29px;
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: 500;
}

.normalLoginButton a {
    color: black;
    font-size: 1rem;
    font-weight: 500;
}

.normalLoginButton:hover {
    border: 1px solid #2ac4b5 !important;
    background-color: #2ac4b5 !important;
    color: white !important;
    transition: all 0.2s ease-in-out;
}

.actionButton {
    border: 1px solid #2ac4b5 !important;
    background-color: #2ac4b5 !important;
    color: white !important;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    min-width: 200px !important;
}

.actionButton:hover {
    background-color: white !important;
    background: white !important;
    background-image: white !important;
    color: #2ac4b5 !important;
}

.brandsContainer {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.brandsModal {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.paragraphTitle {
    margin-top: -50px;
    color: #2f323a;
}

@media (max-width: 460px) {
    .brandsContainer {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .brandsModal {
        gap: 1rem;
        justify-content: center;
    }

    .responsivePadding {
        padding: 0 !important;
    }

    .notPaddingInResponsive {
        padding: 0 !important;
    }

    .paddingInResponsive {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media (max-width: 991px) {
    .lottieImage {
        width: 300px !important;
        height: 300px !important;
    }

    .responsiveMargin {
        margin-top: -100px;
    }

    .paragraphTitle {
        margin-top: -25px;
    }
}
