/* 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. */

.card {
    display: block;
    width: 360px;
    background: #f9f9f9;
    border-radius: 1rem;
    padding: 1rem;
    margin: auto;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
}
.logo-container {
    width: 100%;
    height: auto;
    padding-top: 25px;
    margin-bottom: 15px;
}
.header-wrapper {
    margin-bottom: 15px;
}
img.logo {
    display: block;
    margin: 0 auto;
    max-width: 320px;
    max-height: 300px;
}
h1.login-company-name {
    font-weight: 700;
    width: 100%;
    margin-top: .5rem;
    text-align: center;
}
h2.login-subtitle {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 0;
    letter-spacing: .2rem;
    font-weight: 600;
    color: grey;
}
.card-footer, .login-form-linked-text{
    text-align:center;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
  height: 100%;
}
@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 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.body-content {
    display: flex;
    height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}
.login-footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #ccc;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-top: 13px;
}
.footer-title {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    margin: 7px 0 0 0;
}
.footer-subtitle {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin: 7px 0 0 0;
}
.center-x {
    display: flex;
    justify-content: center;
}
.btn {
    border-radius: 20px;
    min-width: 135px;
}
input, .virtualinput {
    background-color: #f9f9f9 !important;
}
.btn-default {
    color: white;
    background-color: #31708f !important;
}
.btn-default:hover {
    color: white;
    background-color: #275972 !important;
}
.login-company-name, .footer-title, .footer-subtitle, .card-footer {
    color: #686868 !important;
}
.login-subtitle {
    color: #868686 !important;
}
label {
    color: #868686 !important;
}
a {
    color: #0087de !important;
}
.img-link {
    display: block;
    height: 24px;
    width: 24px;
    margin: 4px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    outline: none;
}
.img-link img {
    height: 25px;
    margin-left: -4px;
}
.img-link:hover, .img-link:focus {
    -webkit-box-shadow: 0 0 0 2px #0087de;
    box-shadow: 0 0 0 2px #0087de;
}
