/* @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; }

/* body {
  font-size: 13px;
  line-height: 1.92;
  color: #222;
  font-weight: 500;
  font-family: 'Poppins';
  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;
    background: transparent; 
    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(255, 255, 255) 0.05%, rgb(255, 255, 255) 51.59%, rgb(255, 255, 255) 100%), linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255));
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding-bottom: 0px !important;
  }
  
    .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: 'Poppins';
  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, #ffffff 0%, #ffeecb 0%, #c49f38 0%, #a27a2c 100%); */
  input:focus, textarea:focus {
    /* border: 1px solid transparent;
    -webkit-border-image-source: -webkit-linear-gradient(0deg, #ffffff 0%, #ffeecb 0%, #c49f38 0%, #a27a2c 100%);
    -moz-border-image-source: -moz-linear-gradient(0deg, #ffffff 0%, #ffeecb 0%, #c49f38 0%, #a27a2c 100%);
    -o-border-image-source: -o-linear-gradient(0deg, #ffffff 0%, #ffeecb 0%, #c49f38 0%, #a27a2c 100%);
    -ms-border-image-source: -ms-linear-gradient(0deg, #ffffff 0%, #ffeecb 0%, #c49f38 0%, #a27a2c 100%);
    border-image-source: linear-gradient(0deg, #ffffff 0%, #ffeecb 0%, #c49f38 0%, #a27a2c 100%);
    -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; }

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: #fff; }
    .steps ul .current .title-number {
      font-size: 16px;
      color: #fff;
      background-image: -moz-linear-gradient(270.03deg, rgb(231 224 156) 0.05%, rgb(172 131 49) 51.59%, rgb(230 190 67) 100%), linear-gradient(0deg, rgb(251 251 251), rgb(206 205 204));
      background-image: -webkit-linear-gradient(270.03deg, rgb(231 224 156) 0.05%, rgb(172 131 49) 51.59%, rgb(230 190 67) 100%), linear-gradient(0deg, rgb(251 251 251), rgb(206 205 204));
      background-image: -ms-linear-gradient(270.03deg, rgb(231 224 156) 0.05%, rgb(172 131 49) 51.59%, rgb(230 190 67) 100%), linear-gradient(0deg, rgb(251 251 251), rgb(206 205 204));
    }

.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-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: 3px 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(231 224 156) 0.05%, rgb(172 131 49) 51.59%, rgb(230 190 67) 100%), linear-gradient(0deg, rgb(251 251 251), rgb(206 205 204));
        background-image: -webkit-linear-gradient(0270deg, #c49f38 20%, #a27a2c 100%);
        background-image: -ms-linear-gradient(270.03deg, rgb(231 224 156) 0.05%, rgb(172 131 49) 51.59%, rgb(230 190 67) 100%), linear-gradient(0deg, rgb(251 251 251), rgb(206 205 204));
        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: 'Poppins';
}
.form-control::placeholder{
  font-family: 'Poppins';
}

.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;
}
.btn-custom{
    font-weight: bold;
    text-shadow: 0px 1px #000;
    /* width: 120px; */
    height: 40px;
    border:none;
    color:#fff;
    background-image: linear-gradient(270.03deg, rgb(231 224 156) 0.05%, rgb(172 131 49) 51.59%, rgb(230 190 67) 100%), linear-gradient(0deg, rgb(251 251 251), rgb(206 205 204));
    background-image: -moz-linear-gradient(270.03deg, rgb(231 224 156) 0.05%, rgb(172 131 49) 51.59%, rgb(230 190 67) 100%), linear-gradient(0deg, rgb(251 251 251), rgb(206 205 204));
    background-image: -webkit-linear-gradient(270.03deg, rgb(231 224 156) 0.05%, rgb(172 131 49) 51.59%, rgb(230 190 67) 100%), linear-gradient(0deg, rgb(251 251 251), rgb(206 205 204));
    background-image: -ms-linear-gradient(270.03deg, rgb(231 224 156) 0.05%, rgb(172 131 49) 51.59%, rgb(230 190 67) 100%), linear-gradient(0deg, rgb(251 251 251), rgb(206 205 204));
}
.btn-custom:hover{
  /* width: 120px; */
  height: 40px;
  border:none;
  color:#fff;
  background-image: linear-gradient(270.03deg, rgb(231 224 156) 0.05%, rgb(172 131 49) 51.59%, rgb(230 190 67) 100%), linear-gradient(0deg, rgb(251 251 251), rgb(206 205 204));
  background-image: -moz-linear-gradient(270.03deg, rgb(231 224 156) 0.05%, rgb(172 131 49) 51.59%, rgb(230 190 67) 100%), linear-gradient(0deg, rgb(251 251 251), rgb(206 205 204));
  background-image: -webkit-linear-gradient(270.03deg, rgb(231 224 156) 0.05%, rgb(172 131 49) 51.59%, rgb(230 190 67) 100%), linear-gradient(0deg, rgb(251 251 251), rgb(206 205 204));
  background-image: -ms-linear-gradient(270.03deg, rgb(231 224 156) 0.05%, rgb(172 131 49) 51.59%, rgb(230 190 67) 100%), linear-gradient(0deg, rgb(251 251 251), rgb(206 205 204));
}
.btn-custom-2{
  font-weight: bold;
  text-shadow: 0px 1px #000;
  height: 40px;
  border:none;
  color:#fff;
  background-image: linear-gradient(270deg, #ffffff 0%, #ffeecb 0%, #bfbfbf 0%, #838383 100%);
  background-image: -moz-linear-gradient(270deg, #ffffff 0%, #ffeecb 0%, #bfbfbf 0%, #838383 100%);
  background-image: -webkit-linear-gradient(270deg, #ffffff 0%, #ffeecb 0%, #bfbfbf 0%, #838383 100%);
  background-image: -ms-linear-gradient(270deg, #ffffff 0%, #ffeecb 0%, #bfbfbf 0%, #838383 100%);
}
.btn-custom-2:hover{
  /* width: 120px; */
  height: 40px;
  border:none;
  color:#fff;
  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%);
}
