.card {
    margin-bottom: 1.5rem;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
    position: relative;
    border-radius: 36px;
    border: 1px solid #E6EAED;
    color: inherit;
    box-shadow: 0px 5px 4px rgb(0 0 0 / 10%);
}

.login-wrapper .login-content .login-userheading h3 {
    color: #151e3a;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
}

.login-wrapper .login-content .login-userheading h4 {
    color: #6b7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
}

@media (max-width: 768px) {
    .language-switcher {
        top: 10px;
        right: 10px;
    }
}

.login-logo {
    text-align: center;
    margin-bottom: 24px;
}
.login-logo > img {
    width: 180px;
    display: inline-block;
}