
h2.fn-login-consent-head {
    font: bold var(--noto-s) var(--font-family-Noto);
    text-align: center;
    color: var(--1-txt-1-black);
}

h3.fn-login-consent-title {
    font-family: var(--font-family-sarabun);
    font-size: var(--noto-xxs);
    font-weight: bold;
    line-height: 1.63;
    text-align: center;
    color: var(--1-txt-1-black);
    padding: 16px;
    border-radius: 8px;
    background-image: linear-gradient(84deg, #f9f2e4, #cce9dc 100%);
}

.fn-login-consent-suphead {
    font-family: var(--font-family-sarabun);
    font-size: var(--sarabun-m);
    font-weight: bold;
    line-height: 1.63;
    color: var(--1-txt-1-black);
}

.fn-login-consent-text {
    font: normal var(--sarabun-s) var(--font-family-sarabun);
    color: var(--1-txt-2-grey);
}

.fn-login-consent-button {
    display: flex;
    justify-content: space-between;
}

.fn-login-consent-button > .fn-button {
    width: calc(50% - 6px);
}

span.fn-cuttext {
    text-indent: 0px;
    display: inline-block;
}

p.fn-textindent {
    text-indent: 28px;
    margin: 0;
}

p.fn-textindent-2 {
    text-indent: 56px;
    margin: 0;
}

p.fn-textindent-3 {
    text-indent: 84px;
    margin: 0;
}