.info__headline {
    font-size: 20px;
    font-weight: bold;
    color: var(--color_text_bold);
}

.info__text {
    overflow-wrap: break-word;
    font-size: 13px;
    line-height: 1.5;
    color: var(--color_cool_grey_110) !important;
}

.tan-input__label {
    font-weight: bold;
}

.tan-input__container {
    color: var(--color_grey_130);
}

.tan-input {
    width: 120px;
    padding-bottom: 10px;
}

.tan-input__input {
    padding-left: 25px;
    letter-spacing: 5px;
    width: 100%;
}

.tan-input__input::placeholder {
    letter-spacing: 10px;
}

.tan-input__icon {
    position: absolute;
    padding-top: 10px;
    padding-left: 7px;
    font-size: 13px;
}

.checkbox__label {
    overflow: visible;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}
.pf-v5-c-button{
    font-size: 13px;
    padding: 10px 20px;
}

.tan-actions {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.flow-actions {
    margin-top: 20px;
    font-size: 13px;
}


.tc-login-main-footer {
    display: block;
}
