﻿.orange {
    --bs-primary-rgb: 255, 132, 52;
    --bs-primary: #c99700;
    --sid-separator-bg: #eee;
}

body.orange {
    background-color: #ffffff;
}

.orange .navbar-nav {
    --bs-nav-link-color: #e7e2e2;
    --bs-nav-link-hover-color: white;
}

.orange .btn-primary {
    --bs-btn-bg: #c99700;
    --bs-btn-active-bg: #c99700;
    --bs-btn-disabled-bg: #c99700;
    --bs-btn-hover-border-color: #c99700;
    --bs-btn-disabled-border-color: #c99700;
    --bs-btn-active-border-color: #c99700;
    --bs-btn-border-color: #c99700;
    --bs-btn-hover-bg: #ee5f00ff;
}

.orange .dropdown-menu {
    --bs-dropdown-link-active-bg: #c99700;
}

#container {
    padding: 10px 5px 0px 10px;
}

.card-body {
    overflow: hidden;   
}

/* ------ Styles added by lmlaredo 12/5/2025 ------ */
.loginContainer {
    padding-top: 0px !important;
}

.card {
    border: 0px;
}

.btn:hover {
    background-color: rgb(201, 162, 35);
}

.card.login {
    width: 100%;
}

.card-body {
    padding: 0;
    z-index: 1;
    background: #fff;
}

.clientinfo {
    text-align: left !important;
    border-bottom: 1px solid rgba(205, 167, 43, 0.25);
}

.img-thumbnail {
    border: 0px;
    padding: 30px;
}

.card-body form {
    width: 400px;
    margin: auto;
    padding: 100px 0 0;
}

input[name="RememberLogin"] + label {
    font-size: 0;
    padding: 10px 0;
}

input[name="RememberLogin"] + label:before {
    content:'Stay signed in';
    font-size: 14px;
    font-weight: bold;
}

.mb-3 {
    width: 400px;
    margin: auto;
}

.divider {
    visibility: hidden;
}

.mb-3 a {
    color: #5393bd;
    font-weight: bold;
}

.card-footer {
    display: block !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f1f5f6;
    color: #aaaaaa;
    padding: 10px;
    text-align: center;
    height: 132px;
    z-index: 0;
}

.card-footer .footer-wrapper {
    height: 100%;
    font-size: 16px;
    color: #aaa;
    line-height: 22px;
    background: #f1f5f6 !important;
    padding: 25px 0;
}

.card-footer .footer-wrapper a,
.card-footer .footer-wrapper a:hover {
    text-decoration: none;
    color: #aaa;
}

.card-footer .footer-wrapper .text-left {
    text-align: left;
}

input.form-control,
button.btn.btn-primary {
    border-radius: 20px;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

button.btn.btn-primary {
    width: 100px !important;
}

.login-input-label {
    font-weight: 600;
    width: 100%;
}

@media screen and (max-width: 500px) {
    .card-body form,
    .mb-3 {
        width: 80%;
    }

    .input-group.mb-3 {
        width: 100%;
    }
}