@charset 'UTF-8';

.form-group .form-file {
  .label,
  label {
    display: block;
    margin: 0;
    padding-left: 0;
    text-align: left;
  }

  .form-file-handler {
    position: relative;
    margin-bottom: 0.3em;
  }

  small {
    display: block;
    position: relative;
    margin-top: 5px;
    margin-left: -3px;
    padding-left: 20px;
    text-transform: lowercase;
    text-align: left;
    color: $text-color;

    i {
      position: absolute;
      top: 2px;
      left: 0;
    }
  }

  input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;

    &:hover {
      cursor: pointer;
    }
  }
}
