﻿/* 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: #DD3B26;
  border-color: #DD3B26!important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #e3604f!important;
  border-color: #e04c38!important;
}

.btn-primary:focus {
  color: #fff;
  background-color: #e04c38!important;
  border-color: #e04c38!important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1b6ec2;
}

/* 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 {
    background: none !important;
    background-color: #efefef !important;
    margin-bottom: 80px;
    color: #66615b;
    font-size: 14px;
    font-family: 'Muli', Arial, sans-serif;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.container {
  /*  height: 80vh*/
  padding:10px;
}


.form-control {
    margin-right: 12px
}

 .form-control:focus {
     color: #495057;
     background-color: #fff;
     border-color: #ff8880;
     outline: 0;
     box-shadow: none
 }

.field-text {
    color: #4d4d4d;
    font-size: 14px;
    text-align: center;
}

.card-container {
    width: 550px;
/*    padding: 20px;*/
    border-radius: 10px;
    background: #fff;
/*    border: 1px solid #ddd;*/
    height: auto;
    position: relative;
    margin: 10px;
/*    -webkit-box-shadow: 0 4px 18px rgba(0,0,0,0.11) !important;
    box-shadow: 0 4px 18px rgba(0,0,0,0.11) !important;*/
}

.logo-title {
    color: #153B4B !important;
    font-weight:600;
    font-size:16px;
}

.header-title {
    color: #153B4B !important;
    font-weight: 700;
    font-size: 20px;
}

.embedded{
    background-color:#ffffff !important;
}

.carousel-indicators li {
    margin-left: 4px;
    margin-right: 4px;
}

.carousel-indicators li::marker {
    content: none;
}

.f16{
    font-size:16px;
}

.f18 {
    font-size: 18px;
}

.color-red{
    color:red;
}

.hidden{
    display: none;
}