.login-image-container {
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .login-image-container {
        display: none;
    }
}

.login-background-image {
    transform: translateX(-200px);
    max-height: 100vh;
    filter: blur(4px);
}

@media (min-width: 1350px) {
    .easy-on-mobile {
        left: 4% !important;
    }
}

.easy-on-mobile {
    position: absolute;
    z-index: 50;
    left: 2%;
    bottom: 32rem;
    transform: scale(90%);
}
@media (min-width: 1350px) {
    .wooden-hand {
        left: 10% !important;
    }
}

.wooden-hand {
    position: absolute;
    z-index: 50;
    left: 5%;
    bottom: -4.5rem;
    transform: scale(80%);
}

.login-form {
   padding: 40px 48px 10px 48px;
   border-radius: 4px;
   margin: 0 auto 2rem auto;
   max-width: 405px;
}

.login-credentials {
    font-weight: 500 !important;
    font-size: 17px !important;
    color: var(--dark-purple) !important;
}

.login-input  {}

.radio-field {
    list-style-type: none;
}
#footerElement {
    width: 100%;
    position: relative;
    border-top: 1px solid var(--medium-purple);
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#footerElement .footer-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    text-align: center;
}

#footerElement .footer-title {
    font-weight: 500;
    font-size: 16px;
    width: 100%;
}

#footerElement .contact-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

@media (min-width: 576px) {
    #footerElement .footer-content {
        gap: 2rem;
    }
}

@media (min-width: 768px) {
    #footerElement .footer-title {
        width: auto;
    }

    #footerElement .footer-content {
        justify-content: center;
        gap: 3rem;
    }
}

@media (min-width: 992px) {
    #footerElement .footer-content {
        gap: 1rem;
    }
}

@media (min-width: 1200px) {
    #footerElement {
        width: 49%;
        position: absolute;
        bottom: 0;
    }
}

.login-padding {
    padding: 0.7rem 2.8rem;
}

.login-icon {
    position: absolute;
    left: 1.1rem;
}

.footer-info {
    color: var(--yellow-bg);
    margin-right: 0.5rem;
}