/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css ***!
  \********************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */



body, html {
  font-family: 'Intelo-Light',
    /* height: 100%;
    background-color: #f8f8f8; */
  }



.label__error{
    text-align: start;
      color: #ff1e5a;
    font-size: 14px;
    font-family: 'Intelo-Light',
  }



.ppp{
  font-size: 17px;

}



/* spinner  */



.spinner_overlay {
  position: fixed;
  /* left: 0;
  top: 0; */
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  /* opacity: 0.9; */
  z-index: 100;
}



/* spinner  */



.mainLoader {
    position: fixed;
    /* left: 0;
    top: 0; */
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-image: url('mm.jpg');
    /* background-color: #f6f6f6; */
    /* opacity: 0.9; */
    z-index: 1000;
  }



.trees{
  position: fixed;
  margin: auto;
  text-align: center;
  top: 190px;

  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}



.mainLoad{
  position: fixed;
  margin: auto;
  text-align: center;
  top: 190px;

  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}



.loader img{
  /* animation: spinlogo 1s linear infinite; */
  animation: bounce 1s linear infinite;
}



@keyframes bounce { 
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
  40% {transform: translateY(-30px);} 
  60% {transform: translateY(-15px);} 
}



@keyframes spinlogo {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}



@page{
  size: auto !important;
}



@media print {
  @page{
    size: 20in 12in !important;
  }
}

/*# sourceMappingURL=styles.css.map*/