﻿.formfield {
  /*font-family: Verdana,Tahoma,Arial,"Helvetica Neue",Helvetica,Sans-Serif;*/
  font-family: Poppins, Helvetica, sans-serif;
}

  .formfield span {
    margin-bottom: 4px;
  }

    .formfield span:first-child {
      float: left;
      text-align: left;
      margin-top: 6px;
      color: #0008;
      font-size: 0.8em;
    }

    .formfield span:not(:first-child) {
      float: left;
    }

  .formfield input,
  .formfield textarea,
  .formfield select {
    border: 1px solid rgba(0,0,0,0.03);
    /*cursor: pointer;*/
    padding: 2px 6px;
    border-radius: 4px;
    width: 100%;
    color: #2f2963;
    font-family: Verdana,Tahoma,Arial,"Helvetica Neue",Helvetica,Sans-Serif;
    font-size: 0.8em;
    background-color: rgba(0,0,0,0.04);
    /*height: calc(1.7em + 1.3rem + 2px);
    padding: .7rem 1.2rem;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2f296399;
    background-color: #f9f9f9;
    min-width: 60px;
    border: 2px solid #f9f9f9;
    font-family: Poppins;*/
  }

  .formfield select {
    padding: 2px 2px;
  }

  .formfield input:active {
    border: 2px solid #eee;
  }

  .formfield input::-webkit-input-placeholder,
  .formfield textarea::-webkit-input-placeholder {
    font-size: 1em;
    font-style: italic;
    color: rgba(0,0,0,0.16);
    font-family: sans-serif;
  }

  .formfield .selected-text {
    background-color: #e0e0e0;
  }

  .formfield .info {
    cursor: pointer;
    line-height: 14px;
    font-size: 0.7em;
    padding: 1px 6px;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 20px;
    color: #fff;
    background-color: #f663197e;
  }
