﻿.page-heading {
    box-sizing: border-box;
    margin: 0;
    padding-top: 20px;
    color: rgb(0, 0, 0);
    font-weight: normal;
    text-align: center;
    line-height: 1.14;
    letter-spacing: -2px;
}

.custom-space {
    border: none;
    height: 60px;
}

@media screen and (min-width:900px) {
    .page-heading {
        padding-top: 0px;
    }
}

@media screen and (min-width:0px) {
    .page-heading {
        font-size: 1.625rem;
    }
}

@media screen and (min-width:1200px) {
    .page-heading {
        font-size: 2.625rem;
    }
}

.main-container {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    max-width: 90%;
}

.content-container {
    box-sizing: border-box;
    padding-top: 70px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    max-width: 680px;
    padding-top: 70px;
}

.confirmation-content {
    box-sizing: border-box;
    padding-top: 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

    .confirmation-content p {
        box-sizing: border-box;
        color: rgb(0, 0, 0);
        font-family: BrownStd-Regular;
        line-height: 1.5;
    }

@media screen and (min-width:0px) {
    .confirmation-content p {
        font-size: 1rem;
    }
}

.form-section {
    box-sizing: border-box;
    padding-top: 30px;
    max-width: 1200px;
    margin: 0 auto;
    max-width: 300px;
    padding-top: 30px;
}

.padded-container {
    box-sizing: border-box;
    padding-top: 0.625rem;
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0.625rem;
}

@media screen and (min-width:600px) {
    .padded-container {
        padding-top: 3.125rem;
    }
}

@media screen and (min-width:900px) {
    .padded-container {
        padding-top: 5.5rem;
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }
}

@media screen and (min-width:600px) {
    .padded-container {
        padding-top: 3.125rem;
    }
}

@media screen and (min-width:900px) {
    .padded-container {
        padding-top: 5.5rem;
    }
}

.divider {
    display: block;
    width: 100%;
    position: relative;
    height: 1.875rem;
}

@media screen and (min-width:900px) {
    .divider {
        height: 3.125rem;
    }
}

.form-heading {
    box-sizing: border-box;
    font-family: BrownStd-Regular;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

@media screen and (min-width:0px) {
    .form-heading {
        font-size: 0.625rem;
    }
}

.forgot-password-link {
    box-sizing: border-box;
    color: #859395;
    font-family: BrownStd-Regular;
    line-height: 1.5;
}

@media screen and (min-width:0px) {
    .forgot-password-link {
        font-size: 0.75rem;
    }
}

.form-label {
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    font-family: BrownStd-Regular;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

@media screen and (min-width:0px) {
    .form-label {
        font-size: 0.625rem;
    }
}

.input-text {
    box-sizing: border-box;
    font-family: BrownStd-Regular;
    line-height: 1.42;
}

@media screen and (min-width:0px) {
    .input-text {
        font-size: 0.875rem;
    }
}

.login-btn {
    box-sizing: border-box;
    font-family: BrownStd-Regular;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width:0px) {
    .login-btn {
        font-size: 0.75rem;
    }
}

.primary-button {
    display: inline-block;
    padding: 0.9375rem 3.125rem;
    box-shadow: 0;
    background: #7E8A4A;
    border: 1px solid #7E8A4A;
    color: #FFF;
    -webkit-transition: background ease-in 0.2s, color ease-in 0.2s;
    transition: background ease-in 0.2s, color ease-in 0.2s;
    width: 100%;
}

    .primary-button > * {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .primary-button:hover:not(:disabled),
    .primary-button:focus:not(:disabled) {
        background: #F5F0E6;
        border-color: #7E8A4A;
        color: #7E8A4A;
        outline: 0;
        cursor: pointer;
    }

    .primary-button:disabled {
        color: #989393;
    }

.form-label-container {
    display: block;
}

.input-field {
    border: 1px solid transparent;
    outline: none;
    -webkit-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
    width: 100%;
    padding: 0.9375rem;
    color: #455255;
    border-color: #F0F0F0;
}

    .input-field:focus {
        border-color: #859395;
    }

.form-group {
    margin: 1.875rem 0;
}

@media screen and (min-width:600px) {
    .form-group {
        margin: 0.9375rem 0;
    }
}

.text-container {
    color: rgb(0, 0, 0);
    padding: 0 20px;
    text-align: center;
}

.centered-content {
    margin: 0 auto;
    max-width: 580px;
    text-align: center;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

html {
    font-size: 16px;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    font-family: 'BrownStd-Regular', sans-serif;
    font-feature-settings: 'kern', 'liga', 'clig', 'calt';
    font-size: 1rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
}

p {
    margin-top: 0;
}

a {
    color: currentColor;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.intro-container {
    color: #859395;
    font-size: .875rem;
    margin: 20px auto 0;
    text-align: center;
    width: 265px
}

@media screen and (min-width:1200px) {
    .intro-container {
        font-size: 1rem;
        width: auto;
    }
}

.error {
    color: #e2635d !important;
}

span.error {
    color: #e2635d !important;
    position: relative !important;
    padding-left: 1.5625rem !important;
    margin: .625rem 0 !important;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    box-sizing: border-box;
    font-family: BrownStd-Regular;
    line-height: 1.5;
    font-size: 0.75rem;
}

.failure {
    color: #e2635d;
    text-align: center;
}

.field-validation-error {
    color: #e2635d !important;
    position: relative !important;
    padding-left: 2rem !important;
    margin: .625rem 0 !important;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    box-sizing: border-box;
    font-family: BrownStd-Regular;
    line-height: 1.5;
}

.g-recaptcha {
    padding-bottom: 15px;
}
