﻿@charset "UTF-8";
/* CSS Document */

html {
    font-size: 1rem;
}
.bg-theme {
    background-color: #F4F5FB;
}
.bg-banner {
  background-color: #057299;
    background-image: url("/img/Hero-Image-Landing-screen-dk.jpg");
    background-size: cover;
    z-index: -10;
    min-height: 450px;
}

.data-report {
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: 600;
    padding: 0px;
    margin: 0px; 
}
.title-report {
    padding: 0px;
}

.bg-primary {
    background-color: #057299!important;
}
.bg-secondary {
    background-color: #00AEC6!important;
}
.bg-info {
    background-color: #c1d1e3 !important;
}
.btn-primary {
    background-color: #057299!important;
}
.card-header {
    font-weight: 700;
    color: #efefef;
    text-transform: uppercase !important;
    border-color: #057299 !important;
}
.card {
    border-color: #057299 !important;
}
.text-primary {
    color:#057299!important;
}
.text-secondary {
    color:#00AEC6!important;
}
.text-info {
    color:#2B3A57!important;
}

/*input form modifications*/
label {
    /*font-size: 1rem;*/
    line-height: .9rem;
    padding-top: 4px;
}

.form-control-sm {
    font-size: 12px;
}

/* New Navigatiopn CSS */
a.nav-link {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.reg-message {
    font-size: 1.4rem!important;
}
.report_btn {
margin-right:120px;
}
a.login_btn {
    border-left: solid thin;
    border-left-color: #BFDBE5;
}

/* Code below is to adjust size of the text banner */
/*.display-4 {
    font-size: 2.2rem;
}
.lead {
    font-size: 1rem;
} */

@media only screen and (max-width: 992px) {
a.login_btn {
    border-left: none;
}
}