html {
  height: 100%;
}
body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #646464;
  background-color: #1C1D50;
}
p {
  margin: 0 0 20px 0;
  color: #646464;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 20px 0;
  color: #111;
}
h1,
h2 {
  line-height: 1.2;
}
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
h1 {
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}
h3 {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}
h5 {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  h5 {
    font-size: 16px;
  }
}


a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

select,
input {
  margin: 0;
  padding: 0;
  border: 1px solid black;
}
select {
  height: 30px;
  border-radius: 20px 0 0 20px;
  padding-left: 5px;
  border-right: 0;
}
input {
  height: 28px;
  border-radius: 0 20px 20px 0;
  padding-left: 5px;
}


.signup-content-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .signup-none-767 {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .signup-none-991 {
    display: none !important;
  }
}
/*Preloader Styles Start*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 999999;
}
.preloader .inner {
  width: 99px;
  height: 99px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.preloader .inner > div {
  border-radius: 50%;
  position: absolute;
  -webkit-animation-name: circle_rotate;
  animation-name: circle_rotate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-timing-function: linear cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.preloader .inner .line1 {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 6px solid #740eaf;
  border-left: 6px solid rgba(116, 14, 175, 0);
  border-right: 6px solid rgba(116, 14, 175, 0);
  border-bottom: 6px solid rgba(116, 14, 175, 0);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.preloader .inner .line2 {
  width: 70%;
  height: 70%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 6px solid #9726d8;
  border-left: 6px solid rgba(151, 38, 216, 0);
  border-right: 6px solid rgba(151, 38, 216, 0);
  border-bottom: 6px solid rgba(151, 38, 216, 0);
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.preloader .inner .line3 {
  width: 40%;
  height: 40%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 6px solid #be70eb;
  border-left: 6px solid rgba(190, 112, 235, 0);
  border-right: 6px solid rgba(190, 112, 235, 0);
  border-bottom: 6px solid rgba(190, 112, 235, 0);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes circle_rotate {
  50%,
  100% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}
@keyframes circle_rotate {
  50%,
  100% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}

.signup-view {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.signup-view .signup-column-wrap {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
@media only screen and (max-width: 991px) {
  .signup-view .signup-column-wrap {
    padding-top: 10vh;
    padding-bottom: 15vh;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .signup-view .signup-column-wrap {
    padding-top: 5vh;
    padding-bottom: 27vh;
  }
}
@media only screen and (max-width: 575px) {
  .signup-view .signup-column-wrap {
    padding-top: 5vh;
    padding-bottom: 27vh;
  }
}
.signup-view .signup-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.signup-view .signup-animated-img {
    position: absolute;
    z-index: -1;
    top: 63%;
    width: 384px;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.signup-view .signup-logo {
  margin-bottom: 50px;
  display: block;
  max-width: 35vw;
}
.signup-view .signup-main-title {
    position: absolute;
    max-width: 380px;
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    padding-top: 40px;
    top: 175px;
    left: 0;
}



@media only screen and (max-width: 991px) {
  .signup-view .signup-main-title {
    font-size: 36px;
  }

}

/* Portrait */
@media only screen
  and (min-device-width: 834px)
  and (max-device-width: 834px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
.signup-view .signup-main-title {
    position: absolute;
    max-width: 380px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-top: 40px;
    top: 226px;
    left: 0;
}
  .signup-view .signup-animated-img {
      position: absolute;
      z-index: -1;
      top: 50%;
      right: 50px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100px;
      padding-top: 20px
    }
}

/* Landscape */
@media only screen
  and (min-width: 1112px)
  and (max-width: 1112px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2)
 {
.signup-view .signup-main-title {
    position: absolute;
    max-width: 380px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-top: 40px;
    top: 226px;
    left: 0;
}
  .signup-view .signup-animated-img {
      position: absolute;
      z-index: -1;
      top: 50%;
      right: 50px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100px;
      padding-top: 20px
    }
}
@media only screen and (max-width: 767px) {
.signup-view .signup-main-title {
    position: absolute;
    max-width: 380px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-top: 40px;
    top: 226px;
    left: 0;
}
  .signup-view .signup-animated-img {
      position: absolute;
      z-index: -1;
      top: 50%;
      right: 50px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 245px;
      padding-top: 20px;
    }
}

@media only screen and (max-device-width: 480px) {
.signup-view .signup-main-title {
    position: absolute;
    max-width: 380px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-top: 40px;
    top: 160px;
    left: 0;
}
  .signup-view .signup-animated-img {
      position: absolute;
      z-index: -1;
      top: 50%;
      right: 50px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 135px;
      padding-top: 20px
    }
}

@media only screen and (max-width: 575px) {
  .signup-view .signup-main-title {
    font-size: 28px;
  }
}
.signup-view .signup-switcher-description1 {
  color: #363636;
  font-size: 20px;
  max-width: 260px;
  width: 100%;
  margin-bottom: 40px;
}
.signup-view .signup-switcher-description1 .signup-switcher-text {
  display: inline-block;
  color: #4460f1;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.signup-view .signup-switcher-description1 .signup-switcher-text:hover {
  color: #0925ad;
  text-decoration: underline;
}
.signup-view .signup-switcher-description2 .signup-switcher-text {
  color: #b1b1b2;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.signup-view .signup-switcher-description2 .signup-switcher-text:hover {
  color: #1a34b8;
  text-decoration: underline;
}
.signup-view .signup-switcher-description3 {
  text-align: center;
  font-size: 16px;
  color: #646464;
  margin-bottom: 10px;
}
.signup-view .signup-switcher-description3 .signup-switcher-text {
  color: #4460f1;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.signup-view .signup-switcher-description3 .signup-switcher-text:hover {
  color: #0f2ab2;
  text-decoration: underline;
}
.signup-view .signup-qr-code {
  display: inline-block;
  max-width: 35vw;
}
.signup-view .signup-qr-code img {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #dfdfdf;
}
@media only screen and (max-width: 575px) {
  .signup-view .signup-qr-code img {
    padding: 5px;
  }
}
.signup-view .signup-form {
  margin-top: 10px;
}
.signup-view .signup-form .signup-label {
  color: #14133b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.signup-view .signup-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.signup-view .signup-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 26px;
  bottom: 24px;
  font-size: 14px;
  color: #a1a1a1;
}
.signup-view .signup-form .form-group .field-icon:before {
  padding: 17px 10px;
}
.signup-view .signup-form .form-control {
  border-radius: 10px;
  background-color: #EEEEEE;
  min-height: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px solid #ebf0f6;
  padding: 10px 20px;
  color: #BE991C;
}
@media only screen and (max-width: 767px) {
  .signup-view .signup-form .form-control {
    min-height: 50px;
  }
}


.signup-view .signup-form .select-control {

    width:65px;
    height:61px;
    border-radius: 11px 0px 0px 11px;
    min-height: 60px;
    -webkit-box-shadow: none;
    color: #111;
}
@media only screen and (max-width: 767px) {
  .signup-view .signup-form .select-control {
    min-height: 50px;
    width:42px;
    font-size:25px;
  }
}

.signup-view .signup-form .select-form-control {
    height: 60px;
    width: 265px;
    border-radius: 0px 11px 11px 0;
}
@media only screen and (max-width: 767px) {
  .signup-view .signup-form .select-form-control {
    min-height: 50px;
    width:118px;
    font-size:25px;
  }
}




.signup-view .signup-form input::-webkit-input-placeholder {
  color: #858588;
  font-size: 14px;
  font-weight: 300;
}
.signup-view .signup-form input::-moz-placeholder {
  color: #858588;
  font-size: 14px;
  font-weight: 300;
}
.signup-view .signup-form input:-moz-placeholder {
  color: #858588;
  font-size: 14px;
  font-weight: 300;
}
.signup-view .signup-form input:-ms-input-placeholder {
  color: #858588;
  font-size: 14px;
  font-weight: 300;
}
.signup-view .signup-form .signup-checkbox-box {
  margin-bottom: 25px;
}
.signup-view .signup-form .signup-checkbox-box label {
  color: #14133b;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.signup-view .signup-form .signup-checkbox-box label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  right: 0;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.signup-view .signup-form .signup-checkbox-box label:after {
  position: absolute;
  font-size: 10px;
  color: #555555;
}
.signup-view .signup-form .signup-checkbox-box input[type="checkbox"] {
  display: none;
}
.signup-view .signup-form .signup-checkbox-box input[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 900;
  color: #ffffff;
  left: 0;
  right: 0;
  top: 5px;
  width: 16px;
  text-align: center;
}
.signup-view .signup-form .signup-checkbox-box input[type="checkbox"]:checked + label::before {
  background-color: #4460f1;
  border-color: #4460f1;
}
.signup-view .signup-form .signup-otp-logo {
  margin-bottom: 30px;
  display: block;
}
.signup-view .signup-form .signup-otp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.signup-view .signup-form .signup-otp-row .signup-otp-col {
  min-height: 50px;
  padding: 5px;
  text-align: center;
  margin-right: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.signup-view .signup-form .signup-otp-row .signup-otp-col:last-child {
  margin-right: 0;
}
.signup-view .signup-form .signup-otp-btn {
  margin-bottom: 20px;
}
.signup-view .terms-link {
  display: inline-block;
  color: #4460f1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.signup-view .terms-link:hover {
  color: #1a34b8;
  text-decoration: underline;
}
.signup-view .signup-btn-fill {
  font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    -webkit-box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 10px;
    padding: 12px 36px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #EDD06C 0% 0% no-repeat padding-box;
    border-radius: 23px;
}

.signup-view .signup-btn-fill:hover {
    background: #EDD06C 0% 0% no-repeat padding-box;
    border-radius: 23px;
    transition: all 0.4s ease 0s;
}

.signup-view .signup-btn-fill-1 {
    -moz-user-select: none;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    padding: 0 20px;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    position: relative;
    min-height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    background: #00B9FF 0% 0% no-repeat padding-box;
    color: #fff;
    width: 100%;
    border: 0px;
}

.signup-view .signup-btn-fill-1:hover {
    background:transparent;
    color: #00B9FF;
    border: 1px solid #00B9FF;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .signup-view .signup-btn-fill {
    font-size: 16px;
    padding: 11px 30px;
  }
}
.signup-view .signup-style-line {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.signup-view .signup-style-line span {
  text-align: center;
  font-size: 15px;
  color: #acacac;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}
.signup-view .signup-style-line span:before {
  display: inline-block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #cfcfcf;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.signup-view .signup-style-line span:after {
  display: inline-block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #cfcfcf;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.signup-view ul.signup-socials {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
}
.signup-view ul.signup-socials li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.signup-view ul.signup-socials li a {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  height: 60px;
  width: 80px;
  border: 1px solid;
  border-color: #cfcfcf;
  background-color: #fefefe;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .signup-view ul.signup-socials li a {
    font-size: 18px;
    height: 50px;
    width: 60px;
  }
}
.signup-view ul.signup-socials li a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.1);
}
.signup-view ul.signup-socials li.signup-google a {
  color: #CC3333;
}
.signup-view ul.signup-socials li.signup-apple a {
  color: #132133;
}
.signup-view ul.signup-socials li.signup-facebook a {
  color: #3b5998;
}

.form-input-grid {
    margin: 1.5em 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.5em;
}
.form-input-max {
    margin: 1.5em 0;
}
.form-input-wrapper {
    width: 100%;
    position: relative;
}

.signup-container {
    background: #ffffff29 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 6px #00000033;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    padding: 20px;
}

.gradient-header{
    padding: 20px;
    background: transparent linear-gradient(180deg, #632D8F 0%, #1C1D50 100%) 0% 0% no-repeat padding-box;
}

.parallel-shape {
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    background: #ffffff29;
    padding: 20px;
}