.TitleWithDescription-title {
    position: relative;
    left: 30%;
}

.Button3-Text {
    position: relative;
    top: 33.5%;
}

.yaIdPromoText {
    position: relative;
    top: 20px;
}

.Textinput {
    transition: filter 0.3s ease; /* Плавный переход */
}

.Textinput:hover {
    filter: brightness(1.5); /* 0.8 — это 80% яркости (станет на 20% темнее) */
}

.AuthFooter {
    width: 100vw;
    padding-top: 0;
}

.AuthFooter-incognitoLink {
    position: absolute;
    left: 30px;
    bottom: 1px;
}

.AuthFooter-mainBlock {
    position: absolute;
    right: 30px;
    bottom: 1px;
}

.Link {
    color: #ffffff;
}

.Link:hover {
    text-decoration: underline;
}

.AuthFooter-copyright {
    color: #ffffff;
}
