﻿/* 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: #2F5F98;
    border-color: #1861ac;
}

.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;
  }
}

@media (max-width: 520px) {
    html {
        font-size: 18px;
    }
    .card-mobile {
        background-color: #DAE0EC;
        border-radius: 2rem;
        width: 100%;
        transform: translate(0px, 80px);

    }
    .card-body {
        background-color: white;
        border-radius: 2rem;
        transform: translate(0px, -80px);
        margin: 30px !important;
    }
    .container {
        padding:0px;
    }
    .card-signin{
        margin-top:0px !important;
    }
    .card-mobile .custom-checkbox {
        text-align: center;
    }
    .main-container {
        padding-top: 1rem !important;
    }
}

.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%;
}

.nav-bar-icon{
    width:3rem;
    height:2rem;
}

.navbar-bg {
    background-image: linear-gradient(to right, #4A322A, #546594, #293E79);
}

body {
    margin-bottom: 60px;
    background-image: url('../images/Background.png');
    background-size: cover;
    background-position: center center; 
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.white-text {
    color: white;
}

.main-container {
    padding-top: 5rem;
}

.vsc-custom::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.vsc-custom::-webkit-scrollbar-track {
    background-color: #293E79;
}

.vsc-custom::-webkit-scrollbar-thumb {
    background-color: #293E79;
    border-radius: 1px;
    -webkit-box-shadow: rgba(0,0,0,.12) 0 3px 13px 1px;
}
#form {
    position:absolute;
    max-width: none;
}
.card-title {
    color: black;
    padding-bottom: 50px;
    padding-top: 40px;
}
@font-face {
    font-family: 'FontInn';
    src: url('../fonts/OpenSansCondensedBold.ttf') format('truetype');
}
.card-body {
    font-family: FontInn;
}