﻿
body,
.navbar,
.app-shell,
.card,
.table,
.nav,
.btn,
.alert,
.badge,
.dropdown-menu,
.modal-content,
.offcanvas,
.pagination,
.list-group,
.accordion,
.tabs,
.tab-content {
  text-transform: uppercase;
}

.form-control,
.form-select,
textarea.form-control {
  text-transform: uppercase;
}

input[type="email"],
input[type="password"] {
  text-transform: none;
}

input[type="email"]::placeholder,
input[type="password"]::placeholder {
  text-transform: none;
}

.brand-badge,
.brand-logo,
.navbar-toggler,
.navbar-toggler-icon,
.btn-close {
  text-transform: none;
}

:root {
  --brand-blue: #0d5cab;
  --brand-red: #d9392f;
  --brand-gold: #e5b100;
  --bg: #f1f5fb;
  --surface: #ffffff;
  --surface-soft: #f7faff;
  --text: #182433;
  --muted: #5f7288;
  --border: #d9e3f0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', 'Segoe UI', Tahoma, sans-serif;
  background:
    radial-gradient(circle at 10% 0%, #dbe8ff 0%, transparent 40%),
    radial-gradient(circle at 90% 10%, #ffe7d8 0%, transparent 35%),
    var(--bg);
  color: var(--text);
}

.navbar {
  background: linear-gradient(135deg, #0a3f78 0%, #0d5cab 45%, #1c78c9 100%) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
  padding-top: 0.52rem;
  padding-bottom: 0.52rem;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  flex-shrink: 0;
}
.navbar-nav {
  flex-wrap: wrap;
  row-gap: 0.2rem;
}

.navbar .container-fluid {
  align-items: center;
}


.brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 6px 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.brand-logo {
  width: auto;
  height: 52px;
  max-width: 100%;
  display: block;
  object-fit: contain;
}


.navbar .nav-link {
  color: rgba(255, 255, 255, 0.96) !important;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.38rem 0.48rem;
  border-radius: 8px;
  transition: all 0.18s ease;
  font-size: 0.92rem;
  white-space: nowrap;
}


.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.18);
}

.navbar .navbar-text {
  color: #ffffff !important;
  font-weight: 700;
}

.app-navbar-user {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.app-navbar-greeting {
  margin-right: 0 !important;
  text-align: right;
  line-height: 1.25;
}

.app-navbar-greeting .small {
  font-size: 0.78rem;
  opacity: 0.9;
}

.app-navbar-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.app-navbar-actions .btn {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .app-navbar-user {
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 0.85rem;
  }

  .app-navbar-greeting {
    width: 100%;
    text-align: left;
  }

  .app-navbar-actions {
    width: 100%;
    justify-content: flex-start;
  }
}


.app-navbar-user {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.app-navbar-greeting {
  margin-right: 0 !important;
  text-align: right;
  line-height: 1.25;
}

.app-navbar-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.app-navbar-actions .btn {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .app-navbar-user {
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 0.85rem;
  }

  .app-navbar-greeting {
    width: 100%;
    text-align: left;
  }

  .app-navbar-actions {
    width: 100%;
    justify-content: flex-start;
  }

}
.page-title {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.page-subtitle {
  color: var(--muted);
  margin-bottom: 1.25rem;
}

.card {
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(10, 40, 80, 0.08);
}

.card-body {
  padding: 1.1rem 1.15rem;
}

.table > :not(caption) > * > * {
  border-bottom-color: #e7eef8;
}

.table thead th {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
}

.btn-primary {
  background: linear-gradient(135deg, #0d5cab 0%, #1a77cc 100%);
  border: none;
  box-shadow: 0 8px 18px rgba(13, 92, 171, 0.25);
}

.btn-primary:hover {
  filter: brightness(1.03);
}

.btn {
  border-radius: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.18s ease;
}

.btn-sm {
  padding: 0.38rem 0.78rem;
}

.btn-primary {
  background: linear-gradient(135deg, #2b6cb0 0%, #3f82c9 100%);
  border: 1px solid #2f6eaf;
  box-shadow: 0 8px 18px rgba(43, 108, 176, 0.18);
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, #255f9b 0%, #3a78bb 100%);
  border-color: #255f9b;
  box-shadow: 0 10px 20px rgba(43, 108, 176, 0.22);
}

.btn-success {
  background: linear-gradient(135deg, #4f9a7a 0%, #63b08d 100%);
  border: 1px solid #4b9676;
  box-shadow: 0 8px 18px rgba(79, 154, 122, 0.16);
}

.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(135deg, #45886b 0%, #57a37f 100%);
  border-color: #45886b;
}

.btn-danger {
  background: linear-gradient(135deg, #c96a62 0%, #de8279 100%);
  border: 1px solid #c76a62;
  box-shadow: 0 8px 18px rgba(201, 106, 98, 0.14);
}

.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(135deg, #b85f58 0%, #cf766f 100%);
  border-color: #b85f58;
}

.btn-outline-primary {
  color: #2b6cb0;
  border-color: #b7d0ea;
  background: #f6fbff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  color: #234f85;
  border-color: #90b8de;
  background: #eaf4ff;
}

.btn-outline-secondary {
  color: #5e6f85;
  border-color: #d2dbe7;
  background: #f9fbfd;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
  color: #425263;
  border-color: #bccad9;
  background: #eef4f9;
}

.btn-outline-success {
  color: #4f8f73;
  border-color: #b9d8c8;
  background: #f7fcf9;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
  color: #3f765e;
  border-color: #96c4ad;
  background: #e9f6ee;
}

.btn-outline-danger {
  color: #bd6d66;
  border-color: #e6c2bd;
  background: #fff8f7;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
  color: #a65750;
  border-color: #dba29b;
  background: #fdeceb;
}

.btn-outline-warning {
  color: #a57b1d;
  border-color: #ead7a2;
  background: #fffaf0;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active {
  color: #8b6713;
  border-color: #dcc57d;
  background: #fff2d8;
}

.form-control,
.form-select {
  border-color: #cfd9e8;
  border-radius: 10px;
}

.form-control:focus,
.form-select:focus {
  border-color: #6faef2;
  box-shadow: 0 0 0 0.2rem rgba(13, 92, 171, 0.15);
}

.login-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.hero-panel {
  min-height: 430px;
  background: linear-gradient(160deg, #0f4f94 0%, #166cc0 55%, #3f95df 100%);
  color: #fff;
  border-radius: 18px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.hero-panel::after {
  content: '';
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.hero-logo {
  width: 220px;
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 1.2rem;
}

.login-card {
  border-radius: 18px;
}

.dashboard-hero {
  background: linear-gradient(160deg, #ffffff 0%, #f4f9ff 60%, #eef5ff 100%);
}

.stat-value {
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 992px) {
  .hero-panel {
    min-height: auto;
    margin-bottom: 1rem;
  }

  .brand-logo {
    height: 40px;
  }

  .brand-badge {
    padding: 5px 8px;
  }

  .navbar .nav-link {
    padding: 0.4rem 0.55rem;
  }
}




.sales-shell {
  animation: fadeInUp 0.28s ease;
}

.sales-hero {
  background: linear-gradient(135deg, #0f4f94 0%, #166cc0 52%, #f4f8ff 52%, #ffffff 100%);
  overflow: hidden;
}

.sales-hero .card-body {
  padding: 1.5rem;
}

.sales-kicker {
  display: inline-block;
  color: #d8ebff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.sales-title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.08;
}

.sales-subtitle {
  color: rgba(255, 255, 255, 0.88);
  max-width: 680px;
}

.sales-hero-metrics {
  display: grid;
  gap: 0.9rem;
}

.sales-metric-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(12, 76, 139, 0.08);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  box-shadow: 0 8px 24px rgba(10, 44, 86, 0.08);
}

.sales-metric-card strong {
  display: block;
  color: var(--text);
  font-size: 1.05rem;
}

.sales-metric-label {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.2rem;
}

.sales-form-card,
.sales-history-card,
.users-panel-form,
.users-panel-list {
  border-radius: 18px;
}

.sales-section-title {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: var(--brand-blue);
  margin-bottom: 0.85rem;
}

.sales-quick-client {
  background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
  border: 1px solid #dce8f8;
  border-radius: 16px;
  padding: 0.95rem;
}

.sales-items-wrap {
  border: 1px solid #dfe8f5;
  border-radius: 16px;
  background: #fbfdff;
  padding: 0.9rem;
}

.sales-items-header {
  display: grid;
  grid-template-columns: 7fr 3fr 2fr;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.7rem;
  padding: 0 0.25rem;
}

.sales-item-row {
  background: #ffffff;
  border-radius: 12px;
}

.sales-summary-card {
  border: 1px solid #dbe7f6;
  background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
  border-radius: 16px;
  padding: 1rem;
}

.sales-summary-card-warning {
  border-color: #f3d58c;
  background: linear-gradient(180deg, #fff7dd 0%, #fff2c8 100%);
}

.sales-summary-title {
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.sales-summary-line,
.sales-summary-total {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.sales-summary-line {
  font-size: 0.95rem;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.sales-summary-total {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--text);
}

.sales-submit-btn {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  font-weight: 700;
}

.sales-filter {
  min-width: 170px;
}

.sales-history-table td,
.users-table td {
  vertical-align: top;
}

.sales-history-table td:last-child {
  min-width: 170px;
}

.sales-cancel-form {
  min-width: 150px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .sales-hero {
    background: linear-gradient(180deg, #0f4f94 0%, #166cc0 62%, #ffffff 62%, #ffffff 100%);
  }

  .sales-title {
    font-size: 1.55rem;
  }
}


.btn-sm,
.form-control-sm,
.form-select-sm,
.pagination .page-link {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.form-control,
.form-select,
textarea.form-control {
  min-height: 44px;
}

textarea.form-control {
  min-height: 90px;
}

.badge {
  border-radius: 999px;
  padding: 0.45em 0.72em;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.text-bg-light.border,
.badge.text-bg-light.border {
  background: #f7fafc !important;
  color: #4f6278 !important;
  border-color: #d8e2ee !important;
}

.badge.text-bg-success {
  background: #e7f5ed !important;
  color: #3f7b60 !important;
}

.badge.text-bg-warning {
  background: #fff4d8 !important;
  color: #9b7417 !important;
}

.badge.text-bg-danger {
  background: #fde8e6 !important;
  color: #b25f57 !important;
}

.badge.text-bg-primary {
  background: #e8f1fc !important;
  color: #2e68a8 !important;
}

.pagination {
  gap: 0.28rem;
}

.pagination .page-link {
  border: 1px solid #d8e2ee;
  color: #58708b;
  background: #fbfdff;
  border-radius: 10px;
  min-width: 36px;
  box-shadow: 0 3px 10px rgba(13, 44, 83, 0.04);
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  color: #2d5e93;
  background: #eef5fc;
  border-color: #bfd1e5;
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background: linear-gradient(135deg, #3b74b2 0%, #5a96d3 100%);
  border-color: #3b74b2;
  box-shadow: 0 8px 16px rgba(59, 116, 178, 0.18);
}

.pagination .page-item.disabled .page-link {
  color: #9aacbf;
  background: #f5f8fb;
  border-color: #e3ebf4;
}

.nav-pills .nav-link {
  border-radius: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #55708e;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid #dce6f2;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
  color: #2d5f96;
  background: #eef5fc;
  border-color: #c7d8ea;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background: linear-gradient(135deg, #3a72af 0%, #5f96d2 100%);
  border-color: #3a72af;
  box-shadow: 0 10px 18px rgba(58, 114, 175, 0.18);
}


.sales-form-card,
.sales-history-card,
.card.shadow-sm {
  backdrop-filter: blur(6px);
}

.sales-form-card .card-body,
.sales-history-card .card-body,
.row.g-4 > .col-lg-4 .card .card-body,
.row.g-4 > .col-lg-8 .card .card-body {
  padding: 1.25rem 1.3rem;
}

.sales-form-card .h4,
.sales-history-card .h4,
.card .h5,
.card .h6 {
  font-weight: 800;
  letter-spacing: 0.01em;
}

#customers-search-form,
#providers-search-form,
#sales-search-form {
  padding: 0.45rem;
  border: 1px solid #e1e9f3;
  border-radius: 14px;
  background: linear-gradient(180deg, #fbfdff 0%, #f6faff 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

#customers-search-form .form-control,
#providers-search-form .form-control,
#sales-search-form .form-control {
  border-color: #d7e1ee;
  background: #ffffff;
}

#customers-table-body tr,
#providers-table-body tr,
.sales-history-table tbody tr {
  transition: background-color 0.16s ease, transform 0.16s ease;
}

#customers-table-body tr:hover,
#providers-table-body tr:hover,
.sales-history-table tbody tr:hover {
  background: rgba(238, 245, 252, 0.78);
}

.sales-history-table td,
.sales-history-table th,
#customers-table-body td,
#providers-table-body td {
  vertical-align: middle;
}

.sales-history-table .btn,
#customers-table-body .btn,
#providers-table-body .btn {
  box-shadow: none;
}

.sales-history-table .btn-outline-primary,
#customers-table-body .btn-primary,
#providers-table-body .btn-primary {
  border-width: 1px;
}

.sales-cancel-form,
#customers-table-body form,
#providers-table-body form {
  margin-bottom: 0;
}

.sales-cancel-form .form-control,
#customers-table-body input[type="password"],
#providers-table-body input[type="password"] {
  background: #fbfcfe;
  border-color: #d9e3ef;
}

.sales-section-title {
  color: #4e6781;
  letter-spacing: 0.08em;
}

.sales-quick-client,
.sales-summary-card {
  border: 1px solid #e2eaf4;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.sales-quick-client {
  padding: 1rem;
}

.sales-items-wrap {
  border: 1px solid #e3eaf3;
  border-radius: 16px;
  background: #fcfdff;
  padding: 1rem;
}

.sales-items-header {
  color: #667d95;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.7rem;
}

.sales-item-row {
  padding: 0.25rem 0;
  border-bottom: 1px solid #eef3f8;
}

.sales-item-row:last-child {
  border-bottom: 0;
}

.sales-summary-title {
  color: #58708b;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.sales-summary-total strong {
  font-size: 1.65rem;
  color: #245b92;
}

#customers-table-body td .d-grid,
#providers-table-body td .d-grid {
  max-width: 150px;
  margin-left: auto;
}

#customers-table-body .btn,
#providers-table-body .btn {
  min-height: 36px;
}

@media (max-width: 991px) {
  #customers-search-form,
  #providers-search-form,
  #sales-search-form {
    width: 100%;
  }

  #customers-table-body td .d-grid,
  #providers-table-body td .d-grid {
    max-width: 100%;
  }
}


.dashboard-hero,
.report-card,
.cash-card {
  border: 1px solid #e1e9f3;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(248,251,255,0.96) 100%);
  box-shadow: 0 12px 28px rgba(17, 51, 89, 0.08);
}

.dashboard-hero .page-title,
.report-card .h5,
.cash-card .h5 {
  font-weight: 800;
  letter-spacing: 0.015em;
}

.dashboard-hero .page-subtitle,
.report-card .text-muted.small,
.cash-card .small.text-muted {
  color: #64788e !important;
}

.dashboard-logo {
  border: 1px solid #e1eaf4;
  box-shadow: 0 10px 24px rgba(13, 45, 85, 0.08);
}

.dashboard-stats .card,
.dashboard-quick .card {
  border-radius: 18px;
  border: 1px solid #e2eaf4;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.dashboard-stats .card:hover,
.dashboard-quick .card:hover,
.report-card:hover,
.cash-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(17, 51, 89, 0.1);
}

.stat-value {
  color: #244e7b;
  letter-spacing: 0.01em;
}

.dashboard-quick .btn,
.cash-card .btn,
.report-card .btn {
  box-shadow: none;
}

.report-card .table,
.cash-summary-table {
  border-collapse: separate;
  border-spacing: 0;
}

.report-card .table tbody tr:hover,
.cash-summary-table tbody tr:hover {
  background: rgba(239, 245, 252, 0.72);
}

.report-card .table thead th,
.cash-summary-table th {
  color: #60758d;
  font-weight: 700;
}

.cash-card .alert {
  border-radius: 14px;
  border: 1px solid #f0d6a9;
  background: linear-gradient(180deg, #fff7e8 0%, #fff2d7 100%);
  color: #8f6c14;
}

.cash-summary-table tr.table-primary th,
.cash-summary-table tr.table-primary td {
  background: linear-gradient(135deg, #edf5fe 0%, #e4f0fc 100%) !important;
  color: #28588a;
  border-bottom-color: #d2e2f3;
}

.cash-summary-table tr.table-warning th,
.cash-summary-table tr.table-warning td {
  background: linear-gradient(135deg, #fff7e7 0%, #fff0cf 100%) !important;
  color: #8d6b11;
}

@media (max-width: 991px) {
  .dashboard-hero .card-body,
  .report-card .card-body,
  .cash-card .card-body {
    padding: 1.1rem 1.1rem;
  }
}

.products-table {
  table-layout: auto;
  width: 100%;
}

.products-table th,
.products-table td {
  vertical-align: middle;
  font-size: 0.92rem;
}

.products-table thead th {
  font-size: 0.76rem;
}

.product-code-cell {
  white-space: nowrap;
  width: 8%;
}

.product-name-cell {
  min-width: 220px;
  width: 28%;
}

.product-name-cell .fw-semibold {
  letter-spacing: 0.01em;
}

.product-name-cell .small.text-muted {
  display: block;
  margin-top: 0.16rem;
  line-height: 1.28;
  font-size: 0.78rem;
}

.product-category-cell,
.product-classification-cell {
  width: 8%;
}

.product-money-cell {
  white-space: nowrap;
  width: 8%;
}

.product-stock-cell,
.product-min-cell,
.product-buy-cell {
  white-space: nowrap;
  text-align: center;
  width: 5%;
}

.product-actions-cell {
  width: 132px;
  min-width: 132px;
}

.product-actions-stack {
  width: 118px;
  margin-left: auto;
}

.product-action-btn {
  min-height: 32px;
  padding-top: 0.34rem;
  padding-bottom: 0.34rem;
  font-size: 0.76rem;
  line-height: 1.15;
}

.product-action-password {
  text-transform: none;
  font-size: 0.76rem;
}

@media (max-width: 991px) {
  .product-name-cell {
    min-width: 190px;
  }

  .product-actions-cell,
  .product-actions-stack {
    min-width: 100%;
    width: 100%;
  }
}

.login-wrap,
.login-wrap .card,
.login-wrap .card-body,
.login-wrap h1,
.login-wrap h2,
.login-wrap p,
.login-wrap .form-label,
.login-wrap .form-control,
.login-wrap .form-select,
.login-wrap .btn,
.login-wrap .badge {
  text-transform: none !important;
}

.login-wrap .form-control::placeholder,
.login-wrap .form-select {
  text-transform: none !important;
}

.login-wrap input,
.login-wrap select,
.login-wrap textarea,
.login-wrap label,
.login-wrap h1,
.login-wrap h2,
.login-wrap p,
.login-wrap .btn,
.login-wrap .badge {
  text-transform: none !important;
}

.login-wrap input::placeholder,
.login-wrap textarea::placeholder {
  text-transform: none !important;
}

.login-label-normal {
  text-transform: none !important;
}

.login-input-normal {
  text-transform: none !important;
}

.login-input-normal::placeholder {
  text-transform: none !important;
}


body .login-wrap .login-input-normal,
body .login-wrap input.login-input-normal,
body .login-wrap input#loginEmail,
body .login-wrap input[type="text"],
body .login-wrap input[type="password"],
body .login-wrap select.login-input-normal {
  text-transform: none !important;
}

body .login-wrap input#loginEmail {
  font-variant: normal !important;
}
