body, html {
  position: relative;
  width: 100%;
  background-image: url(/img/bg.jpg);
  background-size: cover; }

* {
  font-family: 'Lato', sans-serif; }

select {
  display: block;
  width: 100%;
  position: relative; }

label {
  position: relative;
  margin: 0;
  width: 100%; }

.select2-container {
  border-radius: 0; }

div#privacy-terms {
  padding: 15px 0; }
  div#privacy-terms label {
    color: black; }
    div#privacy-terms label input#privacy-input {
      display: inline;
      width: auto; }
  div#privacy-terms .form-error {
    font-size: 12px;
    color: red;
    font-weight: bold; }

.total {
  color: #DE7901; }

.stripe-container {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .stripe-container button.stripe-button-el {
    background: none;
    border: none;
    box-shadow: none;
    background-color: #DE7901;
    border-radius: 0;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 15px;
    border: 2px solid #DE7901;
    tramsition: all 0.5s; }
    .stripe-container button.stripe-button-el:hover {
      background-color: #c06701;
      border-color: #c06701;
      color: white; }
    .stripe-container button.stripe-button-el span {
      background: none;
      text-shadow: none;
      box-shadow: none;
      color: white;
      font-weight: bold;
      min-height: 0 !important;
      height: auto;
      line-height: normal;
      font-family: 'Lato', sans-serif; }

span.select2-selection.select2-selection--single {
  border-radius: 0;
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  height: auto;
  border-color: #ced4da; }

.btn-outline-info input {
  display: none; }

span#select2--container {
  height: 40px;
  line-height: 40px;
  padding-left: 0;
  color: #000; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px; }

div#out-container {
  max-width: 100%;
  width: 1200px;
  padding: 50px;
  position: relative;
  margin: 0 auto; }
  div#out-container.payment {
    width: 900px; }
    div#out-container.payment .payment-head {
      color: #999; }
  div#out-container.index img#picture {
    width: 250px;
    border-radius: 100%;
    border: 4px solid #444;
    margin: 40px 0; }
  div#out-container.index div#form-container {
    padding: 50px; }
    div#out-container.index div#form-container .btn-container {
      margin-top: 50px; }
  div#out-container.auth div#form-container {
    background-color: transparent; }
    div#out-container.auth div#form-container #auth {
      width: 500px;
      margin: 50px auto;
      background-color: white;
      padding: 50px; }
      div#out-container.auth div#form-container #auth form {
        display: block;
        margin: 0 auto;
        width: 300px;
        padding: 30px 0; }
        div#out-container.auth div#form-container #auth form input {
          display: block;
          width: 100%; }
    div#out-container.auth div#form-container #reg {
      width: 1000px;
      margin: 50px auto;
      background-color: white;
      padding: 50px; }
      div#out-container.auth div#form-container #reg .btn {
        min-width: 300px; }
  div#out-container #titolo {
    text-align: center;
    color: white;
    text-transform: uppercase; }
  div#out-container div#form-container {
    background-color: white;
    border-radius: 0px; }
    div#out-container div#form-container .card-header {
      background-color: white;
      position: relative;
      padding: 46px 35px; }
      div#out-container div#form-container .card-header span {
        position: absolute;
        right: 50px;
        font-weight: 600;
        color: #939393;
        font-size: 18px; }
    div#out-container div#form-container .card-body {
      background-color: #EDF4FC; }

label.inline {
  display: inline-block;
  width: auto;
  margin-right: 15px; }

.form-control:focus {
  border-color: inherit;
  box-shadow: none; }

input[type='radio']:before {
  content: "";
  position: absolute;
  background-color: white;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  left: -2px;
  top: 5px;
  border: 2px solid #707070; }

input[type="radio"]:checked:after {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  left: 2px;
  top: 9px;
  background-color: #707070;
  border-radius: 100%; }

p {
  color: #000; }

.btn.btn-orange {
  background-color: #DE7901;
  border-radius: 0;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 15px;
  border: 2px solid #DE7901;
  tramsition: all 0.5s; }
  .btn.btn-orange:hover {
    background-color: #c06701;
    border-color: #c06701;
    color: white; }

.btn.btn-orange-reverse {
  background-color: transparent;
  border-radius: 0;
  color: #DE7901;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 15px;
  border: 2px solid #DE7901;
  tramsition: all 0.5s; }
  .btn.btn-orange-reverse:hover {
    background-color: rgba(222, 121, 1, 0.14);
    border-color: rgba(222, 121, 1, 0.14);
    color: #DE7901; }

.btn.btn-orange-out {
  background-color: transparent;
  border-radius: 0;
  color: #DE7901;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 15px;
  border: 2px solid #DE7901; }
  .btn.btn-orange-out:hover {
    background-color: rgba(222, 121, 1, 0.14);
    border-color: rgba(222, 121, 1, 0.14);
    color: #DE7901; }

.card .md-form label {
  font-weight: 300; }

.md-form {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .md-form input[type=date], .md-form input[type=datetime-local], .md-form input[type=email], .md-form input[type=number], .md-form input[type=password], .md-form input[type=search-md], .md-form input[type=search], .md-form input[type=tel], .md-form input[type=text], .md-form input[type=time], .md-form input[type=url], .md-form textarea.md-textarea {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-sizing: content-box;
    background-color: transparent; }
  .md-form .form-control {
    color: black;
    margin: 0 0 .5rem 0;
    border-radius: 0;
    padding: .6rem 0 .4rem 0;
    background-color: transparent;
    height: auto; }
  .md-form label.absolute {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    transition: transform .2s ease-out,color .2s ease-out;
    transform-origin: 0 100%;
    transform: translateY(12px);
    cursor: text;
    color: #000; }
    .md-form label.absolute.active {
      transform: translateY(-14px) scale(0.8);
      font-size: 1rem;
      opacity: 0.5; }

.btn.btn-orange.sex-selection {
  background-color: transparent;
  color: #DE7901;
  font-weight: bold; }

.btn.btn-orange.sex-selection.active {
  background-color: #DE7901;
  border-color: #DE7901;
  color: white;
  font-weight: bold; }

label span {
  color: red; }

label.inline .form-control {
  display: inline;
  margin: 0;
  padding: 0;
  width: auto; }

.sex-tab {
  display: none; }

.radio-show .details {
  display: none; }

label.form-error {
  font-size: 12px;
  color: red;
  font-weight: bold; }

a#launch-condizioni {
  color: #DE7901;
  cursor: pointer; }
  a#launch-condizioni:hover {
    text-decoration: underline; }

div#condizioni {
  z-index: 10;
  position: fixed;
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  div#condizioni .in {
    background-color: white;
    width: 600px;
    padding: 40px;
    position: relative; }
    div#condizioni .in:after {
      content: "x";
      position: absolute;
      top: 5px;
      right: 15px;
      font-size: 25px; }

/*# sourceMappingURL=style.css.map */
