﻿/* 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. */

.btn-primary {
    color: #fff;
    background-color: #63666A;
    border-color: #63666A;
}

.btn-blue {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.bg-gray-dark {
    background-color: #63666A;
}
.whiteFont{ color:#fff;}
.lightGrayFont {
    color: #C1C6C8;
}
.darkGrayFont {
    color: #63666A;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/* 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 */
}
.form-signin {
    width: 100%;
    max-width: 430px;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    border: solid 1px #63666A;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
div.valiation ul {
    padding-left: 0px;
    list-style-type: none;
    margin-top:5px;
}