.catalog-password-page h1{
    font-family: "Robofan", Sans-serif;
        font-size: 53px;
        font-weight: 500;
        text-transform: none;
        font-style: normal;
        text-decoration: none;
        line-height: 1em;
        word-spacing: 0em;
        color: #FFFFFF;
    }
    .catalog-password-page p{
        font-family: "Roboto", Sans-serif;
        font-size: 16px;
        font-weight: 400;
        text-transform: none;
        font-style: normal;
        text-decoration: none;
        line-height: 1.5em;
        letter-spacing: 0px;
        word-spacing: 0em;
        color: var(--e-global-color-text);
    }
    .catalog-password-page button{
        background-color: var(--e-global-color-accent);
        font-family: var(--e-global-typography-accent-font-family), Sans-serif;
        font-size: var(--e-global-typography-accent-font-size);
        font-weight: var(--e-global-typography-accent-font-weight);
        text-transform: var(--e-global-typography-accent-text-transform);
        font-style: var(--e-global-typography-accent-font-style);
        text-decoration: var(--e-global-typography-accent-text-decoration);
        line-height: var(--e-global-typography-accent-line-height);
        letter-spacing: var(--e-global-typography-accent-letter-spacing);
        border: none;
		color: var(--e-global-color-text);
		border-radius: 4px 4px 4px 4px;
    padding: 1em 5em 1em 5em;
    }