﻿/* 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;
}

a {
  color: #0077cc;
}

.navbar-brand img {
    width: auto;
    height: 64px;
}

.form-control:focus {
    border-color: #0077cc;
    box-shadow: 0 0 0 0.2rem #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-link.nav-link:focus {
  outline: black auto 1px;
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.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;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  text-align: center;
  padding-top: 30px;
  margin-top: 50px
}

.qrcode {
    margin-bottom: 20px;
    text-align: center;
}

.canvas-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.canvas-container > img {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.form-floating {
    margin-bottom: 10px;
}

.navigation {
    padding: 5px;
}

.navigation .large {
    font-size: 1.4em;
}

.oAuth-container {
    border: 1px solid #bbb;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    padding-bottom: 40px;
}

    .oAuth-container h2 {
        font-size: 1.5em;
        font-weight: 500;
        margin-top: 5px;
    }

.oAuth-button {
    border: 1px solid #bbb;
    border-radius: 10px;
    width: 90%;
    color: #000;
    background-color: #fff;
    margin: 10px;
    padding: 10px;
    font-size: 1.5em;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.05);
}

    .oAuth-button:hover {
        width: 90.5%;
        -webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
    }

    .oAuth-button .social.email {
        display: inline-block;
        margin-right: 20px;
        color: #4285F4;
        background-image: url('/images/email-square.png');
        width: 25px;
        height: 25px;
        position: relative;
        top: 4px;
    }

    .oAuth-button .social.facebook {
        display: inline-block;
        margin-right: 20px;
        color: #4267B2;
        background-image: url('/images/facebook.png');
        width: 24px;
        height: 26px;
        position: relative;
        top: 5px;
    }

    .oAuth-button .social.google {
        display: inline-block;
        margin-right: 20px;
        color: #4285F4;
        background-image: url('/images/google.png');
        width: 21px;
        height: 21px;
        position: relative;
        top: 4px;
    }

    .oAuth-button .social.microsoft {
        display: inline-block;
        margin-right: 20px;
        color: #F25022;
        background-image: url('/images/microsoft.png');
        width: 22px;
        height: 24px;
        position: relative;
        top: 4px;
    }

    .oAuth-button .social.twitter {
        display: inline-block;
        margin-right: 20px;
        color: #1DA1F2;
        background-image: url('/images/twitter.png');
        width: 25px;
        height: 25px;
        position: relative;
        top: 4px;
    }

/*.logo {
    background-image: url(/images/logo-square.png);
    background-size: 53px 41px;
    background-repeat: no-repeat;
    width: 53px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
}*/
