
@font-face {
  font-family: 'PSL162AD';
  src: url('../css/fonts/Prompt-Medium.ttf') format('truetype');
}

body, html {
  font-family: 'PSL162AD' !important;
}

/* @extend display-flex; */
display-flex, .steps ul, .title-number, .actions ul, .actions ul li a {
  display: flex;
  display: -webkit-flex; }

/* @extend list-type-ulli; */
list-type-ulli, .steps ul, .actions ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }


a:focus, a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s; }

input, select, textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0; }

input:focus, select:focus, textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important; }

input[type=checkbox] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important; }

input[type=radio] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important; }

.clear {
  clear: both; }

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer; }

h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  padding-top: 32px;
  padding-bottom: 25px;
  background: -webkit-linear-gradient(154deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
  background: -moz-linear-gradient(154deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
  background: linear-gradient(154deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

/* body {
  font-size: 13px;
  line-height: 1.92;
  color: #222;
  font-weight: 500;
  font-family: 'PSL162AD';
  margin: 0px;
  background-image: -moz-linear-gradient(0deg, #884d80 0%, #9795f0 0%, #2b5876 0%, #4e4376 100%);
  background-image: -webkit-linear-gradient(0deg, #884d80 0%, #9795f0 0%, #2b5876 0%, #4e4376 100%);
  background-image: -ms-linear-gradient(0deg, #884d80 0%, #9795f0 0%, #2b5876 0%, #4e4376 100%); } */

.main {
  padding: 270px 0; }

.container-custom {
  width: 500px;
  position: relative;
  margin: 0 auto;
  border: double 2px transparent;
  border-radius: 20px;
  background-image: linear-gradient(90deg, rgba(53, 56, 65, 1) 0%, rgba(28, 30, 36, 1) 100%), linear-gradient(270.03deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
  background-origin: border-box;
  background-clip: content-box, border-box;

}

  .container-custom form{
    padding:10px 20px;
    margin-top:10px !important;
    margin-bottom:20px !important;
  }

  .container-custom .alert{
    margin:15px !important;
  }
  
input, textarea {
  box-sizing: border-box;
  background: transparent;
  border: none;
  font-size: 16px;
  color: #222;
  padding: 15px 20px;
  border: 1px solid #ebebeb;
  font-family: 'PSL162AD';
  height: 40px;
  font-weight: 500;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }

  /* -webkit-linear-gradient(0deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119)); */
  input:focus, textarea:focus {
    /* border: 1px solid transparent;
    -webkit-border-image-source: -webkit-linear-gradient(0deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
    -moz-border-image-source: -moz-linear-gradient(270.03deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
    -o-border-image-source: -o-linear-gradient(270.03deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
    -ms-border-image-source: -ms-linear-gradient(270.03deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
    border-image-source: linear-gradient(270.03deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
    -webkit-border-image-slice: 1;
    -moz-border-image-slice: 1;
    -o-border-image-slice: 1;
    -ms-border-image-slice: 1;
    border-image-slice: 1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background-origin: border-box;
    background-clip: content-box, border-box;  */
  } 
   
    /* input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
      color: #222; }
    input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
      color: #222; }
    input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
      color: #222; }
    input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
      color: #222; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999; }
  input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999; } */

input {
  width: 100%;
  display: block; }


input.form-control:focus , select.form-control:focus{
  border-color: #f5d692 !important;
  box-shadow: 0 0 8px #f5d692 !important;
}



fieldset {
  border: none;
  margin: 0px;
  padding: 0px; }

fieldset.current {
  /* padding-left: 20px;
  padding-right: 20px;  */
}

.content {
  /* height: 365px; */
  width: 330px;
  margin: 0 auto;
  background: none;
  /* box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .content h3 {
    display: none; }

.steps {
  padding-bottom: 20px; }
  .steps ul {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    position: relative; }
    .steps ul:after {
      position: absolute;
      content: "";
      height: 2px;
      width: 85%;
      left: 50%;
      transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      background: #fff;
      z-index: 9;
      bottom: 20px; }
    .steps ul li {
      position: relative;
      z-index: 99; }
      .steps ul li a {
        text-decoration: none;
        color: #f5d692; }
    .steps ul .current .title-number {
      font-size: 16px;
      color: #000;
      background-image: -moz-linear-gradient(270.03deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
      background-image: -webkit-linear-gradient(0deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
      background-image: -ms-linear-gradient(270.03deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119)); }

.title span {
  text-align: center; 
  margin-bottom: 2px;
}

.title-text {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 8px;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.2);
  -o-text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.2);
  -ms-text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.2); }

.title-text .text-secondary, .form-group label{
  color:#f5d692 !important;
}
.title-number {
  font-size: 14px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px solid #fff;
  background: #ebebeb;
  color: #999999;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  margin: 0 auto;
  box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.2); 
}

.actions {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 100%; }
  .actions ul {
    width: 100%;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center; }
    .actions ul .disabled {
      display: none; }
    .actions ul li {
      margin: 0 5px; }
      .actions ul li a {
        width: 120px;
        height: 40px;
        color: #fff;
        background-color: #222;
        background-image: -moz-linear-gradient(270.03deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
        background-image: -webkit-linear-gradient(0deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
        background-image: -ms-linear-gradient(270.03deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        text-decoration: none; }
        .actions ul li a:hover {
          background-color: #090909; }

/* .form-group {
  padding-bottom: 20px;
  position: relative; } */

@media screen and (max-width: 480px) {
  .container-custom {
    width: calc(100% - 40px);
    max-width: 100%; }

  .content {
    width: 100%; }

  fieldset.current {
    /* padding-left: 20px;
    padding-right: 20px;  */
  }

  .actions ul li a {
    width: 100px; } }
@media screen and (max-width: 400px) {
  .steps ul:after {
    width: 85%;
  }

  .title-text {
    padding: 0 10px; } }

/*# sourceMappingURL=style.css.map */

.form-control{
  font-family: 'PSL162AD';
  background-color: #161616;
  border: 1px solid #8b8b8b;
  color:#fff !important;
}

.form-control:focus{
  background-color: #161616;
}
.form-control::placeholder{
  font-family: 'PSL162AD';
  color:#8b8b8b;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border: 2px solid #dc3545;
  /* background-image: none !important; */
}

.invalid-feedback {
  font-weight: bold;
  font-size:14px;
  color:#dc3545;
}


.btn-custom{
    padding:8px 15px;
    font-weight: bold;
    border: 1px solid rgb(236, 202, 119);
    color:#000;
    background-image: linear-gradient(270.03deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
    background-image: -moz-linear-gradient(270.03deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
    background-image: -webkit-linear-gradient(0deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
    background-image: -ms-linear-gradient(270.03deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
}
.btn-custom:hover{
  color:#000;
  background-image: linear-gradient(270.03deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
  background-image: -moz-linear-gradient(270.03deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
  background-image: -webkit-linear-gradient(0deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
  background-image: -ms-linear-gradient(270.03deg, rgb(139, 104, 50) 0.05%, rgb(252, 221, 154) 51.59%, rgb(150, 107, 42) 100%), linear-gradient(0deg, rgb(236, 202, 119), rgb(236, 202, 119));
}
.btn-custom-2{
  font-weight: bold;
  text-shadow: 0px 1px #000;
  border: 1px solid lightgrey;
  color:#fff;
  background-image: linear-gradient(0deg, #ffffff 0%, #ffeecb 0%, #bfbfbf 0%, #838383 100%);
  background-image: -moz-linear-gradient(0deg, #ffffff 0%, #ffeecb 0%, #bfbfbf 0%, #838383 100%);
  background-image: -webkit-linear-gradient(0deg, #ffffff 0%, #ffeecb 0%, #bfbfbf 0%, #838383 100%);
  background-image: -ms-linear-gradient(0deg, #ffffff 0%, #ffeecb 0%, #bfbfbf 0%, #838383 100%);
}
.btn-custom-2:hover{
  color:#fff;
  border: 1px solid lightgrey;
  background-image: linear-gradient(180deg, #ffffff 100%, #ffeecb 0%, #bfbfbf 0%, #838383 100%);
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #ffeecb 0%, #bfbfbf 0%, #838383 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #ffeecb 0%, #bfbfbf 0%, #838383 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #ffeecb 0%, #bfbfbf 0%, #838383 100%);
}
.ligaz-bg-form{
  padding:40px 20px;
  /* background-image: url('../img/ligaz_head_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  border-radius: 5px;
  background-color: #000;
  border: 1px solid #bea80c;
}