﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    display: none;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    color: #053B68;
}

footer {
    white-space: nowrap;
    bottom: 0;
    width: 100%;
    height: 32px;
    margin-bottom: 0;
    display: none;
}

.main-content {
    background-color: #FFFFFF;
    padding: 42px;
    width: 100%;
}

.logo {
    max-width: 240px;
}

.form-title {
    font-size: 24px;
    font-weight: 400;
}

.custom-label {
    font-size: 14px;
}

.custom-input {
    border-radius: 0;
    height: 24px;
    transition: none;
}

    .custom-input:focus {
        border-color: #80BDFF;
        transition: none;
    }

.input-validation-error {
    border-color: red !important;
}

.label-validation-error {
    color: rgb(220,53,69);
}

.password {
    display: grid;
}

.password-input, .password-icon {
    grid-column: 1;
    grid-row: 1;
}

.password-icon {
    justify-self: end;
    margin-right: 8px;
    margin-top: 1px;
}

.custom-eye-slash-icon {
    color: #053B68;
}

.custom-eye-icon {
    color: #2C8BDE;
}

.custom-btn-primary {
    font-size: 14px;
    font-weight: bold;
    background-color: #2C8BDE;
    border: none;
    border-radius: 0;
    height: 32px;
    width: 100%;
    transition: none;
}

    .custom-btn-primary:hover {
        background-color: #54A5EA;
        transition: none;
    }

    .custom-btn-primary:active {
        background-color: #2C8BDE;
        transition: none;
    }

.social-btn {
    background-color: #F4F5F6;
    border: 1px solid #D4D8D9;
    width: 48px;
    height: 48px;
}

    .social-btn:hover {
        background-color: unset;
    }

.forgot-container {
    text-align: right;
}

.form-link {
    font-size: 12px;
    color: #536D89;
    text-decoration: underline;
}

    .form-link:hover {
        color: #536D89;
    }

.terms-link {
    color: #0B76D1;
    text-decoration: underline;
}

    .terms-link:hover {
        color: #0B76D1;
    }

.social-sign {
    font-size: 12px;
}

.bold-font {
    font-weight: bold;
}

.canon-svg {
    width: 116.81px;
    height: 24.26px;
    transform: scale(0.9) translate(-4%,50%);
    fill: white;
}

.change-region-btn-container {
    margin-left: 10px;
}

.language-svg {
    width: 30px;
    height: 32px;
    margin-left: .5em;
    fill: #b2c2d1;
}

.location-svg {
    width: 30px;
    height: 32px;
    margin-left: .5em;
    fill: #b2c2d1;
}

.strength-svg {
    width: 12px;
    height: 16px;
    vertical-align: text-bottom;
    display: inline-block;
}

.password-strength {
    margin: 0px 0px 30px 0px;
}

.password-strength-text {
    font-size: 12px;
    color: #aab2b3;
}

.inline-block {
    display: inline-block;
}

header {
    top: 0em;
    position: absolute;
    width: 100%;
}

.header-button {
    background-color: transparent;
    border: transparent;
    outline: transparent;
    color: white;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    font-size: 12px;
    line-height: 2em;
    white-space: nowrap;
}

.button-text {
    font-size: 5px;
    color: transparent;
    display: none;
}

.dropdown-menu {
    color: #053b68;
    font-size: .875em;
    font-weight: 400;
    padding: unset;
    border-radius: .15rem;
}

.dropdown-item {
    color: #053b68;
    white-space: nowrap;
    margin: 0;
    padding: 0 .5em;
    border: 0;
    width: 100%;
    min-height: 2em;
    display: flex;
    align-items: center;
    border-radius: 0;
    background: none;
}

.dropdown-item-selected {
    background-color: #aee7f0;
}

.dropdown-item:hover {
    background-color: #d5f3f8;
}

.dropdown-item:active {
    background-color: #aee7f0;
}

.dropdown-menu-list {
    transform: translate(-100px, 30px);
}

.copyright {
    color: white;
}

.anchors a {
    margin-right: 3.429em;
    color: white;
    text-decoration: underline;
    align-content: end;
}

    .anchors a:last-of-type {
        margin-right: unset;
    }

.header-row {
    padding: 14px 14px 0 10px;
}

.footer-row {
    padding: 0 14px 0 10px;
}

.so-provider-button {
    background-color: #F4F5F6;
    border: 1px solid #D4D8D9;
    color: #053B68;
    padding: 1px;
    width: 100%;
    margin-bottom: 10.5px;
}

.so-provider-buttons div:first-of-type {
    margin-top: 10.5px !important;
}

.so-provider-button:hover {
    background-color: unset;
}

@media (min-width: 576px) {
    .main-content {
        padding: 56px;
    }

    .language-svg {
        width: 30px;
        height: 32px;
        margin-left: .5em;
        fill: #b2c2d1;
    }

    .location-svg {
        width: 30px;
        height: 32px;
        margin-left: .5em;
        fill: #b2c2d1;
    }

    .button-text {
        font-size: 5px;
        color: transparent;
        display: none;
    }
}

@media (min-width: 768px) {
    body {
        background-image: url('/images/DigitalPaperPattern_1920_1080.png');
        background-size: cover;
    }

    .page-container {
        width: 300px;
    }

    .main-content {
        width: auto;
    }

    footer {
        display: flex;
    }

    header {
        display: flex;
    }

    .change-region-btn-container {
        margin-left: 40px;
    }

    .language-svg {
        fill: white;
        transform: translateY(3%);
    }

    .location-svg {
        fill: white;
        transform: translateY(-5%);
    }

    a.navbar-brand {
        display: flex;
    }

    .button-text {
        font-size: 12px;
        color: white;
        display: flex;
    }

    .dropdown-menu-list {
        transform: translate(0, 30px);
    }
}
