#ana {
  padding: 0px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  padding: 40px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
.login-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  text-align: center;
}
.login-box .user-box {
  position: relative;
}
.login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}
.login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: large;
  color: #fff;
  pointer-events: none;
  transition: 0.5s;
}
.login-box .user-box input:focus ~ label, .login-box .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #03e9f4;
  font-size: 12px;
}
.login-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #03e9f4;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 40px;
  letter-spacing: 4px;
}
.login-box .btn {
  text-align: center;
  font-size: large;
  background-color: transparent;
  background-image: none;
  padding: 8px 50px;
  border-radius: 0;
  color: #fff;
  border: 2px solid #93a5ab;
  box-shadow: inset 0 0 0 0 #7692a7;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.login-box .btn:focus, .login-box .btn:hover, .login-box .btn.active, .login-box .btn:active {
  cursor: pointer;
  background-color: transparent;
  border-color: #fff;
  box-shadow: inset 0 0 100px 0 #03e9f4;
  color: #fff;
}

.lds-dual-ring {
  position: relative;
  display: inline-block;
  width: 55px !important;
  left: calc(50% - 27.5px);
  height: 55px;
}
.lds-dual-ring:before {
  content: " ";
  display: block;
  width: 77px;
  height: 78px;
  margin: -15px -9px;
  border-radius: 59%;
  border: 1px solid #e09959;
  border-color: #ffffff transparent #ffffff transparent;
  animation: lds-dual-ring 0.7s linear infinite;
  position: absolute;
  /* content: "\f041"; */
  /* font-family: FontAwesome; */
  /* font-weight: normal; */
  /* font-style: normal; */
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.UYP_block {
  display: flex;
  position: fixed;
  top: 0px;
  height: 100%;
  left: 0px;
  z-index: 1000000;
  border: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  text-align: center;
}
.UYP_block > div:first-child {
  margin: auto auto;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.UYP_block a {
  width: fit-content;
  align-self: center;
  text-decoration: none;
  margin-top: 3vh;
  font-size: small;
  right: 0px;
  z-index: 1;
  color: slategray;
  transition: 0.25s linear;
}
.UYP_block a:hover {
  color: white;
  transition: 0.25s linear;
}
.UYP_block a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: white;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: 0.25s linear;
}
.UYP_block a:hover:before, .UYP_block a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: whitesmoke;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#map {
  height: 100vh;
  width: 100%;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

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