/*****vendor-prefix ****/
@media (min-width: 38em) {
  .flexParent {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }

  .flexChild {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1; } }
/***shadows animations transitions etc***/
.borderBottom {
  border-bottom: 2px solid #666666; }

.border-right {
  border-right: 1px solid #c8ced4;
  padding-right: 50px; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

form {
  width: 100%; }

div.field {
  width: 49%;
  margin-left: 2%;
  float: left;
  margin-bottom: 16px; }
  div.field.left-column {
    margin-left: 0;
    clear: both; }
  div.field.mini-field {
    width: 32%; }
  div.field.full-width {
    width: 100%;
    margin-left: 0;
    clear: both; }
  div.field.first {
    margin-left: 0; }

input[type='text'], input[type=email], input[type=password], select, textarea {
  width: 100%;
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 10px 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  color: #5c5d5e; }

.Actions {
  text-align: center; }

input[type=submit] {
  background: #666666;
  color: #fff;
  border: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8125rem;
  padding: 7px 30px;
  transition: all 0.3s; }
  input[type=submit]:hover {
    background: #eeeeee;
    color: #000; }

.clear-bg input[type='text'], .clear-bg input[type=email], .clear-bg input[type=password], .clear-bg select, .clear-bg textarea {
  background: #f2fcfe; }

/*# sourceMappingURL=forms.css.map */
