section {
  padding: 0;
  overflow: unset;
}

.login-seccion-contenido {
  padding-top: 40px;
}
.login-seccion-contenido .container {
  background-image: none;
}

.div-contenido {
  text-align: center;
}
.img-texto-login {
  width: 50%;
}

.info-letra {
  font-size: 21px;
}

.form-control {
  border-color: #343434 !important;
  margin-top: 20px;
  height: 50px;
}

.titulo-login {
  color: #c69a20 !important;
  font-weight: 600;
}
.not__account {
  color: #343434;
}
.not__account a {
  color: #c69a20 !important;
  text-decoration: none;
}
.not__account a:hover {
  color: #c69a20 !important;
  text-decoration: underline;
}

@media (min-width: 992px) {
}
