﻿html, body {
    height: 100%;
    min-width: 100vw !important;
}

body, .btn,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto';
}

.btn {
    font-weight: 500;
    padding: 10px 16px 10px 16px;
    letter-spacing: 1.25px;
}

.btn:hover {
    cursor: pointer;
}

body {
    font-size: 16px;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.column {
    display: flex;
    flex-direction: column;
}

.col {
    flex: 1 1 auto;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.bg-gradient {
    background: linear-gradient(89.33deg, #000410 12.53%, #0C1F38 45.63%, #112D4B 72.24%, #1A5783 98.88%);
}

.brand-bar {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 100%;
}

.app-name {
    font-size: 21px;
    color: #fafafa;
    padding-left: 0.5em;
}

.login-content {
    margin: 0 auto;
    max-width: 548px;
}

.y-positioning-outer {
    margin-top: calc(1/5 * 100vmin);
}

.y-positioning-inner {
}

.container {
    background: white;
    border-radius: 16px;
    padding: 2em !important;
}

@media (min-width: 768px) {
    .container {
        padding: 2.5em 90px !important;
    }

    .container.no-media {
        padding: 2em !important;
    }
}

#loginSelectionContainer.container {
    background: rgba(255,255,255,0.1);
}

#loginSelectionContainer.container * {
    color: #FAFAFA;
}

.page-content {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
}

h1 {
    font-size: 24px;
    font-weight: normal;
}

.subheading {
    color: #636366;
    font-size: 16px;
}

h1, .subheading {
    margin-bottom: 0.5em;
}

.row-spacing > .row:not(:first-child) {
    margin-top: 1em;
}

.btn {
    border-radius: 4px;
    font-size: 14px;
}

.btn-primary {
    background: #358090;
}

.btn-secondary {
    box-shadow: none;
}

.text-uppercase {
    text-transform: uppercase;
}

.gutter-x-xl > *:not(:first-child) {
    margin-left: 2.5em;
}

.links-bar a:link, .links-bar a:visited {
    color: #79B3CE;
}

.links-bar {
    letter-spacing: 0.25px;
    font-size: 14px;
    margin-top: 1em;
}

#chips {
    display: table;
    width: 100%;
}

.chip-row {
    display: table-row;
}

.chip {
    display: table-cell;
    padding: 8px 0;
    border-radius: 50px;
    margin-top: 0.5em;
    margin-left: 0.5em;
    user-select: none;
}

.chip:not(.valid) {
    color: #8E8E93;
}

.chip.valid i {
    color: #30A661;
}


.chip i {
    margin-left: 0.25em;
}

.chip > * {
    vertical-align: baseline;
}

.toast {
    text-align: center;
    width: 100%;
    margin-bottom: 4em;
}

.toast-content {
    display: inline-block;
    background: white;
    border-radius: 4px;
    padding: 14px 12px;
    max-width: 548px;
    width: 100%;
    text-align:left;
}

.static-toast {
    position: absolute;
    top: calc(10vh);
    left: 50%;
    transform: translateX(-50%);
}

.login-providers {
    text-align: center;
}

.login-providers-inner {
    display: inline-flex;
    flex-direction: column;
}

.login-providers-inner > *:not(:first-child) {
    margin-top: 24px;
}

.btn-login {
    padding: 10px 30px;
}

.peek-pw {
    position: relative;
}

.peek-pw > .eye {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
    color: #bbb;
}


.peek-pw.peeking > .eye {
    color: #358090;
}

.text-body2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    letter-spacing: 0.25px;
    text-align: left;
}

label.text-body2 {
    margin-bottom: 5px;
}

.color-primary {
    color: #358090;
}

.checkbox input[type=checkbox] {
    width: 15px;
    height: 15px;
}

.full-width {
    width: 100%;
}
