﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 1em;
}

/*@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/

.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;
}

/* Custom
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    background: #F9FAFB;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 150px;
    background: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.bambora-card-number {
    background-image: none;
    background-origin: content-box;
    background-position: calc(100% + 40px) center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 45px;
}

.clover-input {
    height: 38px;
    margin-bottom: 14px;
    color: #000000 !important;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif, sans-serif !important;
}

.clover-input-wrapper {
    height: 60px;
}

.stripe-card-number > * {
    flex-grow: 1;
}

.img-grayscale {
    filter: grayscale(100%);
}
