/**Font-Family**/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap");
.register-wrapper {
  background-color: #E7ECF1;
  min-height: 100vh;
}

.register-header {
  padding: 16px 0;
  background: linear-gradient(90deg, #041528 0.53%, #0C3C73 48.71%, #1D8A9B 100%);
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 10;
}
.register-header .register-header-inner .register-logo {
  text-align: center;
  max-width: 316px;
  margin: auto;
}
.register-header .register-header-inner .register-logo a {
  display: inline-block;
}
.register-header .register-header-inner .register-logo img {
  width: 100%;
}

.register-section {
  padding: 105px 0px 20px;
}
.register-section .signup-btn {
  padding: 11px 20px;
  min-width: 224px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #E7ECF1;
  background-color: #0A305C;
  border-radius: 8px;
  border: 2px solid #0A305C;
  transition: 0.3s;
}
.register-section .signup-btn:hover {
  background-color: transparent;
  border-color: #0A305C;
  color: #0A305C;
}
.register-section .register-form-heading {
  margin: 10px 0px;
  text-align: center;
}
.register-section .register-form-heading h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #0C3C73;
  margin-bottom: 4px;
}
.register-section .register-form-heading p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
.register-section .form-sub-heading {
  margin: 5px 0px;
}
.register-section .form-sub-heading h3 {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 0px;
}
.register-section .register-inner {
  width: 100%;
}
.register-section .register-inner .register-left .register-user-img {
  text-align: center;
  height: 100%;
  height: 100%;
}
.register-section .register-inner .register-left .register-user-img h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 30px;
}
.register-section .register-inner .register-left .register-user-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.4s ease;
}
.register-section .register-inner .register-left-photo {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.register-section .register-inner .register-left-photo .file-upload {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid #0C3C73;
  background: #B4C3D4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 100px;
  margin: auto;
}
.register-section .register-inner .register-left-photo .file-upload:hover {
  background-color: #0C3C73;
}
.register-section .register-inner .register-left-photo label {
  cursor: pointer;
}
.register-section .register-inner .register-left-photo .register-user-photo img {
  width: 24px;
  min-width: 24px;
  filter: brightness(100);
}
.register-section .register-inner .register-left-photo .register-user-name p {
  color: #E8E2E2;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.7px;
}
.register-section .register-inner .register-left {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 100px;
  margin: auto;
  overflow: hidden;
  border: 5px solid rgba(0, 0, 0, 0.01);
}
.register-section .register-inner .register-left .register-left-inner h2 {
  font-size: 77px;
  line-height: 96px;
  color: #000000;
  font-weight: 300;
  font-style: italic;
}
.register-section .register-inner .register-left .register-left-inner h2 sup {
  font-size: 29px;
  line-height: 35px;
  font-weight: 500;
  position: relative;
  top: -24px;
  left: 6px;
  font-style: normal;
}
.register-section .register-inner .register-left .register-left-inner h2 sup em {
  margin-right: 18px;
  font-weight: 400;
  margin-left: 101px;
}
.register-section .register-inner .register-left .register-left-inner h2 span {
  position: relative;
  left: -83px;
  top: 37px;
}
.register-section .register-inner .register-form-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0px auto;
}
.register-section .register-inner .register-form-inner .register-form {
  width: 100%;
}
.register-section .register-inner .register-form-inner .register-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.register-section .register-inner .register-form-inner .register-form .form-group .form-label {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #000000;
  text-transform: var(--text-capitalize);
  background-color: #E7ECF1;
  padding: 0px 8px;
  margin-bottom: 0px;
  bottom: -13px;
  left: 20px;
  word-break: break-word;
}
.register-section .register-inner .register-form-inner .register-form .form-group .form-control {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: #0C3C73 !important;
  border-radius: 8px;
  border: 2px solid #B4C3D4;
  height: 70px;
  padding: 20px 28px;
  box-shadow: none;
  background-color: #E7ECF1;
  width: 100%;
}
.register-section .register-inner .register-form-inner .register-form .form-group .form-control::-moz-placeholder {
  color: #C4C4C4;
}
.register-section .register-inner .register-form-inner .register-form .form-group .form-control::placeholder {
  color: #C4C4C4;
}
.register-section .register-inner .register-form-inner .register-form .form-group .form-control:focus {
  box-shadow: 0 0 0 0;
}
.register-section .register-inner .register-form-inner .register-form .form-group .select2-selection--single {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: #0C3C73 !important;
  border-radius: 8px;
  border: 2px solid #B4C3D4;
  height: 70px;
  padding: 20px 28px;
  box-shadow: none;
  background-color: #fff;
  width: 100%;
  justify-content: flex-start;
}
.register-section .register-inner .register-form-inner .register-form .form-group .select2-selection--single:after {
  top: 21px;
}
.register-section .register-inner .register-form-inner .register-form .form-group .input-group-addon {
  position: absolute;
  right: 22px;
  top: 46px;
}
.register-section .register-inner .register-form-inner .register-form .error-select2 {
  overflow: revert;
}
.register-section .register-inner .register-form-inner .register-form .error-select2 .error {
  position: absolute;
  bottom: -22px;
  left: 0px;
}
.register-section .register-inner .register-form-inner .register-form .form-check {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.register-section .register-inner .register-form-inner .register-form .form-check .form-check-input {
  width: 24px;
  height: 24px;
  border: 1px solid #C4C4C4;
  border-radius: 2px;
  margin-right: 10px;
}
.register-section .register-inner .register-form-inner .register-form .form-check .form-check-input:checked {
  /* background-color: #76bd2a;
  border-color: #76bd2a; */
  background-color: #0C3C73;
  border-color: #0C3C73;
}
.register-section .register-inner .register-form-inner .register-form .form-check .form-check-input:focus {
  box-shadow: 0px 0px 0px 0px;
}
.register-section .register-inner .register-form-inner .register-form .form-check .form-check-label {
  /* font-size: 12px; */
  font-size: 24px;
  line-height: 18px;
  color: #000;
  /* font-weight: 500; */
  font-weight: 400;
  margin-top: 3px;
}
.register-section .register-inner .register-form-inner .register-form .register-btn {
  margin: 20px 0px;
  text-align: center;
}
.register-section .register-inner .register-form-inner .register-form .form-bottom {
  text-align: center;
}
.register-section .register-inner .register-form-inner .register-form .form-bottom p {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
.register-section .register-inner .register-form-inner .register-form .form-bottom p span {
  color: #13c0d7;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
.register-section .register-inner .register-form-inner .register-form .form-bottom p:hover span {
  text-decoration: underline;
}
.register-section .register-inner .register-right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register-section .register-inner .register-right .register-right-inner {
  text-align: center;
}
.register-section .register-inner .register-right .register-right-inner .register-logo {
  margin-bottom: 20px;
}
.register-section .register-inner .register-right .register-right-inner .register-logo img {
  width: 178px;
  height: auto;
}

.register-main {
  display: flex;
  align-items: center;
}

@media (max-width: 1399px) {
  .register-section .register-inner .register-left .register-left-inner h2 {
    font-size: 50px;
    line-height: 72px;
  }
  .register-section .register-inner .register-left .register-left-inner h2 sup {
    font-size: 20px;
    line-height: 28px;
    top: -11px;
    left: 6px;
  }
  .register-section .register-inner .register-left .register-left-inner h2 sup em {
    margin-left: 83px;
    margin-right: 10px;
  }
  .register-section .register-inner .register-left .register-left-inner h2 span {
    left: -57px;
    top: 32px;
  }
}
@media (max-width: 1024px) {
  .register-section .register-form-heading {
    margin: 10px 0px;
  }
  .register-section .register-form-heading h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .register-section .form-sub-heading {
    margin: 10px 0px 2px;
  }
  .register-section .form-sub-heading h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .register-section .register-inner .register-left-photo {
    margin-bottom: 12px;
  }
  .register-section .register-inner .register-left {
    width: 110px;
    height: 110px;
  }
  .register-section .register-inner .register-form-inner .register-form .form-group {
    margin-bottom: 12px;
  }
  .register-section .register-inner .register-form-inner .register-form .form-group .form-control {
    font-size: 16px;
    line-height: 20px;
    height: 58px;
    padding: 12px 16px;
  }
  .register-section .register-inner .register-form-inner .register-form .form-group .input-group-addon {
    right: 17px;
    top: 41px;
  }
  .register-section .register-inner .register-form-inner .register-form .form-group .select2-selection--single {
    font-size: 16px;
    line-height: 20px;
    height: 58px;
    padding: 12px 16px;
  }
  .register-section .register-inner .register-form-inner .register-form .form-group .select2-selection--single:after {
    top: 16px;
    right: 16px;
  }
}
@media (max-width: 767px) {
  .register-section .register-inner .register-form-inner .register-form .error-select2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .register-header .register-header-inner .register-logo {
    max-width: 145px;
    margin: initial;
  }
  .register-header .register-header-inner .register-main {
    justify-content: space-between;
  }
  .register-section {
    padding: 90px 0px 20px;
  }
  .register-section .signup-btn {
    padding: 9px 15px;
    min-width: 137px;
    font-size: 16px;
    line-height: 20px;
  }
  .register-section .register-form-heading {
    margin: 10px 0px;
  }
  .register-section .register-form-heading h3 {
    font-size: 23px;
    line-height: 32px;
  }
  .register-section .register-form-heading p {
    font-size: 14px;
    line-height: 22px;
  }
  .register-section .form-sub-heading {
    margin: 12px 0px 2px;
  }
  .register-section .form-sub-heading h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .register-section .register-inner .register-left-photo {
    margin-bottom: 12px;
  }
  .register-section .register-inner .register-left-photo .file-upload {
    width: 34px;
    height: 34px;
    left: 79px;
  }
  .register-section .register-inner .register-left-photo .register-user-photo img {
    width: 20px;
    min-width: 20px;
  }
  .register-section .register-inner .register-left {
    width: 84px;
    height: 84px;
    border: 5px solid rgba(0, 0, 0, 0.01);
  }
  .register-section .register-inner .register-form-inner .register-form .form-group .form-label {
    font-size: 14px;
    line-height: 18px;
  }
  .register-section .register-inner .register-form-inner .register-form .form-group .form-control {
    height: 52px;
  }
  .register-section .register-inner .register-form-inner .register-form .form-group .input-group-addon {
    top: 38px;
  }
  .register-section .register-inner .register-form-inner .register-form .form-group .select2-selection--single {
    height: 52px;
  }
  .register-section .register-inner .register-form-inner .register-form .form-group .select2-selection--single:after {
    top: 14px;
  }
  .select-language .selectedBox {
    line-height: 23px;
    font-size: 14px;
  }
  .select-language .dropdown-item {
    font-size: 14px;
  }
}/*# sourceMappingURL=register.css.map */