﻿@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Montserrat:ital,wght@0,100;0,400;0,700;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,400italic);

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html, body {
    height: 100%;
    min-height: 100%;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

input:-internal-autofill-selected {
    background-color: inherit !important;
    background-image: none !important;
    color: inherit !important;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

button {
    border: none;
    outline: none;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 1.875rem;
}

a {
    color: #1A1126;
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ===== Initializr Styles + Customizations =================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
body {
    font: 16px/1.2 'Montserrat', 'Roboto', 'Helvetica Neue', 'HelveticaNeue', 'Helvetica-Neue', Helvetica, Arial;
    color: #1A1126;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'visby_cfdemi_bold', sans-serif;
}

a {
    color: #FF00CA;
}

    a:hover {
        color: #ea6fd0;
    }

main-page {
    display: block;
    overflow-x: hidden;
}

#page-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0;
    padding: 0 1.25rem;
    box-sizing: border-box;
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: nowrap;
    height: 100vh;
}

header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex: 0 0 auto;
}

#logo {
    flex: 0 0 auto;
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 1.25rem auto;
}

    #logo a {
        display: block;
        width: 100%;
    }


main {
    background: rgba(232,239,241,0.30);
    margin: 0 -1.25rem;
    padding: 4rem 0;
    flex: 1 1 100%;
}

    main section {
        padding: 0 1.25rem 2rem;
    }

        main section.legal {
            width: 80vw;
            max-width: 650px;
            margin: 0 auto;
        }

            main section.legal h1 {
                text-align: left;
                margin: 3.75rem 0 1.875rem;
            }

footer {
    background: #35A5D1;
    color: #fff;
    margin: 0 -1.25rem;
    padding: 3.75rem 1.25rem 4.6875rem;
    flex: 0 0 auto;
}

    footer nav > ul > li {
        margin-bottom: 2.8125rem;
    }

    footer li h5 {
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 1.25rem;
    }

    footer li li {
        line-height: 1.875rem;
    }

    footer .contact a[href^="mailto:"] {
        display: block;
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1.875rem;
    }

    footer .contact p {
        margin-bottom: 0.625rem;
    }

    footer h5 svg {
        max-width: 200px;
        margin: 3.75rem 0 1.25rem;
    }

    footer h6 {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 0;
    }

/* ==============
   FORM & BUTTONS
   ============== */

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    outline-offset: 0;
    outline-style: none;
    outline-width: 0;
    -webkit-font-smoothing: inherit;
    background-image: none;
}

input {
    width: 100%;
    display: block;
    vertical-align: middle;
    border-radius: 0;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-bottom: 1px #ddd solid;
    padding: 23px 0 10px;
    color: #1A1126;
    position: relative;
    z-index: 20;
}

select {
    width: 100%;
    display: block;
    vertical-align: middle;
    border-radius: 0;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-bottom: 1px #ddd solid;
    padding: 7px 0;
    margin: 10px 0;
    color: #1A1126;
    position: relative;
    z-index: 20;
}

    a:focus,
    button:focus,
    input:focus,
    textarea:focus,
    select:focus {
        outline: 0;
        /* box-shadow: 0 0 25px 0 rgba(176, 23, 1, .25);
    background: rgba(176, 23, 1, .15); */
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
        background: rgba(0, 0, 0, .075);
        transition: all .25s;
    }

.datatable-body-cell:focus,
form:focus,
section:focus,
main:focus,
div:focus {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0);
    background: none;
}

input[disabled],
input[disabled="disabled"] {
    color: rgba(0, 0, 0, .54);
}

input:focus,
select:focus {
    box-shadow: none;
    background: none;
}

::-webkit-input-placeholder {
    font-size: 15px;
    color: #aaa;
}

:-moz-placeholder {
    font-size: 15px;
    color: #aaa;
}

::-moz-placeholder {
    font-size: 15px;
    color: #aaa;
}

:-ms-input-placeholder {
    font-size: 15px;
    color: #aaa;
}


.btn,
input.btn,
.c-add-item,
.c-button {
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    /* min-width: 200px; */
    padding: 1.25rem 1.875rem;
    border: none;
    background: #6700DD;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.20);
    border-radius: 3px;
    transition: all .25s;
    cursor: pointer;
    text-decoration: none;
}

    .btn:hover,
    input.btn:hover,
    .c-add-item:hover,
    .c-button:hover {
        background: #914ae2;
        box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.20);
        transition: all .25s;
    }

    .btn:focus,
    input.btn:focus,
    .c-add-item:focus,
    .c-button:focus {
        background: #914ae2;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.40);
        outline: 0;
        transition: all .25s;
    }


.btn-reverse,
.cognito .c-repeating-section-add .c-add-item {
    background: #fff;
    border: 1px #00A7E6 solid;
    color: #00A7E6;
    transition: all .2s linear;
    font-weight: 400;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    float: right;
}

    .btn-reverse:hover,
    .cognito .c-repeating-section-add .c-add-item:hover {
        border-color: #0297DA;
        background-color: #0297DA;
        color: #fff;
    }

.btn-clear {
    padding: 1.25rem 1.875rem;
    border: none;
    background: none;
    font-size: 15px;
    font-weight: 400;
    color: #6700DD;
    box-shadow: none;
}

.btn-clear:hover {
    background: none;
    color: #914ae2;
}

    .btn-clear:focus {
        background: #f1f1f1;
        color: #6700DD;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.50);
        outline: 0;
        transition: all .25s;
    }

.btn[disabled],
.btn[disabled="disabled"] {
    opacity: .5;
}

input[type=checkbox] {
    display: inline-block;
    width: 20px;
    bottom: 0.08em;
}

.input-checkbox {
    display: block;
    padding: 10px 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 425px) {
    #logo {
        max-width: 250px;
        margin: 1.25rem 0;
    }


    footer nav > ul {
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 525px) {
    footer nav > ul {
        flex-direction: column;
        margin-top: 3.75rem;
    }

    .footer-wrapper section {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    footer .contact * {
        text-align: right;
    }

    footer h5 {
        order: -1;
    }

        footer h5 svg {
            margin: 0;
        }

    footer h6 {
        margin-top: 3.75rem;
    }
}

@media only screen and (min-width: 660px) {
    #page-header {
        flex-direction: row;
    }

        #page-header nav ul {
            height: 100%;
        }

        #page-header nav li, #page-header nav li:last-child {
            text-align: right;
        }
}

@media only screen and (min-width: 768px) {

    #page-header {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

        #page-header nav {
            flex: 1 1 auto;
        }

            #page-header nav ul {
                justify-content: flex-end;
            }

            #page-header nav li {
                margin-left: 0;
                text-align: right;
                flex: 0 0 auto;
            }

                #page-header nav li + li,
                #page-header nav li:last-child {
                    margin-left: 0.9375rem;
                }

                #page-header nav li:last-child {
                    flex: 0 0 30%;
                }

                    #page-header nav li:last-child a {
                        padding-left: 0;
                        padding-right: 0;
                        width: 100%;
                        max-width: 185px;
                    }

            #page-header nav .login {
                display: list-item;
                font-weight: 700;
            }

                #page-header nav .login a {
                    color: #00A6E3;
                }

    footer nav > ul {
        flex-direction: row;
        justify-content: flex-start;
    }

        footer nav > ul > li {
            margin-left: 0
        }

            footer nav > ul > li + li {
                margin-left: 3.75rem;
            }

    .footer-wrapper section {
        flex: 0 0 auto;
    }
}

@media only screen and (min-width: 960px) {
    #page-header {
        z-index: 2;
        position: relative;
    }

        #page-header nav li + li,
        #page-header nav li:last-child {
            margin-left: 1.875rem;
        }

        #page-header nav li:last-child {
            flex-basis: auto;
        }

            #page-header nav li:last-child a {
                padding-left: 1.875rem;
                padding-right: 1.875rem;
                width: auto;
                max-width: none;
            }
}

@media only screen and (min-width: 1200px) {
    #page-wrapper {
        max-width: none;
        margin: 0 auto;
        padding: 0
    }

    #page-header {
        max-width: 1200px;
        padding: 0 1.25rem;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        box-sizing: border-box;
    }

    main {
        width: calc(100% - -1.25rem);
        box-sizing: border-box;
    }

        main section,
        .footer-wrapper {
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            padding: 0 1.25rem;
            box-sizing: border-box;
        }

    footer {
        max-width: none;
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 1480px) {
    main-page {
        overflow-x: visible;
    }

    main {
        margin: 0;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.text-center {
    text-align: center;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* BELOW: sign-in.page.css */

#page-wrapper {
    padding: 0;
    background-color: #1A1126;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

    #page-wrapper > section {
        background: #fff;
        box-sizing: border-box;
        padding: 5.625rem 1.875rem;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        max-width: 25rem;
        height: 100vh;
    }

#logo {
    max-width: 10rem;
    margin: 0 auto;
    flex: 0 0 auto;
}

main {
    flex: 1;
    background: none;
}

    main section h1 {
        text-align: left;
    }

    main section .text-danger {
        display: block;
        color: #f44336;
        margin: 10px 0;
    }

    main section .btn {
        margin-top: 10px;
    }


main section h4 {
    font-weight: 400;
    font-size: 1rem;
    margin-top: 3.75rem;
}

.btn-login {
    font-weight: 600;
    width: 100%;
}

section .btn {
    clear: both;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

section footer {
    flex: 0 0 auto;
    background: none;
    color: inherit;
    padding: 0;
    text-align: center;
    font-size: 0.875rem;
}

    section footer ul {
        display: flex;
        justify-content: center;
    }

    section footer a {
        margin: 0 0.625rem;
    }

    section footer h6 {
        font-size: 0.875rem;
        margin-top: 0.625rem;
    }

@media only screen and (min-width: 960px) {
    main section h1 {
        font-size: 2.375rem;
    }
}


.social-buttons {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

    .social-buttons h4 {
        color: #9B9B9B;
        margin: 12px 0 2px;
    }

    .social-buttons .btn-inverse {
        font-size: 0.9375rem;
        font-weight: 500;
        width: 100%;
        padding: 10px 0;
    }
