﻿/* 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;
}

@font-face {
    font-family: 'TitilliumWeb-Bold';
    src: url('/font/TitilliumWeb-SemiBold.ttf') format('truetype');
}
.TitilliumWeb-Bold {
    font-family: 'TitilliumWeb-Bold';
}

.bg-img{
    position: fixed;
    z-index: -2;
    height: 100%;
    right: 0;
    bottom: 0;
}

a {
    color: #0366d6;
}
.pw-card {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.error-card {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: auto;
}

.pw-input {
    display: block;
    background: rgba(255,255,255,.9);
    border: none;
    padding: .75rem 1.25rem;
    width: 100%;
    font-size: .875rem;
    line-height: 1.25rem;
    -webkit-transition: background .6s;
    -o-transition: background .6s;
    transition: background .6s;
}

.cw-logo{
    max-width: 150px;
}

.coral-line {
    width: 60px;
    height: 4px;
    background: #ffa792;
}

.cw-dg-bg {
    background-color: #033135;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-download {
    align-items: center;
    padding: 0 2rem;
    height: 45px;
    background: #ffa792;
    color: #fff;
    font-family: titillium,sans-serif;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    border-radius: 3%/50%;
    line-height: 1em;
    white-space: nowrap;
    cursor: pointer;
}
    .btn-download:hover {
        transform: scale(1.1);
        transition: transform .3s, -webkit-transform .3s;
        background: #ffa792;
        color: #fff;
    }

.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;
}
@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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
