/* * {
  transition-property: transform, background;
  transition-duration: 150ms;
  transition-timing-function: linear;
} */

.zoning-top {
  background: rgba(0, 45, 140, 0.7);
  border-style: hidden;
  border-radius: 0px 0px 20px 20px;
  padding: 0px;
  opacity: 0.5;
}

.zoning-top:hover {
  opacity: 1.0;
}

/* .zoning-global {
  background: radial-gradient(rgb(239, 239, 245), rgb(129, 129, 177));
} */

.cell-login-bg {
  border-radius: 10px;
  background: rgb(0, 62, 119);
  /* opacity: 0.5; */
}

/* .cell-login-bg:hover {
  opacity: 1.0;
}

.cell-login-bg:focus-within {
  opacity: 1.0;
} */



.cell-login-input {
  background: linear-gradient(
    to right,
    rgba(20, 79, 255, 1),
    rgba(20, 79, 255, 1),
    rgba(20, 79, 255, 0),
    rgba(20, 79, 255, 1)
  );
  border-radius: 4px;
  padding: 0 8px 0 0;
}


.cell-login-input .login-input {
  border-radius: 0px 4px 4px 0px;
}

.btn-login-container .btn-login{

  color: white;

  background-color: rgba(20, 79, 255, 1);
  border-color: rgba(20, 79, 255, 1);
  border-width: 2px;
  border-radius: 4px;

}

.btn-login-container .btn-login:hover {

  color: black;

  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}

.btn-login-container .btn-login:active {
  background-color: rgba(153, 179, 255, 1);
  border-color: rgba(153, 179, 255, 1);
}




.btn-login-container .btn-cancel{

  color: white;

  background-color: rgb(255, 20, 20);
  border-color: rgb(255, 20, 20);
  border-width: 2px;
  border-radius: 4px;

}

.btn-login-container .btn-cancel:hover {

  color: rgb(150, 0, 0);

  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}

.btn-login-container .btn-cancel:active {
  background-color: rgb(255, 153, 153);
  border-color: rgb(255, 153, 153);
}



.logo-company {
  background: rgba(255, 255, 255, 1);
  border-radius: 0px 20px 0px 20px;
}
