﻿/* 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. */
body {
   /* padding-top: 50px;
    padding-bottom: 20px;*/
    background-color: #f5f7fa;
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, 0.8);
    font-size: 0.875rem;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.bg-dark {
    background-color: #607D8B !important;
}

.bg-Image {
    position: fixed;
    bottom: 80px;
    width: 100%;
    left: 0;
    top: 60px;
    background-image: url('../images/ICE-Property-Tax-Login-01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: calc(100vh - [header-height] - [footer-height]); /* Adjust based on your header/footer heights */
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
    border: 1px solid black;
    border-radius: 4px;
    margin-bottom: 16px;
}

.card-body {    
    background-color: #fff;
    padding: 0.9375rem;
    border: 2px solid black;
    border-radius: 4px;
    margin-bottom: 16px;
}

.btn-primary {
    color: #fff;
    background-color: #3F51B5;
    border-color: #3F51B5;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.invalid.password_requirement {
    color: orange;
}

.invalid.password_requirement:before {
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    position: relative;
    left: -5px;
    content: "\f057";
}

.valid.password_requirement {
    color: green;
}

.valid.password_requirement:before {
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    position: relative;
    left: -5px;
    content: "\f058";
}

/* The message box is shown when the user clicks on the password field */
#message {
    display: none;
    position: relative;
    padding: 10px;
    margin-top: 5px;
}

#ntdWidthFreeze {
    width: 400px;
}

#PrivacyPolicy, #TermsOfUse, #CookiePolicy {
    font-weight: bold;
    color: white;
}

#ntdDownLoadTable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#ntdDownLoadCell {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#ntdDownLoadRow {
    background-color: #dddddd;
}

#ntdDownLoadDiv {
    margin-top: 30px;
}

#ntdVerifyTokenCenterAlign {
    text-align: center;
    text-align: -webkit-center;
}

#ntdVerifyTokenRememberMeDiv {
    margin-top: 10px;
    display: inline-flex;
}

#ntdVerifyTokenRememberMeCheckBox {
    margin-bottom: 8px;
    box-shadow: none;
}

#ntdVerifyMarginTop {
    margin-top: 30px;
}

.header {
    position: fixed;   
    width: 100%;   
    color: black;
    text-align: center;
    height: 60px;
    padding-left: 20px;
}

.header-left {
    width: 40%;
    float: left;
    text-align: left;
    font-size: 2.7rem;   
    vertical-align: middle;
    font-weight: bolder;
    font-family: Arial, sans-serif;    
}

.header-right {
    width: 60%;
    float: left;
    text-align: right;
    margin-top: 10px;
    vertical-align: middle;
    padding-right: 20px;
} 

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    height: 80px;
    padding: 20px;
}

.footer-left {
    width: 40%;
    float: left;
    padding-right: 5px;
    text-align: right;
    height: 100%;
    vertical-align: middle;
}
.footer-right {
    width: 60%;
    float: left;
    padding-left: 5px;
    text-align: left;
    height: 100%;
    vertical-align: middle;
}
.footer-img-height {
    height: 50px;
}

.form-control {
    border: 1px solid;
}

a {
    text-decoration : underline;
    color:black;
}

#loginURL {
    text-decoration: none;
}

.validation-summary-errors ul {
    padding-left: 0; 
    list-style: none; 
}



