.form-group.required:after,
.form-control.required:after {
  content:'*';
  color: #1ab394;
  position:relative;
  right:-186px;
  top:-25px;
}

.goopter-logo {
  width:200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.loginscreen.middle-box {
    width: 400px;
}

/*clear input*/
.clear-input {
  position: absolute;
  right: 32px;
  margin-top: -35px;
  border-radius: 3px;
  width: 10px;
  height: 36px;
  font-size: 36px;
  text-align: center;
  font-weight: 100;
  color: #666;
  cursor: pointer;
  opacity: 0.5;
  z-index: 1;
  background-image: url(https://res.cloudinary.com/goopter/image/upload/v1482524907/admin/i_delete.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  display: none;
}

.clear-input:hover {
  opacity: 1;
}

/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value { background: #ed5565; }
meter[value="2"]::-webkit-meter-optimum-value { background: #f8ac59; }
meter[value="3"]::-webkit-meter-optimum-value { background: #1c84c6; }
meter[value="4"]::-webkit-meter-optimum-value { background: #1ab394; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: #ed5565; }
meter[value="2"]::-moz-meter-bar { background: #f8ac59; }
meter[value="3"]::-moz-meter-bar { background: #1c84c6; }
meter[value="4"]::-moz-meter-bar { background: #1ab394; }

meter {
  width:100%;
  height:8px;
}

.password-strength {
    margin: 0;
}

.password-strength-container .popover-content {
  width:250px;
  height:120px;
}
