.background-color {
    width: 100%;
    height: 100%;
    background: rgb(1,70,0);
    background: linear-gradient(84deg, rgba(1,70,0,1) 0%, rgba(96,194,94,1) 100%);
}

.text-conjunto {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  background-color: #eee;
  border-radius: 0.35rem 0rem 0rem 0.35rem;
}

.background-color .atoms-colors-black {
  height: 752px;
}

.frame {
  position: relative;
  width: 988px;
  height: 400px;
  background-color: #00000033;
  border-radius: 12px;
  overflow: hidden;
  margin: auto;
  top: 15%;
  background-size: cover;
  background-position: 50% 50%;
}

.box {
  position: relative;
  left: 12px;
  width: 964px;
}

.box .login {
  position: relative;
  width: 100%;
  height: 376px;
  margin: auto;
  top: 12px;
  background-color: #3F3F3F;
  border-radius: 16px;
}

.overlap > form {
  width: 65%;
  margin: auto;
}

.color-input {
  /* background-color: #D9D9D9 !important; */
  background-color: #EEE !important;
  border-radius: 0rem 0.35rem 0.35rem 0rem !important;
}

.text-claret {
  color: #027C0E !important;
}

.colorAdmin:hover {
  color: #AAA !important;
}

.btn-claret {
  color: #FFF !important;
  background-color: rgba(1,70,0,1) !important;
  border-color: rgba(1,70,0,1) !important;
}

.background-claret-color {
  background-image: url("../img/Fondo-intranet-Claret.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.background-claret-color2 {
  background-color: rgba(1,70,0,1) !important;
}
.background-claret-color-claro {
  background: rgb(1,70,0);
    background: linear-gradient(84deg, rgba(1,70,0,1) 0%, rgba(96,194,94,1) 100%);
}
.background-claret-color-oscuro {
  background: rgb(1,70,0);
    background: linear-gradient(180deg, rgba(1,70,0,1) 0%, rgba(96,194,94,1) 80%);
}

.cerrar-sesion > a {
  background-color: rgba(1,70,0,1) !important;
}

.cerrar-sesion > a:hover {
  background-color: rgba(1,70,0,1) !important;
}

.cerrar-sesion > a:focus {
  background-color: rgba(96,194,94,1) !important;
}