﻿@font-face {
    font-family: 'CircularStd';
    src: url('../fonts/CircularStd-Book.eot'); /* IE9 Compat Modes */
    src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/CircularStd-Book.woff') format('woff'), /* Modern Browsers */
    url('../fonts/CircularStd-Book.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/CircularStd-Book.svg#dd452d63ae05ddb466f19713a7d09fd5') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'CircularStd';
    src: url('../fonts/CircularStd-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/CircularStd-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/CircularStd-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/CircularStd-Bold.svg#b333381778fc1f96de44d359c7f8b95e') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 700;
}

html,
body {
    background: #fff;
    font: 16px/1 'CircularStd', sans-serif;
    height: 100%;
    margin: 0;
}

.c-wrap {
    display: flex;
    flex-direction: column;
}

@media (min-width: 700px) {
    .c-wrap {
        flex-direction: row;
        min-height: 100%;
        width: 100%;
    }
}

.c-splash {
    align-items: center;
    background: #000 url(../images/login-bg.jpg) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    justify-content: flex-start;
    padding: 3em 4em;
    width: 100%;
}

@media (min-width: 700px) {
    .c-splash {
        padding: 2em;
        width: 66.6%;
    }
}

@media (min-width: 700px) and (min-height: 800px) {
    .c-splash {
        padding: 3em 2em;
    }
}

.c-splash__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 12px;
}

@media (min-width: 700px) {
    .c-splash__inner {
        max-width: 30rem;
        padding-top: 1em;
        width: 100%;
    }
}

@media (min-height: 450px) {
    .c-splash__inner {
        font-size: 13px;
    }
}

@media (min-height: 500px) {
    .c-splash__inner {
        font-size: 14px;
    }
}

@media (min-height: 550px) {
    .c-splash__inner {
        font-size: 15px;
    }
}

@media (min-height: 600px) {
    .c-splash__inner {
        font-size: 16px;
    }
}

@media (min-width: 700px) and (min-height: 600px) {
    .c-splash__inner {
        padding-top: calc(1em + 50vh - 300px);
    }
}

.c-logo {

}

.c-splash__logo {
    margin-bottom: 0;
}

@media (min-width: 700px) {
    .c-splash__logo {
        margin-bottom: 3em;
    }
}

.c-logo__link {

}

.c-logo__image {
    display: block;
    height: 2.625em;
    max-width: 100%;
}

.c-splash__heading {
    font-size: 3.75em;
    font-weight: bold;
    margin: 0 0 .625em 0;
    max-width: 22.5rem;
}

@media (max-width: 699px) {
    .c-splash__heading,
    .c-splash__description,
    .c-splash__social,
    .c-splash__powered-by {
        display: none !important;
    }
}

.c-splash__description {
    margin: 0 0 3em 0;
}

.c-splash__description p {
    font-size: 1.25em;
    margin: .5em 0;
}

.c-social {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.c-splash__social {
    margin: 0 0 3em 0;
}

.c-social__item {
    display: block;
    margin: 0 1.5em 0 0;
    padding: 0;
}

.c-social__item:last-child {
    margin-right: 0;
}

.c-social__link {
    color: #F36976;
    font-size: 1rem;
}

.c-splash__powered-by {
    display: block;
    height: 1.875rem;
    margin-top: auto;
}

.c-main-content {
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
    padding: 2em;
}

@media (min-width: 700px) {
    .c-main-content {
        min-width: 300px;
        width: 33.7%;
    }
}

.c-main-content__inner {
    align-items: flex-start;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    font-size: 18px;
    max-width: 18rem;
    width: 100%;
}

@media (min-width: 700px) {
    .c-main-content__inner {
        font-size: 12px;
        padding-top: 1em;
    }
}

@media (min-width: 700px) and (min-height: 450px) {
    .c-main-content__inner {
        font-size: 13px;
    }
}

@media (min-width: 700px) and (min-height: 500px) {
    .c-main-content__inner {
        font-size: 14px;
    }
}

@media (min-width: 700px) and (min-height: 550px) {
    .c-main-content__inner {
        font-size: 15px;
    }
}

@media (min-width: 700px) and (min-height: 600px) {
    .c-main-content__inner {
        font-size: 16px;
    }
}

@media (min-width: 700px) and (min-height: 625px) {
    .c-main-content__inner {
        padding-top: 2em;
    }
}

@media (min-width: 700px) and (min-height: 600px) {
    .c-main-content__inner {
        padding-top: calc(1em + 50vh - 300px);
    }
}

.c-main {
    width: 100%;
}

.c-main__header {
    display: none;
    margin-bottom: 3em;
}

@media (min-width: 700px) {
    .c-main__header {
        display: block;
    }
}

.c-main__heading {
    font-size: 2.375em;
    margin: 0;
}

.c-main__subheading {
    font-size: 1.25em;
    font-weight: bold;
    margin: .25em 0 0 0;
}

.c-main__description {
    font-size: .875em;
    margin-bottom: 2em;
}

.c-main__description p {
    line-height: 1.4;
}

.c-main__header + .c-main__description {
    margin-top: -1.5em;
}

.c-login-form {
}

.c-login-form__content {

}

.validation-summary-errors {
    color: #f36976;
}

.validation-summary-errors ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.validation-summary-errors li {
    display: block;
    font-size: .75em;
    line-height: 1.4;
    margin: 0 0 1.5em 0;
    padding: 0;
}

.c-login-form__field {
    margin-bottom: 1.125em;
}

@media (min-height: 750px) {
    .c-login-form__field {
        margin-bottom: 1.375em;
    }
}

.c-login-form__label {
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: .5em;
}

@media (min-width: 700px) {
    .c-login-form__label {
        font-size: .875em;
    }
}

.c-login-form__label a {
    color: inherit;
    text-decoration: underline;
}

.c-login-form__textbox {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    color: inherit;
    font: inherit;
    font-size: 1em;
    height: 2.25em;
    padding: 0 .75em;
    width: 100%;
}

@media (min-width: 700px) {
    .c-login-form__textbox {
        font-size: 1rem;
    }
}

.c-login-form__textbox.input-validation-error {
    border-color: #f36976;
}

.c-login-form__field--checkbox {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 1em;
}

.c-login-form__field--checkbox + .c-login-form__field--checkbox {
    margin-top: -.75em;
}

.c-login-form__checkbox-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: .5em;
}

.c-login-form__checkbox {
    display: block;
    margin: 0;
    padding: 0;
}

.c-login-form__field--checkbox .c-login-form__label {
    font-size: .75em;
    font-weight: normal;
    line-height: 1.25;
    max-width: 85%;
    padding: 0;
}

.c-login-form__error,
.field-validation-error {
    color: #f36976;
    display: block;
    font-size: .75em;
    line-height: 1.25;
    margin-top: .375em;
    text-align: right;
    width: 100%;
}

.c-login-form__error[hidden],
.field-validation-error[hidden] {
    display: none !important;
}

.c-login-form__field--checkbox .c-login-form__error {
    text-align: left;
}

.c-login-form__submit {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #f36976;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font: inherit;
    font-weight: bold;
    margin: 0 auto 1.5em 0;
    max-width: 20em;
    padding: .875em;
    text-align: center;
    width: 100%;
}

.c-login-form__link {
    color: #888;
    font-size: .75em;
    text-decoration: none;
}

.c-login-form__link:hover {
    text-decoration: underline;
}

.c-main-content__footer {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: auto;
    padding-top: 2em;
    width: 100%;
}

.c-main-content__logo-wrap {
    display: block;
    margin-right: auto;
}

.c-main-content__logo {
    display: block;
    height: 1.5em;
    margin-right: auto;
}

.c-main-content__social {
}

@media (min-width: 700px) {
    .c-main-content__social {
        display: none;
    }
}

.c-small-links {
    display: block;
    margin-top: .5em;
    width: 100%;
}

.c-small-links a {
    display: inline-block;
    margin-right: .5em;
    white-space: nowrap;
}