/*#fl-check-form{
  padding: 0px 100px 0px 100px;
}
#fl-password-reset-form{
  padding: 0px 30px 0px 30px;
}*/

.fl-form .element-wrapper{
  position: relative;
  margin: 2em 0;
  width: 100%;
  clear: both;
}

.fl-form .element-wrapper i{
  position: absolute;
  text-align: center;
  z-index: 99;
  left: 1em;
  top: 50%;
  top: calc(50% + (0px - 0px)/ 2);
  transform: translateY(-50%);
  color: #aaa9a9;
  font-size: 13px;
}

.fl-form .element-wrapper input{
  width: 100%;
  padding: 0 1em;
  padding-left: 2.5em;
  outline: 0;
  transition: all .2s ease;
  height: 43px;
  color: #aaa9a9;
}


.fl-form .form-actions{
  width: 100%;
  text-align: center;
  margin-top: 32px;
}

.fl-form .form-actions input[type="submit"]{
  cursor: pointer;
  font-family: Oxygen;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 17px;
  font-size: 14px;
  transition: all .2s;
  color: #ffffff;
  padding-top: 13px;
  padding-right: 29px;
  padding-bottom: 13px;
  padding-left: 29px;
  background: #13a89e;
  border: none;
  margin: 1em 0;
}

.fl-form .form-actions input[type="submit"]:hover{
  background:#7cd4cc;
}

.fl-message.alert-error{
  background: #d6203b;
  color: #d9c3c6;
  border-color: #d9c3c6;
}