@charset "UTF-8";

/* Mobile first styles 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input, select, textarea, .form-control, .payeezy-form{
  border: 1px solid #dedede;
  box-shadow: none;
    outline: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input:focus, select:focus, textarea:focus, .form-control:focus, .payeezy-form:focus, .focus{
  border: solid 1px #147f8d;
  box-shadow: none;
    outline: 0;
}

.payeezy-form{height: 38px;}


input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {}

textarea {}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {}

label,
legend {
  color: black;
}

fieldset {}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label>.label-body {}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
