@font-face {
  font-family: "ChelseaMarket-Regular";
  src: url("../fonts/chelsea_market/ChelseaMarket-Regular.ttf"); }
@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"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Muli-Regular";
  font-size: 15px;
  margin: 0;
  color: #fff; }

input, textarea, select, button {
  font-family: "Muli-SemiBold"; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0; }

img {
  max-width: 100%; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

a {
  text-decoration: none; }
h3 {
    color: #2e3280;
}
label {
    color: #2e3280 !important;;
}
:focus {
  outline: none; }

.wrapper {
  min-height: 100vh;
  display: flex; }
  .wrapper .image-holder {
    width: 69.9%; }
  .wrapper .form-inner {
    width: 59.1%; }
   img.images12 {
    width: 158px;
    position: relative;
    left: 37%;
  }
form.has-validation-callback {
    position: relative;
    padding: 24px;
    box-shadow: rgb(0 0 0 / 4%) 0px 0px 1px, rgb(0 0 0 / 4%) 0px 2px 6px, rgb(0 0 0 / 25%) 0px 10px 20px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    margin-top: 36px;
    margin-bottom: 30px;
}
img.regimage {
    margin-top: 25px;
    margin-left: 23px;
}
p.text {
    color: black;
    position: relative;
    text-align: center;
    top: 5%;
}
.img {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(248, 250, 252);
    margin-left: auto;
    margin-right: auto;
}
h1.heading {
    color: #2e3280;
    position: relative;
    font-weight: 900;
    
    left: 5%;
}
form {
  width: 100%; }

.form-header {
  text-align: center;
  margin-bottom: 39px; }

h3 {
  text-transform: capitalize;
    font-size: 40px;
    font-weight: 900; }

label {
  margin-bottom: 11px;
  display: block; }

.form-group {
  margin-bottom: 26px;
  position: relative; }

.form-control {
  border: 1px solid #9e9ea7;
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 45px;
  background: none;
  padding: 0 19px;
  color: #000;
  font-size: 17px; }
  .form-control.error {
    border-color: #fd677a !important;
    background: url("../images/error.png") no-repeat center right 19px; }
  .form-control.valid {
    background: url("../images/valid.png") no-repeat center right 19px; }

.form-error {
  margin-top: 10px;
  display: inline-block; }

button {
  border: none;
    width: 100%;
    height: 46px;
    
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: blue;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  button:hover {
    color: white; }
    /* button:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); } */

.socials {
  text-align: center;
  margin-top: 59px; }

.socials-icon {
  display: inline-flex;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 19px;
  color: #fff;
  transition: all 0.5s ease;
  margin-right: 19px; }
  .socials-icon:hover {
    background: #fff;
    border: 1px solid transparent;
    color: #ff97a4; }
  .socials-icon:last-child {
    margin-right: 0; }

p {
  /* font-family: "Muli-SemiBold"; */
  color: #ffff66;
  margin-bottom: 22px; 
}

@media (max-width: 1500px) {
  .form-inner {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-left: 4vw;
    padding-right: 4vw; } 
}
@media (max-width: 1199px) {
  .wrapper {
    flex-direction: column; }
    .wrapper .image-holder {
      width: 100%;
      height: 45vh; }
    .wrapper .form-inner {
      width: 100%;
      height: 55vh; }

  .form-inner {
    padding-left: 20vw;
    padding-right: 20vw; }

  button {
    width: 50%; } 
}
@media (max-width: 991px) {

  .wrapper .image-holder {
    height: 37vh; }
  .wrapper .form-inner {
    height: 63vh; }

  .socials {
    margin-top: 40px; }

  .form-header {
    margin-bottom: 30px; } 
}
@media (max-width: 767px) {
  img.regimage {
    margin-top: 83px;
    margin-left: 0px;
  }
  .wrapper .form-inner {
    height: auto; }
  .wrapper .image-holder {
    height: auto; }

  .image-holder img {
    display: block; }

  .form-inner {
    padding: 30px 20px; }

  button {
    width: 100%; } 
}
@media (min-width: 768px) and (max-width: 991.98px) { 
      h1.heading {
          display: none;
      }
      .row.icon {
          display: none;
      }
      img.images12 {
          position: absolute;
          top: 0px;
      }
      form.has-validation-callback {
          position: relative;
          padding: 24px;
          box-shadow: rgb(0 0 0 / 4%) 0px 0px 1px, rgb(0 0 0 / 4%) 0px 2px 6px, rgb(0 0 0 / 4%) 0px 10px 20px;
          border-radius: 4px;
          background-color: rgb(255, 255, 255);
          margin-top: 689px;
          margin-bottom: 30px;
      }
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
      h1.heading {
        display: none;
      }
      .row.icon {
          display: none;
      }
      img.images12 {
          position: absolute;
          top: 0px;
      }
      form.has-validation-callback {
          position: relative;
          padding: 24px;
          box-shadow: rgb(0 0 0 / 4%) 0px 0px 1px, rgb(0 0 0 / 4%) 0px 2px 6px, rgb(0 0 0 / 4%) 0px 10px 20px;
          border-radius: 4px;
          background-color: rgb(255, 255, 255);
          margin-top: 689px;
          margin-bottom: 30px;
      }
}



