art-login-card {
    z-index: 1;
}

.login-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 400px;
    border-radius: 5px;
    height: 500px;

    img.art-logo {
        position: absolute;
        top: 40px;
        max-width: 170px;
    }

    .title {
        position: absolute;
        top: 76px;
        font-size: 24px;
        font-weight: 600;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .highlight {
        font-size: 13px;
    }

    .highlight:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .back-icon {
        position: absolute;
        top: 20px;
        left: 20px;
        cursor: pointer;
        font-size: 22px;
    }
}