body{
    margin-top:20px;
}

.account-block {
    padding: 0;
    background-image: url('../img/1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.account-block2 {
    padding: 0;
    background-image: url('../img/2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.account-block .overlay {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.account-block2 .overlay {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.account-block .account-testimonial {
    text-align: center;
    color: #fff;
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 3rem;
    left: 0;
    right: 0;
}

.text-theme {
    color: #5369f8 !important;
}

.btn-theme {
    background-color: #e8df35;
    border-color: #e8df35;
    color: #000;
}

/* === ESTILO OSCURO === */

.fondoBody {
  background-color: #1e1e2f !important;
  color: #e0e0e0;
}

.card {
  background-color: #2c2c3e !important;
  color: #e0e0e0;
}

h1, h5, h6 {
  color: #f5f5f5 !important;
}

p, label, .form-text {
  color: #bbb !important;
}

.form-control {
  background-color: #3b3b4f;
  border: 1px solid #555;
  color: #e0e0e0;
}

.form-control::placeholder {
  color: #aaa;
}

.form-control:focus {
  border-color: #e0b300;
  background-color: #3b3b4f;
  color: #fff;
}

.btn-theme-dark {
  background-color: #e0b300;
  border: none;
  color: #1e1e2f;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-theme-dark:hover {
  background-color: #d4a700;
  color: #fff;
}

.text-theme {
  color: #e0b300 !important;
}

.text-highlight {
  color: #4a90e2 !important;
  font-weight: 500;
  text-decoration: none;
}

.text-highlight:hover {
  color: #82bfff;
  text-decoration: underline;
}

.navbar-brand img {
  height: 55px;
}

.nav-link {
  color: #000 !important;
}

.nav-link:hover, .dropdown-item:hover {
  color: #e0b300 !important;
  background-color: transparent;
}

.dropdown-menu {
  background-color: #2c2c3e;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}
.dropdown-item{
  color: white;
}