@font-face {
    font-family: NeueHaasGrotText;
    src: url('/static/clients/eonnext/NeueHaasGrotTextRound-55Roman-Web.woff')
        format('woff');
}

@font-face {
    font-family: NeueHaasGrotText;
    src: url('/static/clients/eonnext/NeueHaasGrotTextRound-75Bold-Web.woff')
        format('woff');
    font-weight: bold;
}

@font-face {
    font-family: NeueHaasGrotDisplay;
    src: url('/static/clients/eonnext/NeueHaasGrotDispRound-55Roman-Web.woff')
        format('woff');
}

@font-face {
    font-family: NeueHaasGrotDisplay;
    src: url('/static/clients/eonnext/NeueHaasGrotDispRound-75Bold-Web.woff')
        format('woff');
    font-weight: bold;
}

body {
    letter-spacing: inherit;
    font-family: NeueHaasGrotText, sans-serif;
    background-color: gray;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: NeueHaasGrotDisplay, sans-serif;
}

.card-design {
    border: none;
    position: absolute;
}

.button--primary,
.error-page-link > a {
    border: none;
    background-color: #ff4822;
    color: white;
    font-weight: bold;
    width: auto;
    border-radius: 4rem;
    padding: 1rem;
}

.button--primary:hover {
    background-color: #ca3b1d;
}

.button--outlined.button--primary {
    background-color: #fcfcfc;
    border: 1px solid #9400ff;
    color: #9400ff;
    font-weight: normal;
}

.button--outlined.button--primary:hover {
    background-color: #ca80ff;
    color: white;
}

.form-group {
    border: 1px solid gray;
    border-radius: 0.6rem;
    margin-left: 8rem;
    margin-right: 8rem;
}

.form-group:focus-within {
    border: 1px solid #ff4822;
}

.form-group > label {
    font-weight: 100;
    font-size: 80%;
    color: gray;
    margin-left: 1rem;
    margin-bottom: 0;
}

.form-group > label::after {
    content: '*';
    color: #ff4822;
}

.form-group > input {
    border: none;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0;
    padding-bottom: 0.4rem;
}

.form-group > input:focus {
    outline: none;
}

.link-wrapper {
    order: 1;
    padding-bottom: 2.4rem;
}

.button-group {
    order: 2;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid LightGray;
    display: flex;
}

.button,
.error-page-link > a {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

a,
.link,
.btn-link {
    color: #9400ff;
    font-weight: bold;
}

.client-name {
    font-weight: bold;
}

.authorize-form-wrap {
    max-width: none;
    text-align: center;
}

.authorize-form-button {
    flex-basis: inherit;
}

#logout-link-container {
    order: 1;
}

.application-name {
    color: #9400ff;
}

.spacer {
    display: block;
    flex-grow: 1;
}

.authorize-form-list li {
    list-style-image: url('/static/clients/eonnext/bullet.svg');
    list-style-position: inside;
}

.scope-list-intro {
    font-weight: bold;
}

.authorize-form-list {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.auth-header {
    line-height: 1;
    font-size: 175%;
    font-weight: bold;
    margin: 3rem;
    letter-spacing: inherit;
}

.error-page-wrap,
.error-page {
    max-width: none;
    width: 100%;
    background-color: #faf6f4;
}

.error-page-header {
    color: #ff4822;
    font-weight: bold;
    font-size: 300%;
    padding-top: 3rem;
}

.error-page::before {
    content: 'Uh oh!';
    color: #ff4822;
    font-weight: bold;
    font-size: 180%;
}

.error-page {
    background-color: #faf6f4;
    color: black;
}

.error-code {
    display: none;
}

.error-page-link > a {
    text-decoration: none;
}

.error-page-graphic {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.auth-docs-body {
    background: white;
}
