* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.signup-sec {
  background: #F0F0F0;
  font-family: "Roboto", sans-serif;
  /* Scrollbar Track */
  /* Track background */
  /* Handle */
  /* Handle on hover */
}
.signup-sec ::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}
.signup-sec ::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}
.signup-sec ::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 5px;
}
.signup-sec ::-webkit-scrollbar-thumb:hover {
  background: #1d7597;
  cursor: pointer;
}
@media (max-width: 920px) {
  .signup-sec .signup-container {
    flex-direction: column;
  }
}
.signup-sec .signup-container .signup-left {
    /*width: 50%;
  border-radius: 8px 0px 0px 8px;*/
    width: 100%;
    border-radius: 8px;
    background: #136280;
}
@media (max-width: 920px) {
  .signup-sec .signup-container .signup-left {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .signup-sec .signup-container .signup-left {
    border-radius: 8px 8px 0px 0px;
  }
}
.signup-sec .signup-container .signup-left .signup-title {
  font-size: 32px;
  font-weight: 600;
  color: #FFFFFF;
  font-style: italic;
}
.signup-sec .signup-container .signup-right {
  width: 50%;
  border-radius: 0px 8px 8px 0px;
}
@media (max-width: 920px) {
  .signup-sec .signup-container .signup-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .signup-sec .signup-container .signup-right {
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
    background: #ee662d;
  }
}
.signup-sec .signup-container .signup-right img {
  height: 50%;
}
.signup-sec .signup-container label {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
.signup-sec .signup-container .form-control {
  background: #1d7597;
  border-radius: 4px;
  font-size: 13px;
  height: 35px;
  border: 1px solid #1d7597;
  color: #CCCCCC;
}
.signup-sec .signup-container .form-control::-moz-placeholder {
  color: #CCCCCC;
}
.signup-sec .signup-container .form-control::placeholder {
  color: #CCCCCC;
}
.signup-sec .signup-container .nav-tabs {
  border: 1px solid #17B3EC;
  border-radius: 4px;
  overflow: hidden;
}
.signup-sec .signup-container .nav-tabs .nav-link {
  color: #fff;
  border: 1px solid #17B3EC;
  border-radius: 0px;
}
.signup-sec .signup-container .nav-tabs .nav-link.active {
  color: #fff;
  background: #17B3EC;
  border: 1px solid #17B3EC;
  border-radius: 0px;
}
.signup-sec .signup-container .nav-tabs .nav-link:hover {
  border: 1px solid #17B3EC;
}
.signup-sec .signup-container .next-btn {
  color: #101112;
  font-size: 16px;
  font-weight: 800;
  height: 35px;
  background: #17B3EC;
  border: 1px solid #17B3EC;
}
.signup-sec .signup-container .progress-label {
  font-size: 13px;
  font-weight: 900;
  color: #fff;
}
.signup-sec .signup-container .progress {
  height: 5px;
  background-color: #1d7597;
}
.signup-sec .signup-container .progress .progress-bar {
  background: #17B3EC;
}
.signup-sec .signup-container .scrollable-body {
  max-height: 75vh;
  overflow: scroll;
  overflow-x: hidden;
}

.promotion-banner {
  background: #F0F0F0;
}/*# sourceMappingURL=style.css.map */

.toggle {
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    border-radius: 10px;
}
.fieldset {
    margin: 0;
    box-sizing: border-box;
    display: flex;
    min-width: 0;
    height: 40px;
    width: 100%;
}
.toggle input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}