/*@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/muli/Muli-Regular.ttf"); }
@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/muli/Muli-SemiBold.ttf"); }
*/
@font-face {
    font-family: "SFPro-Regular";
    src: url("../fonts/sfpro/FontsFree-Net-SFProDisplay-Regular.ttf"); }
@font-face {
  font-family: "SFPro-Semibold";
  src: url("../fonts/sfpro/FontsFree-Net-SFProDisplay-Semibold.ttf"); }
@font-face {
  font-family: "SFPro-Bold";
  src: url("../fonts/sfpro/FontsFree-Net-SFProDisplay-Bold.ttf"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "SFPro-Regular";
  font-size: 15px;
  color: #999;
  margin: 0; }

:focus {
  outline: none; }

textarea {
  resize: none; }

input, textarea, select, button {
  font-family: "SFPro-Regular";
  font-size: 15px; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: none; }

textarea {
  resize: none; }

img {
  max-width: 100%; }

.wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-image: url(../images/background.png);
  background-size: cover;
  background-position: right center;
}

.wizard {
  width: 550px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 150px;
}

.wizard > .steps {
  position: absolute;
  top: 170px;
  /* right: 30%; */
  /* transform: translateX(50%); */
  z-index: 9;
  left: calc(50% - 100px);
  display: none !important;
}

.wizard > .steps .current-info, .wizard > .steps .number {
  display: none; }

.wizard > .steps ul {
  display: flex;
  justify-content: center; }

.wizard > .steps li a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e9e0cf;
  margin-right: 78px;
  position: relative; }
  .wizard > .steps li a:before {
    content: "";
    width: 58px;
    height: 2px;
    background: #e9e0cf;
    position: absolute;
    right: 22px;
    top: 5px; }
  .wizard > .steps li a:after {
    content: "";
    width: 0;
    height: 2px;
    background: #6d7f52;
    position: absolute;
    left: -68px;
    top: 5px;
    transition: all 0.6s ease; }
.wizard > .steps li.first a {
  background: #6d7f52; }
.wizard > .steps li.checked a {
  background: #6d7f52; }
  .wizard > .steps li.checked a:after {
    width: 58px; }
.wizard > .steps li:last-child a {
  margin-right: 0; }
.wizard > .steps li:first-child a:before {
  display: none; }
.wizard > .steps li:first-child a:after {
  display: none; }

.wizard > .content {
  position: relative;
  height: 380px; }

.inner {
  display: flex;
  /* background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); */
}

.image-holder {
  width: 40%;
  height: 521px; }

.form-content {
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px; 
  min-height: 380px;
}

.form-content .section-title {
  margin-top: 10px;
}

.form-header {
  text-align: center; 
}

.form-header img {
  width: 70%;
}

h3 {
  font-family: "SFPro-SemiBold";
  font-size: 22px;
  color: #453e79;
  text-transform: uppercase;
  letter-spacing: 7px;
  padding: 5px 15px;
  display: inline-block;
  border: 1px solid #dad8e4;
  margin-bottom: 75px; }

.section-title {
  font-family: "SFPro-Regular";
  font-size: 28px;
  color: white;
  margin-bottom: 10px
}

.form-row {
  display: flex;
  margin-bottom: 18px; }
  .form-row .form-holder {
    width: 100%;
    margin-right: 30px; }
    .form-row .form-holder:last-child {
      margin-right: 0; }
    .form-row .form-holder.w-100 {
      width: 100%;
      margin-right: 0; }
  .form-row .select {
    width: 50%;
    margin-right: 30px; }
    .form-row .select .form-holder {
      width: 100%;
      margin-right: 0; }

.select {
  position: relative; }
  .select .select-control {
    height: 37px;
    border-bottom: 2px solid #e6e6e6;
    width: 100%;
    color: #999;
    display: flex;
    align-items: center;
    cursor: pointer; }
  .select .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 9;
    border: 1px solid #81acee; }
    .select .dropdown li {
      padding: 5px 10px; }
      .select .dropdown li:hover {
        background: #81acee;
        color: #fff; }

.form-holder {
  position: relative; }
  .form-holder i {
    position: absolute;
    bottom: 7px;
    right: 0;
    font-size: 17px; }

.form-control {
  height: 37px;
  /* border: none; */
  border-bottom: 2px solid #e6e6e6;
  width: 100%;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #666; }
  .form-control:focus {
    border-color: #e9e0cf;}
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-moz-placeholder {
    color: #999; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control:-moz-placeholder {
    color: #999; }

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #999; }
  select.form-control option[value=""][disabled] {
    display: none; }

textarea.form-control {
  padding: 8px 0;
  background: url("../images/textarea-bg.png") no-repeat right bottom 3px; }

.actions {
  position: absolute;
  bottom: 20px;
  right: 51px; 
}

.actions ul {
  display: flex; 
}

.actions button {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 41px;
  width: 135px;
  align-items: center;
  background: #e9e0cf;
  font-family: "SFPro-SemiBold";
  color: #666;
  cursor: pointer;
  position: relative;
  padding-left: 28px; 
  transition: all 1s; 
  width: 124px;
  background: #6d7f52;
  color: #fff;
}

.actions .next:before {
    /* content: '\f301'; */
    position: absolute;
    top: 14px;
    right: 28px;
    font-family: Material-Design-Iconic-Font; 
}

.actions .submit:before {
  content: '\f26b';
  position: absolute;
  top: 14px;
  right: 28px;
  font-family: Material-Design-Iconic-Font; 
}

.actions a:hover {
  background: #cfc7b8; 
}

@media (max-width: 991px) {
  .wizard {
    max-width: 768px; 
  }

  .image-holder img {
    height: 521px;
    object-fit: cover; } }
@media (max-width: 767px) {
  .wizard {
    margin-right: unset;
  }
  .inner {
    display: block;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none; }

  .image-holder {
    width: 100%; }
    .image-holder img {
      width: 100%; }

  .form-content {
    width: 100%;
    padding: 50px 20px 30px; 
    min-height: 380px;
  }

  .form-row {
    display: block; }
    .form-row .form-holder, .form-row .select {
      width: 100%;
      margin-right: 0;
      margin-bottom: 18px; }

  .checkbox-circle {
    width: 100%; }

  .wizard {
    height: 100%; }
    .wizard > .steps {
      right: 50%;
      top: 52%;
      transform: translateX(50%); }

  .actions {
    right: 50%;
    transform: translateX(50%);
    bottom: 3%; } }

/*# sourceMappingURL=style.css.map */


.body {
	display: none;
}

.current {
  display: block;
}

.pincode {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  font-size: 25px;
  margin-left: 7px;
}

.login-input {
  width: 100%;
  height: 35px;
  padding: 10px;
  border-radius: 6px;
  border: none;
}

.login-button {
  width: 110px;
  margin-left: 10px;
  height: 35px;
  cursor: pointer;
  background: #337AB7;
  border-radius: 6px;
  color: white;
  border: none;
}
.bottom-logo {
  width: 300px;
  position: absolute;
  bottom: 20px;
  right: 60px;
}

.glass-section {
  background: rgba(165, 213, 254, 0.35);
  border: 1px solid rgba(165, 213, 254, 0.35);
  box-sizing: border-box;
  box-shadow: inset -5px 5px 10px rgb(165 213 254 / 35%);
  backdrop-filter: blur(15px);
  border-radius: 8px;
  padding: 20px 45px 45px 45px;
  margin-top: 30px;
}

.position-relative {
  position: relative;
}

.right-placeholder-image {
  width: 15px;
  top: 10px;
  position: absolute;
  right: 1rem;
  color: #337AB7;
}