/*#particle {
  background-image: url(../img/bg-1.png);
  position: fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:0;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}*/

.inner{
  color:rgb(250,250,250);
  opacity: 1;
}
.bg{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #0f243b;
	height: 100vh;
	background-position: center;
}
.formbg{
  background-color: #0000002b;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 2px #2a2a2a;
  transition: 0.8s;
  margin-top: 10%;
  padding: 10px;
  border-left: 10px solid #af81ff;
  border-right: 10px solid #af81ff;
}
.txt {
    color: #342f4e;
    font-size: 20px;
    font-weight: 600 !important;
}
.account-text{
	color: #FFF;
	font-size: 28px;
	font-weight: 800 !important;
  margin: 5px;
}
.txt1{
	color: #d0e9fb;
    font-size: 16px;
    font-weight: 600 !important;
}
.account-btn{
  background-color: #00204e;
  padding: 8px 22px !important;
  color: #ffffff;
  border-radius: 10px;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-top: 10px;
  margin-bottom: 10px !important;
}
.account-btn:hover{
  color: #ff695f;
}
  .circle-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  float: left;
  margin: 10px;
}

.account-icon {
  position: absolute;
  color: #fff;
  font-size: 40px;
  top: 35px;
  left: 35px;
  transform: translate(-50%, -50%);
}

.circle {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 2.5px;
  background-clip: content-box;
  animation: spin 10s linear infinite;
}

.circle-wrapper:active .circle {
  animation: spin 2s linear infinite;
}

.success {
  background-color: #4BB543;
  border: 2.5px dashed #4BB543;
}

.error {
  background-color: #CA0B00;
  border: 2.5px dashed #CA0B00;
}

.warning {
  background-color: #F0D500;
  border: 2.5px dashed #F0D500;
}

@keyframes spin { 
  100% { 
    transform: rotateZ(360deg);
  }
}

.page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* body {
  background-color: #1d1f20;
  width: 100%;
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
} */
.search_main {
  width: 285px;
  margin: 50px auto;
  text-align: center;
  box-shadow: 0px 0px 4px 0px;
  border-radius: 10px;
  margin-left: 20px;
  float: left;
}
.search_form {
  width: 285px;
  height: 50px;
  position: relative;
}
.search_form input {
  width: 100%;
  height: 100%;
  padding: 0 50px 0 20px;
  border-radius: 25px;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-size: 16px;
}
a.search_search-button {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 10px;
  background-color: #326369;
  text-decoration: none;
}
a.search_search-button .search_icon {
  width: 12px;
    height: 12px;
    position: absolute;
    top: 14px;
    left: 14px;
    background-color: #326369;
    border-radius: 8px;
    border: 2px solid #ffffff;
    transition: all 0.6s ease;
}
a.search_search-button .search_icon:after {
  width: 12px;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  right: -8px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transition: all 0.6s ease;
}
a.search_search-button .search_icon .search_clear {
  width: 100%;
  height: 100%;
  line-height: 12px;
  display: block;
  text-align: center;
  color: #607d8b;
  font-size: 0;
  transition: all 0.6s ease;
}
a.search_search-button.typed .search_icon {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border-width: 6px;
  top: -11px;
  left: -11px;
}
a.search_search-button.typed .search_icon:after {
  width: 52px;
  height: 8px;
  bottom: -20px;
  right: -30px;
}
a.search_search-button.typed .search_icon .search_clear {
  line-height: 58px;
  font-size: 22px;
}
.filter-btn{
  padding: 7px;
    border-radius: 10px;
    width: 130px;
    background-color: #312c4d;
    color: #ffffff;
    font-weight: 600;
    border: 3px solid #312c4d;
    float: right;
    margin-top: 20px;
    margin-right: 15px;
}
@media screen and (max-width: 376px) {
  .search_main {
    width: 260px;
  }
  .search_form {
    width: 260px;
  }
  .filter-btn{
    float: none !important;
    margin-top: 0px;
}
}
@media screen and (max-width: 426px) {
  .filter-btn{
      float: none !important;
      margin-top: 0px;
  }
}
@media screen and (max-width: 769px) {
  .filter-btn{
      float: right;
      margin-top: 23px;
  }
}