.HH_header{
    display: flex;
    flex-direction: row;
    gap:10px;
    padding:5px;
}

.HH_header .logo{
    width: 150px;
}

.HH_header .specialistName{
    align-items: center;
    margin-left: auto;
}

.forgot {
    max-width: 365px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 50px auto auto;
}

.forgot .title {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.forgot p {
    color: #000;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.forgot .back {
    width: 100%;
    display: flex;
    padding: 16px 0;
    gap: 10px;
    align-self: stretch;
    color: #20f;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

a {
    color: #20f;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
