﻿/* 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: #106fe5;
  cursor: pointer;
}

a:hover {
  color: #174eab;
  text-decoration: none;
}

.btn-primary {
  background-color: #106fe5;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  padding: 14px 0;
}

.btn-primary:hover {
  background-color: #174eab;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #106fe5;
  border-color: #106fe5;
  text-decoration: none;
}

/* Keeping these styles if we bring back navbar */
/* .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
} */

/* Card styles
-------------------------------------------------- */
.card {
  border-radius: 16px;
}

.card-body {
  padding: 36px;
}

/* Form input styles
-------------------------------------------------- */
.form-control {
  font-size: 17px;
  height: 50px;
}

.form-control::placeholder {
  color: rgba(119, 128, 149, 0.4);
}

.form-group {
  margin: 0;
}

/* Layout styles
-------------------------------------------------- */
html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.main-content {
  position: relative;
}

.side-panel {
  background: #106fe5;
}

/* Sticky footer styles
-------------------------------------------------- */
html,
body {
  height: 100%;
}
body {
  color: rgba(0, 0, 0, 0.6);
  /* Margin bottom by footer height */
  font-family: Ubuntu;
  font-weight: 500;
  line-height: 22px;
}
.footer {
  font-size: 15px;
  line-height: 60px; /* Vertically center the text there */
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  width: 100%;
}

.footer-link,
.footer-link:hover {
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  text-decoration: none;
}

/* Misc styles
-------------------------------------------------- */
.logo {
  height: 80px;
  width: 80px;
}

.logout-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 4px;
}

.logout-text {
  font-size: 17px;
  margin-bottom: 24px;
  max-width: 275px;
}

.card-wrapper {
  max-width: 432px;
  width: 432px;
}

.card-body {
  padding: 36px;
}

.field-validation-error {
  display: inline-block;
  font-size: 14px;
  margin: 5px;
}
