/* Registration form */

.registration .custom-input .icon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 23px;
    left: 5px;
  }
  
  .registration .custom-input {
    font-weight: 300;
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    -webkit-transition: height 0.4s linear;
    transition: height 0.4s linear;
  }
  
  .registration .notification-input {
    font-size: 13px;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    padding-left: 35px;
    background: transparent;
    font-family: inherit;
    padding-right: 30px;
    -webkit-appearance: none;
    font-weight: 500;
    border-radius: 0;
  }
  
  .registration .two-inputs-container .custom-input {
    display: inline-block;
    width: calc(50% - 15px);
    vertical-align: top;
  }
  
  .registration .two-inputs-container .custom-input:last-child {
    margin-left: 20px;
  }
  
  .registration .custom-checkbox {
    display: flex;
    padding: 5px 0;
  }
  
  .registration .custom-checkbox .checkbox-icon {
    margin-right: 5px;
  }
  
  .registration .custom-checkbox .form-checkbox {
    opacity: 0;
  }
  
  .registration .button-area button {
    margin: 1rem auto;
    display: block;
  }
  
  .registration .wrapper-background {
    background: #2cb7a6;
    z-index: -1;
    width: 100%;
  }
  
  .registration .lower-section .custom-control-label {
    display: block;
  }
  
  .registration .frame {
    padding: 0 40px;
    box-shadow: 4px -1px 3px 1px rgba(140, 140, 160, 0.2);
    border-radius: 10px;
    margin-left: 2px;
    margin-right: -34px;
    position: relative;
    z-index: 222;
    background: #fff;
    height: 100%;
  }
  
  .registration .custom-input::before {
    content: "";
    background: url("/_assets/7a9fd8915f2ca83f9ac08031dac65d59/images/First name icon.svg");
    width: 20px;
    height: 20px;
    background-size: contain;
    left: 0;
    position: absolute;
    background-position: left;
    background-repeat: no-repeat;
    top: 28px;
  }
  
  .registration .custom-input.email::before {
    background: url("/_assets/7a9fd8915f2ca83f9ac08031dac65d59/images/Mail-icon.svg");
    width: 20px;
    height: 20px;
    background-size: contain;
    left: 0;
    position: absolute;
    background-position: left;
    background-repeat: no-repeat;
    top: 28px;
    content: "";
  }
  
  .registration .custom-input.password::before {
    background: url("/_assets/7a9fd8915f2ca83f9ac08031dac65d59/images/Password icon.svg");
    width: 20px;
    height: 20px;
    background-size: contain;
    left: 0;
    position: absolute;
    background-position: left;
    background-repeat: no-repeat;
    top: 28px;
    content: "";
  }
  
  .registration .custom-input.timezone::before {
    background: url("/_assets/7a9fd8915f2ca83f9ac08031dac65d59/images/Time zone icon.svg");
    width: 20px;
    height: 20px;
    background-size: contain;
    left: 0;
    position: absolute;
    background-position: left;
    background-repeat: no-repeat;
    top: 24px;
    content: "";
  }
  
  .registration .custom-input.website::before {
    background: url("/_assets/7a9fd8915f2ca83f9ac08031dac65d59/images/website icon.svg");
    width: 20px;
    height: 20px;
    background-size: contain;
    left: 0;
    position: absolute;
    background-position: left;
    background-repeat: no-repeat;
    top: 28px;
    content: "";
  }
  
  .registration .box-white h3 {
    color: #000;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
  }
  
  .registration .box-white h4 {
    font-size: 20px;
    padding: 20px 0;
    font-weight: 500;
    text-align: center;
    padding-bottom: 35px;
  }
  
  .registration .box-white .hard-blue {
    font-weight: 700;
  }
  
  .registration .form-wrapper form::before {
    content: none;
  }
  
  .registration .box-white {
    min-height: 100vh;
  }
  
  .registration .box-white .logo {
    text-align: center;
  }
  
  .background-green {
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    background-size: cover;
  }
  
  .background-green .carousel {
    padding: 0 70px;
    deleted-padding-top: 100px;
    padding-top: 40px;
    min-height: 100vh;
    text-align: center;
  }
  
  .background-green .carouselslider-caption {
    min-height: 100px;
  }
  
  .background-green .carousel .carousel-control-prev,
  .background-green .carousel .carousel-control-next {
    top: auto;
    width: auto;
    position: relative;
  }
  
  .background-green .carousel .carousel-indicators {
    opacity: 1;
    position: relative;
  }
  
  .background-green .carousel h2 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
  }
  
  .background-green .carousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #9c9c9c;
    opacity: 1;
  }
  
  .background-green .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: calc(100% - 100px);
  }
  
  .background-green .carousel .carousel-indicators li.active {
    background-color: #000;
    width: 13px;
    height: 13px;
  }
  
  .background-green .carousel .carousel-indicators {
    margin: auto;
  }
  
  .background-green .carousel .custom-indicator {
    display: inline-flex;
    background-color: #fff;
    border-radius: 15px;
    margin: auto;
    margin-top: 80px;
    padding: 0px 30px;
  }
  
  .registration .custom-input .red-star:before {
    content: "*";
    color: #ff0000;
    padding-left: 3px;
  }
  
  .registration .custom-input .noted {
    background-image: url("/_assets/7a9fd8915f2ca83f9ac08031dac65d59/images/information_black.svg");
    width: 13px;
    height: 13px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 2px;
    display: inline-block;
    margin-left: 3px;
    display: none;
  }
  
  .registration .custom-input .view {
    content: "";
    background-image: url("/_assets/7a9fd8915f2ca83f9ac08031dac65d59/images/view icon.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
  }
  
  .registration .custom-input.logo::before {
    content: none;
  }
  
  .registration .custom-input.logo span {
    border: 1px solid #4faf98;
    margin-left: 5px;
    padding: 5px;
    color: #4faf98;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
  }
  
  .registration .box-white .logo img {
    padding: 25px 0;
  }
  
  .registration .box-white .inside-border {
    border: 2px solid #3e9e87;
    margin-top: 0;
    border-radius: 5px;
    margin-bottom: 120px;
    padding: 40px;
    padding-top: 20px;
  }
  
  .registration #accordionOpenpart {
    margin-top: 35px;
  }
  
  .registration .box-white form {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
    border: none;
  }
  
  .registration .form-wrapper form {
    padding: 0;
  }
  
  .registration .form-wrapper {
    margin-top: 0;
  }
  
  .registration .custom-input.logo span.create::before {
    content: "";
    background: url("/_assets/7a9fd8915f2ca83f9ac08031dac65d59/images/create bew PW icon.svg");
    width: 30px;
    height: 30px;
    left: 0;
    position: absolute;
    background-position: left;
    background-repeat: no-repeat;
    top: 0px;
  }
  
  .registration .custom-input.logo span.copy::before {
    content: "";
    background: url("/_assets/7a9fd8915f2ca83f9ac08031dac65d59/images/copy icon.svg");
    width: 30px;
    height: 30px;
    left: 6px;
    position: absolute;
    background-position: left;
    background-repeat: no-repeat;
    top: 0px;
  }
  
  .registration .custom-input.logo span:first-child {
    margin-left: 0px;
  }
  
  .registration .custom-input.logo {
    width: auto;
  }
  
  .registration .lower-section .button-area button {
    margin-top: 0;
    color: #fff;
    text-align: center;
    background-color: #3e9e87;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 0.8rem 1rem;
    min-width: 15rem;
    font-weight: 600;
    font-size: 14px;
    opacity: 0.5;
  }
  
  .registration .lower-section .button-area button.submitButton-enabled {
    opacity: 1;
  }
  
  .registration .box-white .inside-border .two-inputs-container {
    margin-top: 12px;
  }
  
  .registration .lower-section .button-area .secondary-text {
    font-size: 14px;
  }
  
  .registration .lower-section .button-area .secondary-text .bold {
    font-weight: 700;
    text-decoration: underline;
  }
  
  .registration .lower-section .button-area .sec-section {
    text-align: center;
  }
  
  .registration select::-ms-expand {
    display: none;
    -webkit-appearance: none;
  }
  
  .registration .form-wrapper label {
    font-size: 14px;
    font-weight: 500;
  }
  
  .background-green .carousel-control-prev-icon {
    background: url("/_assets/7a9fd8915f2ca83f9ac08031dac65d59/images/back(1).png");
    width: 21px;
    height: 21px;
    left: -25px;
    position: absolute;
    background-position: left;
    background-repeat: no-repeat;
    top: 5px;
    background-size: contain;
    opacity: 1;
  }
  
  .background-green .carousel-control-next-icon {
    background: url("/_assets/7a9fd8915f2ca83f9ac08031dac65d59/images/next (1).png");
    width: 21px;
    height: 21px;
    left: 5px;
    position: absolute;
    background-position: left;
    background-repeat: no-repeat;
    top: 5px;
    background-size: contain;
    opacity: 1;
  }
  
  .registration .row.no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  
  .registration .row.no-gutters > [class^="col-"],
  .registration .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  
  .registration .frame-container {
    padding: 0;
  }
  
  .background-green .carousel img {
    deleted-padding-top: 33px;
    padding-top: 0px;
  }
  
  .registration .custom-input label {
    font-size: 13px;
  }
  
  .tx_varegform .custom-checkbox input {
    margin-top: 5px;
    margin-right: 10px;
  }
  
  .registration .button-area {
    margin-top: 20px;
  }
  
  .registration .custom-checkbox a {
    text-decoration: underline;
  }
  
  .registration .notification-input.focus-here {
    border-bottom: 2px solid #3e9e87;
  }
  
  .registration .sec-section a {
    text-decoration: underline;
  }
  
  .registration .sec-section {
    padding-bottom: 20px;
  }
  
  .registration .two-inputs-container .custom-input.timezone select {
    background: url("/_assets/7a9fd8915f2ca83f9ac08031dac65d59/images/down-arrow.png");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right;
  }
  
  .registration .custom-checkbox-edit {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .registration .custom-checkbox-edit input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .registration .custom-checkbox-edit .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
  }
  
  .registration .custom-checkbox-edit:hover input ~ .checkmark {
    background-color: #fff;
  }
  
  .registration .custom-checkbox-edit input:checked ~ .checkmark {
    background-color: #2cb7a6;
  }
  
  .registration .custom-checkbox-edit .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .registration .custom-checkbox-edit input:checked ~ .checkmark:after {
    display: block;
  }
  
  .registration .custom-checkbox-edit .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .registration .custom-checkbox-edit a {
    text-decoration: underline;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .registration .regformborder-wrapper {
      min-height: 450px;
    }
  }
  
  @media only screen and (min-width: 1400px) {
    .registration .regformborder-wrapper {
      min-height: 450px;
    }
  }
  
  @media only screen and (min-width: 1200px) {
    .background-green .carousel {
      padding-right: 40px;
    }
  }
  
  @media only screen and (max-width: 1200px) {
    .registration .col-reverse {
      flex-direction: column-reverse;
    }
  
    .registration .frame {
      padding: 0 40px;
      box-shadow: none;
      border-radius: none;
      margin-left: 0px;
      margin-right: 0px;
      position: relative;
      margin-top: 0px;
    }
  
    .background-green .carousel .custom-indicator {
      margin-bottom: 30px;
    }
  }
  
  @media (min-width: 768px) {
    .registration .frame-container {
      max-width: 100%;
    }
  }
  
  @media (max-width: 992px) {
    .background-green .carousel {
      padding: 0px 48px;
      deleted-padding-top: 50px;
      padding-top: 20px;
    }
  
    .background-green .carousel {
      min-height: auto;
      margin-bottom: 30px;
    }
  }
  
  @media (max-width: 768px) {
    .background-green .carousel {
      padding: 0px 18px;
      deleted-padding-top: 35px;
      padding-top: 15px;
    }
  
    .background-green .carousel img {
      padding-top: 40px;
    }
  
    .background-green .carousel .custom-indicator {
      margin-top: 40px;
    }
  
    .registration .box-white .inside-border {
      margin-bottom: 50px;
    }
  }
  
  @media (max-width: 767px) {
    .registration .two-inputs-container .custom-input.logo:last-child {
      width: 100%;
    }
  }
  
  @media (max-width: 560px) {
    .registration .two-inputs-container .custom-input:last-child {
      margin-left: 0;
    }
  
    .registration .two-inputs-container .custom-input {
      display: block;
      width: 100%;
    }
  
    .registration .box-white .inside-border {
      padding-bottom: 60px;
    }
  
    .registration .custom-input.logo span {
      margin-top: 13px;
    }
  
    .background-green .carousel h2 {
      font-size: 28px;
    }
  
    .background-green .carousel img {
      padding-top: 15px;
    }
  
    .registration .box-white h3 {
      font-size: 21px;
    }
  
    .registration .box-white h4 {
      font-size: 18px;
    }
  
    .registration .box-white .inside-border {
      padding: 25px;
    }
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .registration .two-inputs-container .custom-input.logo:last-child {
      margin-left: 0px;
    }
  }
  
  @supports (-ms-ime-align: auto) {
    .background-green .carousel .custom-indicator {
      max-width: max-content;
      max-width: -moz-max-content;
      max-width: -webkit-max-content;
      max-width: -o-max-content;
      max-width: -ms-max-content;
    }
  }
  
  /* css edited on 31 march 2020 */
  .registration .form-wrapper label {
    cursor: pointer;
  }
  
  /**************** Registration V2 ***************/
  
  /* Form Part */
  .try-free-plan-v2 {
    position: relative;
    padding-left: 44px;
    margin-bottom: 48px;
  }
  
  .try-free-plan-v2 p {
    margin: 0;
  }
  
  .try-free-plan-v2 .small-p {
    color: var(--colorGrayLight3);
  }
  
  .try-free-plan-v2::before {
    content: "";
    position: absolute;
    top: calc(50% - 13px);
    left: 0;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-size: 22.5px;
    line-height: 160%;
    color: var(--colorGreenLight);
  }
  
  .registration-v2 .tx-va-regform h5 {
      margin-bottom: 30px;
  }
  
  .registration-v2 .view {
      position: absolute;
      right: 15px;
      height: 16px;
      top: 50%;
      cursor: pointer;
  }
  
  .reg-form-v2 {
      margin-bottom: 15px;
  }
  
  .registration-v2 .logo {
      margin-top: 24px;
  }
  
  .registration-v2 .create::after,
  .registration-v2 .copy::after {
      display: none;
  }
  
  .registration-v2 .create {
      padding-right: 24px;
      border-right: 1px solid var(--colorGrayLight1);
  }
  
  .registration-v2 .copy {
      padding-left: 24px;
  }
  
  .registration-v2 .create::before {
      content: '↻';
      font-family: 'Inter';
      margin-right: 8px;
  }
  
  .registration-v2 .copy::before {
      content: '⇥';
      font-family: 'Inter';
      margin-right: 8px;
  }
  
  .registration-v2 .button-area {
      margin-top: 50px;
  }
  
  .registration-v2 .button-area .cta-level-1 {
      margin-bottom: 18px;
  }
  
  .registration-v2 .button-area .cta-level-2::after {
      display: none;
  }
  
  .registration-v2 .tx-va-regform {
      padding: 117px 50px 120px;
  }

  .registration-v2 .password input {
    padding-right: 45px;
  }
  
  
  /* Image/Slider Part */
  .registration-v2 .background-green {
      background-color: var(--colorGreenLight2);
  }
  
  .registration-v2 .background-green .carousel {
      padding: 40px;
  }
  @media only screen and (min-width: 1800px) {
      .registration-v2 .tx-va-regform {
          padding: 117px 165px 120px 143px;
      }
  
      .registration-v2 .col-xl-5 {
          flex: 0 0 47%;
          max-width: 47%;
      }
      
      .registration-v2 .col-xl-7 {
          flex: 0 0 53%;
          max-width: 53%;
      }
  }
  
  @media only screen and (max-width: 1799px)and (min-width: 1201px) {
      .registration-v2 .col-xl-5 {
          flex: 0 0 50%;
          max-width: 50%;
      }
      
      .registration-v2 .col-xl-7 {
          flex: 0 0 50%;
          max-width: 50%;
      }
  }
  
  @media only screen and (max-width: 1200px) {
      .registration-v2 .tx-va-regform {
          padding: 60px 50px;
      }
  
      .registration-v2 .background-green .carousel {
          margin-bottom: 0;
      }
  }
  
  @media only screen and (max-width: 767px) {
      .registration-v2 .tx-va-regform {
          padding: 60px 20px 100px;
      }
  
      .registration-v2 .col-xl-7 {
          display: none;
      }
  
      .registration-v2 .box-white-v2 h2,
      .registration-v2 .box-white-v2 h5 {
          text-align: center;
      }
  
      .try-free-plan-v2 {
          margin-bottom: 10px;
          padding-left: 39px;
      }
  
      .registration-v2 .create {
          margin-right: 20px;
          padding-right: 20px;
      }
  
      .registration-v2 .copy {
          padding-left: 0;
      }
  
      .reg-form-v2 {
          margin-bottom: 30px;
      }
  
      .registration-v2 .button-area .cta-level-1 {
          width: 100%;
      }
  
      .registration-v2 .button-area {
          margin-top: 28px;
      }
  }
  
/*.captcha-block{
    height: 63px;
    width: 100%;
    filter:invert(100%);
    -webkit-filter:invert(100%);
    background-image: url("/_assets/7a9fd8915f2ca83f9ac08031dac65d59/image/captchabg3.jpg");
    background-size: cover;
    display: table;
}

#captcha-code{
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    font-style: oblique;
    font-family: "Moms TypeWriter";
    display: table-cell;
    vertical-align: middle;
}*/

/*.reload{
    height: 46px;
    width: 30%;
    border:1px solid #333;    
    cursor: pointer;
    background-image: url("/_assets/7a9fd8915f2ca83f9ac08031dac65d59/image/reload2.png");
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: 1.75em;
    background-position: center;
}*/

.capcode { 
  font-size: 46px; 
  display: block; 
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; 
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 'Fontdiner Swanky', serif;
  font-weight: 100;
  font-style: italic;
  border-radius: 15px;
}
@media screen and (max-width: 970px) {
    #CapCode-footer {
        width: 120px;
    }
}
@media screen and (max-width: 920px) {
  #CapCode-footer {
      width: 100px;
    }
}
@media screen and (max-width: 767px)  {
    #CapCode-footer {
        width: 140px;
    }
    .reload-footer{
        margin-left: 100px;
    }
}
.reload{
    height: 46px;
    width: 30%;
    cursor: pointer;
    background-image: url("/_assets/7a9fd8915f2ca83f9ac08031dac65d59/image/reload2.png");
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: 2.3em;
    background-position: center;
}


.extra-height.captcha-block{
  height:60px

}

.captcha-customstyle {
  margin-top: 34px; 
}

.custom-reload {
  margin-top: 33px; 
}

.captcha-customstyle-1{
  margin-top: 32px;   
}
.reload-reg{
  margin-left: 72px;
  background-size: 2em;
  margin-top: 41px;
}
.custom-style-2{
  margin-top: 10px;
}
@media only screen and (max-width: 1200px) {
  .reload-reg{
    margin-left: -23px;
  }
}
@media only screen and (max-width: 992px) {
	.captcha-customstyle {
	margin-top: 24px;
	}
    #CaptchaImageCode canvas{
    height: 58px;
  }
    .captcha-customstyle-1 {
    margin-top: 25px;
  }
  .reload-reg{
     margin-left: 13px;
     margin-top: 34px;
  }

}
@media only screen and (max-width: 576px) {
   .reload-reg{
     margin-left: 70px;
  }
  .custom-style-2{
    margin-left: 70px
  }
}
@media only screen and (max-width: 380px) {
   .reload-reg{
     margin-left: 91px;
    background-size: 1.5em;
  }
    .custom-style-2{
    margin-left: 95px;
    background-size: 1.5em;
  }
}
