/*------------registration-----*/
.registration-page header .custom-nav a {
  color: #4b76a2;
  font-weight: 500;
}

.registration-page .register-section-full {
  position: absolute;
  padding: 0;
  /* background-image: url(../images/banner-bg-main.jpg); */
  background-position: left center;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}

.registration-page .register-mask {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  top: 0;
  z-index: -1;
  height: 100vh;
  position: fixed;
  width: 23%;
  left: 0;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#4B76A2), to(#28888E));
  background: linear-gradient(180deg, #4B76A2 0%, #28888E 100%);
}

.registration-page .upload_holder {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  padding-right: 0px;
  height: 50px;
}

.registration-page .upload_holder input {
  opacity: 0;
  width: 100%;
}

.registration-page .upload_holder label {
  position: absolute;
  top: 0;
  left: 0;
  background: #4a76a1;
  line-height: 50px;
  color: #fff;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-radius: 7px;
  padding: 0 10px;
  cursor: pointer;
  right: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.registration-page .upload_holder label i {
  margin-right: 5px;
}

.registration-page .upload_holder button {
  position: absolute;
  right: 0;
  width: 120px;
  height: 50px;
  top: 0;
  border: 0;
  background: #348295;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  color: #fff;
}

.registration-page .navbar {
  background: #fff;
  -webkit-box-shadow: 0 15px 20px -5px #00000014;
          box-shadow: 0 15px 20px -5px #00000014;
}

.registration-page .inner-left {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  min-height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#4B76A2), to(#28888E));
  background: linear-gradient(180deg, #4B76A2 0%, #28888E 100%);
  position: relative;
  bottom: 0;
  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;
}

.registration-page .inner-right {
  width: 77%;
}

.registration-page .inner-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.registration-page .tab {
  display: none;
}

.registration-page .tab.show {
  display: block;
}

.registration-page .form-group {
  margin-bottom: 1rem;
}

.registration-page h3 {
  font-size: 2rem;
}

.registration-page .form-group label {
  font-size: 0.9rem;
  font-weight: 600;
}

.registration-page .last-msg {
  display: none;
}

.registration-page .last-msg .card-title {
  font-size: 2rem;
  color: #28888E;
}

.h-100 {
  height: 100%;
}

.personal-details {
  padding: 2rem 0;
}

.upload-files {
  padding: 2rem 0;
}

.bank {
  padding: 2rem 0;
}

.new {
  padding: 2rem 0;
}

.new .qus-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f0f0;
  padding: 0.5rem;
  border-radius: 5px;
  margin-bottom: 0.3rem;
}

.new .qus-main .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.new .qus-main .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}




/*# sourceMappingURL=inner.css.map */