
.mainPadding {
    padding: 20px 40px;
}



    
.signedFormThank {
    min-height:620px;
}
    




@media (max-width:960px){
    
.signedFormThank {
    min-height:900px;
}
    
}



.input4 {
 border: solid 1px #ffffff;
 border-radius: 4px;
 background: none;
 padding: 6px 11px;
 font-size: 1.5rem;
 width: 100%;
 color: #fff;
 transition: border 150ms cubic-bezier(0.4,0,0.2,1);
 letter-spacing: 6px;
 margin: 9px;
 text-transform: uppercase;
}

.input4:focus, input:valid {
 outline: none;
 border: 1px solid #ffffff;
}

.btn44 {
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  padding: 12px 20px;
    border: 0px;

  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
box-shadow: none;
 text-transform: uppercase;
    margin: 9px;
}
.btn44 i {
  margin-right: 10px;
  vertical-align: middle;
}

.btn44:focus {
  outline: 0;
  box-shadow: none;
}



.btn-alt44 {
  color: #FFF;
  background: #4A63E7;
}
.btn-alt44:hover {
  color: #FFF;
  background: #FF5959;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
}

.btn-border44 {
  color: #FFF;
  background: #4A63E7;
}
.btn-border44:hover {
  color: #FFF;
  background: #000;
}




.input-group2 {
 position: relative;
}

.input2 {
 border: solid 1px #4A63E7;
 border-radius: 4px;
 background: none;
 padding: 6px 11px;
 font-size: 1rem;
width: 100%;
 color: #888;
 transition: border 150ms cubic-bezier(0.4,0,0.2,1);
}

.input22 {
 border: solid 1px #4A63E7;
 border-radius: 4px;
 background: none;
 padding: 6px 11px;
 font-size: 1rem;
width: 100%;
 color: #888;
 transition: border 150ms cubic-bezier(0.4,0,0.2,1);
}

.user-label2 {
 position: absolute;
 left: 10px;
 color: #888;
 pointer-events: none;
 transform: translateY(8px);
 transition: 150ms cubic-bezier(0.4,0,0.2,1);
    
}

.input2:focus, input:valid {
 outline: none;
 border: 1px solid #4A63E7;
}

.input2:focus ~ label, input:valid ~ label {
 transform: translateY(-50%) scale(0.8);
 background-color: #ffffff;
    font-size: 16px;
 padding: 0 .2em;
 color: #4A63E7;
}

.input22:focus, select:valid {
 outline: none;
 border: 1px solid #4A63E7;
}

.input22:focus ~ label, select:valid ~ label {
 transform: translateY(-50%) scale(0.8);
 background-color: #ffffff;
    font-size: 16px;
 padding: 0 .2em;
 color: #4A63E7;
}

.datepicker-orient-right {
    left: 10px !important;
}






@media only screen and (max-width: 600px) {
  .mainPadding {
    padding: 10px 20px;
}
.btn44 {
width: 100%;
margin: 0px;
}
.input4 {
 margin: 0px;
}
}



.checkbox {
    margin-top: 9px;
  appearance: none;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 8px;
  border: 2px solid black;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.checkbox::before {
  font-family: "Quicksand", sans-serif;
  position: absolute;
  bottom: -12px;
  left: 1px;
  content: "✔";
  font-size: 40px;
  color: rgb(255, 153, 0);
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

.checkbox:checked::before {
  animation: zoom 0.5s ease-in-out;
  transform: scale(1);
}

@keyframes zoom {
  0% {
    transform: scale(0);
  }

  20% {
    transform: scale(1.5);
  }

  40% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.2);
  }

  90% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}



.checkbox-wrapper-12 {
  position: relative;
}

.checkbox-wrapper-12 > svg {
  position: absolute;
  top: -130%;
  left: -170%;
  width: 100%;
  pointer-events: none;
}

.checkbox-wrapper-12 * {
  box-sizing: border-box;
}

.checkbox-wrapper-12 input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  margin: 0;
}

.checkbox-wrapper-12 input[type="checkbox"]:focus {
  outline: 0;
}

.checkbox-wrapper-12 .cbx {
  width: 24px;
  height: 24px;
  top: calc(100px - 12px);
  left: calc(100px - 12px);
}

.checkbox-wrapper-12 .cbx input {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #bfbfc0;
  border-radius: 50%;
}

.checkbox-wrapper-12 .cbx label {
  width: 24px;
  height: 24px;
  background: none;
  border-radius: 50%;
  position: absolute;
  margin-top: 12px;
  top: 0;
  left: 0;
  transform: trasnlate3d(0, 0, 0);
  pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg {
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 1;
  pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg path {
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
  transition: stroke-dashoffset 0.3s ease;
  transition-delay: 0.2s;
}

.checkbox-wrapper-12 .cbx input:checked + label {
  animation: splash-12 0.6s ease forwards;
}

.checkbox-wrapper-12 .cbx input:checked + label + svg path {
  stroke-dashoffset: 0;
}

@-moz-keyframes splash-12 {
  40% {
    background: #4A63E7;
    box-shadow: 0 -18px 0 -8px #4A63E7, 16px -8px 0 -8px #4A63E7, 16px 8px 0 -8px #4A63E7, 0 18px 0 -8px #4A63E7, -16px 8px 0 -8px #4A63E7, -16px -8px 0 -8px #4A63E7;
  }

  100% {
    background: #4A63E7;
    box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}

@-webkit-keyframes splash-12 {
  40% {
    background: #4A63E7;
    box-shadow: 0 -18px 0 -8px #4A63E7, 16px -8px 0 -8px #4A63E7, 16px 8px 0 -8px #4A63E7, 0 18px 0 -8px #4A63E7, -16px 8px 0 -8px #4A63E7, -16px -8px 0 -8px #4A63E7;
  }

  100% {
    background: #4A63E7;
    box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}

@-o-keyframes splash-12 {
  40% {
    background: #4A63E7;
    box-shadow: 0 -18px 0 -8px #4A63E7, 16px -8px 0 -8px #4A63E7, 16px 8px 0 -8px #4A63E7, 0 18px 0 -8px #4A63E7, -16px 8px 0 -8px #4A63E7, -16px -8px 0 -8px #4A63E7;
  }

  100% {
    background: #4A63E7;
    box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}

@keyframes splash-12 {
  40% {
    background: #4A63E7;
    box-shadow: 0 -18px 0 -8px #4A63E7, 16px -8px 0 -8px #4A63E7, 16px 8px 0 -8px #4A63E7, 0 18px 0 -8px #4A63E7, -16px 8px 0 -8px #4A63E7, -16px -8px 0 -8px #4A63E7;
  }

  100% {
    background: #4A63E7;
    box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}