
/* particleground demo */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;font-family: 'Open Sans', sans-serif;
  height: 100%;
}

body {
  background: #16a085;
  color: #fff;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#intro {
  padding: 0 20px;
  text-align: center;
  margin: 0 auto;
}
#intro h4,#intro label, #intro .form-group a{
  color: #f0ad4e;
}
#intro img {
  width: 22%;
  background: #fff;
  border-radius: 56%;
  border: 3px solid #f0ad4e;
}
.forgot_pass a {
  color: #fff;
}

.error_signup{
padding: 2px;background: #fff;
border-radius: 4px;
}
.require {
  color: #e13b3b;
}
.user_check_area{
  position: relative;
}
.loding_img img {display: none;
  position: absolute;
  right: 21px;
  top: 10px;
}
.user_check_message {
  bottom: -15px;
  text-align: center !important;
  /* color: #fff; */
}
.user_check_message > span {color: #fff;
}