.page-template-template-react-php .primaryNav a,
body:not(.rtl).page-template-template-react-php .page-headActions a.is-language,
body.rtl.page-template-template-react-php .page-headActions .button--ghost:not(:last-child) {
    font-size: 14px !important;
    letter-spacing: 1px !important;
}
.page-template-template-react-php .page-headActions button.button--futureId ul.futureId li{
    font-size: 12px !important;
}
.page-template-template-react-php .page-foot .page-footBottom,
input[type="submit"].button {
    font-size: 12px !important;
}
.page-template-template-react-php .footerNav-container a {
    font-size: 14px !important;
}

.page-template-template-react-php .footerBottomNav a {
    font-size: 14px !important;
}
.page-template-template-react-php .footerNav-title,
.page-template-template-react-php .newsletter input[type="email"],
.page-template-template-react-php .newsletter p {
    font-size: 16px !important;
}
.page-template-template-react-php .newsletter h1 {
    font-size: 28px !important;
}

.page-template-template-react-php .primaryNav a {
    padding: 16px 10px 16px !important;
}
@media (min-width: 37.5em) {
    .page-template-template-react-php .page-headLogo {
        border-bottom: 8px solid #333 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.page-template-template-react-php #content {
    min-height: 70vh;
    background: #fff;
}

.page-template-template-react-php input[type="tel"] {
    max-width: 5rem !important;
}
.page-headActions  .button.is-icon .menu-future-logged-in-menu-container a {
    justify-content: flex-start !important;
}

.page-template-template-react #root input[type="text"],
.page-template-template-react #root input[type="email"],
.page-template-template-react #root input[type="password"]{
    background: unset !important;
}
.page-template-template-react #root button[type="button"]{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-template-template-react #root input[type="checkbox"]{
    margin-right: 5px;
}