/* ---- reset ---- */
@font-face {
  font-family: "skia";
  src: url("/fonts/skia.ttf");
}
html,
body {
  background-color: #fff;
  background-size: cover;
  width: 100%;
  height: 100vh;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  color: rgb(255, 255, 255);
  vertical-align: middle;
  text-align: center;
}
#logoDesk {
  margin-top: 20pt;
  margin-bottom: 10px;
  position: relative;
  max-width: 65%;
}
#logoMobile {
  margin-top: 20pt;
  position: relative;
  max-width: 60%;
}
canvas {
  display: block;
} /* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #8200fe;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#cardDesk {
  align-items: center;
  margin: auto;
  background-color: #30005cd0;
  background-size: cover;
  border-radius: 15px;
  font-family: "Arial";
}

#submit,
#create,
#cancel {
  background-color: rgb(65, 18, 150);
  color: #fff;
  font-family: "Arial";
  font-weight: bold;
  border-color: rgb(125, 18, 255);
  border-width: 1.5pt;
  margin: 10pt 0px;
  transition: all 0.5s;
}

#submit:hover, #create:hover, #cancel:hover {
  background-color: rgb(125, 18, 255);
}
#loginHeader {
  background-color: #30005c00;
}

label {
  padding-top: 6pt;
}

i {
  font-size: 1.5em;
  --fa-beat-fade-opacity: 0.67;
  --fa-beat-fade-scale: 1.075;
  --fa-animation-duration: 3s;
}

#inputDesk {
  padding-right: 25pt;
}

#inputMobile {
  padding-right: 15pt;
}

.hide {
  display: none;
}

#newPwd,
#email,
#phone,
#full,
#chkPwd,
#pwd {
  width: auto;
}

#move {
  margin-right: auto;
}

.error {
  color: red;
  /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
}
