/* ---- reset ---- */

body {
  margin: 0;
  font:normal 75% Arial, Helvetica, sans-serif;
}

canvas {
  display: block;
  vertical-align: bottom;
}

section {
  height: 100vh;
  overflow: hidden;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #031013;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* ---- stats.js ---- */

.count-particles{
  display: none;
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}

section .card {
  border-radius: 10px;
  border: 1px solid #00FF66;
  background: rgba(45, 217, 143, 0.20);
  backdrop-filter: blur(2.5px);
}

section .card .form-control,
section .card .form-control:focus-visible{
  background-color: #00FF6600 !important;
  border-color: #00FF664a;
  color: white;
  height: 50px;
}

section .card .form-control:focus-visible {
  box-shadow: none !important;
}

.main-btn {
  background: #00FF66 !important;
  color: #031013 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  box-shadow: 0 0 0 0 #00FF66;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  color: #00FF66 !important;
}

.layout {
  width: 100% !important;
}

@media screen and (min-width: 520px) {
  .layout {
    width: 60% !important;
  }
}

@media screen and (max-width: 520px) {
  .layout {
    width: 100% !important;
  }
}

.layout {
  background-color: transparent;
}

.loginform .erreur {
  text-align: center;
  font-width: 600;
  display: block;
}

.loginform .erreur.resetpwd_failed, .loginform .erreur.resetpwd_invalid, .loginform .resetpwd_blocked {
  color: #ff4e4e !important;
}


.green-link{
  color: #00FF66 !important;
  text-decoration: underline;
}

.white-link{
  color: white !important;
  text-decoration: underline;
}

.green-text{
  color: #00FF66 !important;
}

.link-telegrem{
  background: #0088cc !important;
  padding: 7px;
  border-radius: 30px;
}

.logo-telegram{
  width: 24px;
  box-shadow: 0px 2.5px 8px rgba(255, 255, 255, 1);
  border-radius: 20px;
}

.label-telegram
{
  padding: 0 7px;
  color: white;
}

.loginform .resetpwd_success {
  color: #00FF66 !important;
}

.section-title-2 {
  font-size: 18px;
  font-weight: bold;
  color: #00FF66 !important;
}