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

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

/*clear input*/
.clear-input {
  position: absolute;
  right: 14px;
  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;
}
