@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;800&display=swap");
body {
  color: #878787;
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  background: #acb0b1;
  overflow-x: hidden;
}

.control-label {
  color: #fff;
  font-size: 18px;
}
.container-login {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  position: relative;
  z-index: 1;
}

.container-login::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00927f;
  background: -webkit-linear-gradient(left, #011064, #00927f);
  background: -o-linear-gradient(left, #011064, #00927f);
  background: -moz-linear-gradient(left, #011064, #00927f);
  background: linear-gradient(left, #011064, #00927f);
  opacity: 0.9;
}

.login100-form-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.login100-form-avatar img {
  width: 100%;
}

.login100-form-title {
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  text-align: center;

  width: 100%;
  display: block;
}

.title {
  font-weight: 800;
  color: #fff;
}
.txt-footer {
  color: #ffffff;
  opacity: 0.3;
}

#particles-js {
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.login-form-btn {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  color: #e0e0e0;

  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #111111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  position: relative;
  z-index: 1;
}

.login-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 1px solid #ccc;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.login-form-btn:hover {
  background: transparent;
  color: #fff;
}

.login-form-btn:hover:before {
  opacity: 1;
}

.input-round {
  font-size: 15px;
  line-height: 1.2;
  color: #333333;

  display: block;
  width: 100%;
  background: #fff;
  height: 50px;
  border-radius: 25px;
}
.input-round:focus {
  border: 1px solid #ccc;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input-group-addon {
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 25px;
}

@media (max-width: 1400px) {
  .img-circle {
    height: 60px !important;
  }
  .control-label {
    font-size: 14px;
  }
  .input-round {
    font-size: 13px;
    height: 45px;
  }

  .login-form-btn {
    height: 45px;
  }
}
@media (max-width: 1300px) {
  .img-circle {
    height: 50px !important;
  }
  .control-label {
    font-size: 14px;
  }
  .input-round {
    font-size: 13px;
    height: 40px;
  }

  .login-form-btn {
    height: 40px;
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 1025px) {
}
@media (max-width: 1024px) {
}
