@font-face {
  font-family: TiltNeon;
  src: url("../fonts/TiltNeon-Regular-VariableFont_XROT\,YROT.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding: 150px 20% 0px 20% !important;
  gap: 20px;
}

.container img {
  width: 100%;
  height: auto;
}

.email-recover {
  font-family: TiltNeon;
  font-size: 22px !important;
}

.btn-outline-secondary {
  font-size: 22px !important;
  font-family: TiltNeon !important;

}

.btn-outline-secondary:hover {
  color: #000 !important;
  background-color: #adff2f !important;

}

#forgot-return {
  margin-top:5px;
}

.spinner-border {
  color:#8c5fff !important;
}