@font-face{
  font-family: "Poppins-Medium";
  src: url("../Fonts/Poppins-Medium.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: block;
  }
  @font-face{
  font-family: "Poppins-Regular";
  src: url("../Fonts/Poppins-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: block;
  }
  @keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
  }
  *{margin: 0px;}
  body{
   background-color: #250027;
  -webkit-tap-highlight-color: transparent;
 }
  #Box_Login{
    position: relative;
    top: 10px;
    padding-top: 10px;
    margin: 0px auto;
    width: 420px;
    height: 370px;
    border-radius: 33px;
  }
  form{
    position: relative;
    margin: 0px auto;
    width: 350px;
    height: 350px;
    overflow: hidden;
  }
  #Logo{
  position: relative;
  margin: 10px auto;
  z-index: 888;
  display: block;
  width: 100px;
}
  .form1{
    position: relative;
    margin: 10px auto;
    width: 250px;
    height: 40px;
    padding-left: 40px;
    display: block;
    border: none;
    color: #ffffff;
    font-family: "Poppins-Regular";
    font-size: 12px;
    text-decoration: none;
    border-radius: 22px;
    background-color: #0f1113; border: 1px solid #1c1e20;

  }
 .form1:focus {
  outline: none;
  border: none;
}
 .form1:active {
  outline: none;
  border: none;
  background-color: none;
}
.icon-bolt{
  position: absolute;
  left: 38px;
  color: gray;
  font-size: 20px;
  z-index: 999;
}
#Iniciar{
  position: relative;
  top: 20px;
  margin: 10px auto;
  width: 290px;
  height: 40px;
  display: block;
  border: none;
  text-decoration: none;
  border-radius: 22px;
  color: #ffffff;
  font-style: block;
  font-size: 12px;
  font-family: "Poppins-Medium";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
    background-color: #a71252;
    cursor:pointer;
  cursor: hand;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
#Iniciar:hover {
 transform: scale(1.06);
}
#Iniciar:active {
 transform: scale(1.06);
}

#CopyRight{
  position: relative;
  margin: 35px auto;
  color: gray;
  font-size: 8px;
  width: 250px;
  text-align: center;
  line-height: 12px;
  font-family: 'Poppins-Regular';
}
#apps{
  position: relative;
  margin-top: 5px;
  margin-bottom: 0px;
}
.icon-appleinc{
  font-size: 15px;
  margin-left: 10px;
   color: gray;
  display: inline-block;
}
.icon-android{
  font-size: 15px;
 color: gray;
  display: inline-block;
}
.icon-windows8{
  margin-left: 10px;
  font-size: 15px;
  color: gray;
  display: inline-block;
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#Box_Login {
  animation: slideUp 0.8s ease-out forwards;
}
.logo-zoom {
  transform: scale(10);
  opacity: 0;
  transition: transform 0.6s ease-in, opacity 0.5s ease-in;
}
.fade-out {
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none; /* Evita doble clic */
}
#Error_Mensaje{
  position: absolute;
  top: 0px;
  margin: auto;
  width:100%;
  height: 20px;
  color: #FFFFFF;
  padding-top: 2px;
  text-align: center;
  font-size: 11px;
  font-family: 'Poppins-Regular';
  font-weight: bolder;
  background: repeating-linear-gradient(
      145deg,
      #e6002b 20px,
      #e6002b 40px,
      #b10021 40px,
      #b10021 60px);
     background-size: 200% 200%;
     animation: barberpole 10s linear infinite;
}
@keyframes barberpole {
  100% {
    background-position: 100% 100%;
  }
}
#Close_Mensaje{
  position: absolute;
  top: 0px;
  margin: auto;
  width:100%;
  height: 20px;
  color: #FFFFFF;
  padding-top: 2px;
  text-align: center;
  font-size: 11px;
  font-family: 'Poppins-Regular';
  background-color: #00b30d;
z-index: 9999;
}
@keyframes barberpole {
  100% {
    background-position: 100% 100%;
  }
}