::-webkit-input-placeholder {
  /* Edge */
  color: #C2C2C2;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C2C2C2;
}

::-ms-input-placeholder {
  color: #C2C2C2;
}

::placeholder {
  color: #C2C2C2;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  margin-top: 35px;
}

.form-container {
  padding: 48px 0 26px 0;
  text-align: center;
  color: #000;
  background: #fff;
  /* border-radius: 25px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16); */
  margin: 37px 0;
  position: relative;
}

.form-container img {
  width: 92px;
  height: 92px;
  margin: auto;
}

.form-container h1 {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: bold;
  margin: 27px 0 36px 0;
}

.form-container h3 {
  font-size: 1.5rem;
  line-height: 35px;
  color: #707070;
  margin: -40px 0 35px 0;
}

.form-container .msg {
  padding: 13px 0;
  width: 100%;
  color: #fff;
  margin-bottom: 24px;
  display: none;
}

.form-container .tafra-success-msg {
  background: #6AE291;
  display: block;
}

.form-container .tafra-error-msg {
  background: #F36767;
  display: block;
}

.form-container .tafra-input-group {
  text-align: left;
  position: relative;
}

.form-container .tafra-input-group .col-12 {
  padding: 0;
}

.form-container .input-value {
  position: absolute;
  right: 14px;
  top: 13px;
  color: #707070;
}

.form-container .tafra-input-group.error input, .form-container .tafra-input-group.error textarea, .form-container .tafra-input-group.error .option, .form-container .tafra-input-group.error .input-preview, .form-container .tafra-input-group.error select {
  border-color: #F36767;
  margin-bottom: 0;
}

.form-container .tafra-input-group.error .img {
  border-color: #F36767;
}

.form-container .tafra-input-group.error small {
  display: block;
  margin-bottom: 15px;
}

.form-container label {
  font-size: 0.875rem;
  line-height: 19px;
  font-weight: bold;
}

.form-container label i {
  color: #27B4E5;
}

.form-container label span {
  color: #C2C2C2;
  font-weight: normal;
}

.form-container .tafra-tooltip {
  position: absolute;
  top: 30px;
  left: 20%;
  z-index: 5;
  background: #fff;
  padding: 13px 20px;
  border-radius: 25px;
  -webkit-box-shadow: 0 3px 10px #00000036;
  box-shadow: 0 3px 10px #00000036;
  color: #000;
  font-size: 0.75rem;
  line-height: 16px;
  width: 245px;
  opacity: 0;
  -webkit-transition: 0.75s ease-in-out opacity;
  transition: 0.75s ease-in-out opacity;
}

.form-container input, .form-container select, .form-container textarea, .form-container .select2-container .select2-selection {
  color: #707070;
  font-size: 0.875rem;
  line-height: 19px;
  border: 1px solid #C2C2C2;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 30px;
  padding: 13px 11px;
  background-color: white;
}

.form-container textarea {
  height: 145px;
}

.form-container small {
  font-size: 0.75rem;
  line-height: 16px;
  color: #F36767;
  display: none;
  margin-top: 4px;
}

.form-container .file-container {
  position: relative;
}

.form-container .file-container .upload {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background: #27B4E5;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 21px;
  border: none;
  border-radius: 0 10px 10px 0;
  padding: 13px 0 13px 0;
  width: 85px;
}

.form-container .file-container .upload.remove {
  z-index: 2;
  background: #F36767;
}

.form-container .file-container input[type='file'] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 45px;
  width: 85px;
  opacity: 0;
  cursor: pointer;
}

.form-container .input-img-container .img {
  height: 114px;
  width: 114px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #C2C2C2;
  position: relative;
  margin-bottom: 35px;
}

.form-container .input-img-container .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.form-container .input-img-container .img .action-btn {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #fff;
  border: none;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.form-container .input-img-container .img .action-btn span {
  font-size: 2rem;
  position: relative;
  top: -12px;
  right: -1px;
}

.form-container .input-img-container .img.img-added .add-btn {
  display: none;
}

.form-container .input-img-container .img.img-added .remove-btn {
  display: block;
}

.form-container .input-img-container .img .add-btn {
  background: #27B4E5;
}

.form-container .input-img-container .img .remove-btn {
  background: #F36767;
  display: none;
}

.form-container .input-img-container .img input {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: -18px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.form-container .checkbox {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #919191;
  padding: 9px;
  border-radius: 0;
  display: inline-block;
  position: relative;
  width: 17px !important;
  height: 17px !important;
}

.form-container .checkbox:checked:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #99a1a7;
}

.form-container .checkbox:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

.form-container .checkbox:active, .form-container .checkbox:checked:active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.form-container .agree {
  font-size: 0.875rem;
  line-height: 19px;
  color: #919191;
  margin-bottom: 14px;
  text-align: left;
}

.form-container .check-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-container .check-box-container input {
  width: unset;
  margin: 2px 7px 5px 0;
}

.form-container .check-box-container a {
  text-decoration: underline;
  line-height: 24px;
}

.form-container .agree.error label {
  margin-bottom: 0;
}

.form-container .agree.error .checkbox {
  border-color: #F36767;
}

.form-container .agree.error small {
  display: block;
}

.form-container .tafra-btn {
  width: 100%;
}

.form-container .btn-back {
  background: unset;
  border: unset;
  color: #000000;
  font-size: 1.125rem;
  line-height: 24px;
  padding: 11px 0;
}

.form-container .or {
  position: relative;
  margin-bottom: 22px;
  color: #919191;
  font-size: 0.875rem;
  line-height: 19px;
  margin-top: 30px;
}

.form-container .or span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 2px 18px;
}

.form-container .or .line {
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
  background: #919191;
}

.form-container .to-login {
  color: #919191;
}

.form-container .to-login a {
  color: #27B4E5;
  text-decoration: underline;
}

.reset-container .tafra-input-group {
  margin-bottom: 18px;
}

.reset-container .tafra-input-group:last-of-type {
  margin-bottom: 21px;
}

.msg-container .form-container {
  padding: 48px 0 42px 0;
}

.msg-container .welcome-msg {
  font-size: 1rem;
  line-height: 21px;
  color: #707070;
}

.msg-container .tafra-note {
  font-size: 1rem;
  font-weight: bold;
  line-height: 21px;
  color: #707070;
}

.msg-container .tafra-btn {
  margin-top: 27px;
}

.msg-container .go-to {
  font-size: 0.875rem;
  line-height: 19px;
  color: #27B4E5;
  margin-top: 27px;
  text-align: center;
}

.verfication-container .verify-input {
  border-width: 0 0 1px 0;
  border-color: #C2C2C2;
  border-radius: 0;
  min-width: 60px;
  font-size: 2.25rem;
  color: #232323;
  line-height: 48px;
  text-align: center;
  padding: 2px;
}

.verfication-container .verify-input:not(:last-of-type) {
  margin-right: 22px;
}

.verfication-container .time-to-expire {
  margin: 16px 0 30px 0;
}

.verfication-container .time-to-expire span {
  font-size: 0.875rem;
  color: #C2C2C2;
  line-height: 19px;
}

.verfication-container .time-to-expire span i {
  color: #27B4E5;
  font-style: unset;
}

.verfication-container .resende-code {
  margin-top: 14px;
}

.verfication-container .resende-code a {
  color: #27B4E5;
  text-decoration: underline;
  font-size: 0.875rem;
  line-height: 19px;
}

.complete-profile-progress {
  margin-bottom: 45px;
}

.complete-profile-progress .bar-container {
  background: rgba(2, 21, 89, 0.2);
  height: 5px;
  width: 100%;
}

.complete-profile-progress .bar-container .tafra-progress-bar {
  height: 100%;
  background: #021559;
  width: 0;
  -webkit-transition: 0.75s ease-in-out width;
  transition: 0.75s ease-in-out width;
}

.step {
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.step.active {
  -webkit-transition: 0.75s ease-in-out opacity;
  transition: 0.75s ease-in-out opacity;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.complete-reciruter-container .complete-later {
  position: absolute;
  top: 3%;
  right: 8%;
}

.complete-reciruter-container .complete-later a {
  font-size: 0.875rem;
  line-height: 19px;
  color: #27B4E5;
  text-decoration: underline;
}

.complete-reciruter-container .complete-profile-progress .bar-container .tafra-progress-bar.step-1 {
  width: 33%;
  -webkit-transition: 0.75s ease-in-out width;
  transition: 0.75s ease-in-out width;
}

.complete-reciruter-container .complete-profile-progress .bar-container .tafra-progress-bar.step-2 {
  width: 66%;
  -webkit-transition: 0.75s ease-in-out width;
  transition: 0.75s ease-in-out width;
}

.complete-reciruter-container .complete-profile-progress .bar-container .tafra-progress-bar.step-3 {
  width: 100%;
  -webkit-transition: 0.75s ease-in-out width;
  transition: 0.75s ease-in-out width;
}

.complete-reciruter-container .option {
  font-size: 0.75rem;
  line-height: 16px;
  text-align: center;
  color: #707070;
  border: 1px solid #C2C2C2;
  border-radius: 10px;
  width: 114px;
  padding: 12px 0;
  margin-bottom: 38px;
  cursor: pointer;
  position: relative;
}

.complete-reciruter-container .option input {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
}

.complete-reciruter-container .option:not(:last-of-type) {
  margin-right: 18px;
}

.complete-reciruter-container .option.selected {
  border: 1px solid #707070;
  font-weight: bold;
}

.complete-reciruter-container .input-preview {
  border: 1px solid #C2C2C2;
  border-radius: 10px;
  min-height: 105px;
  padding: 12px 15px;
  margin: 15px;
}

.complete-reciruter-container .input-preview .item {
  padding: 7.5px 17px;
  background: #C2C2C2;
  border-radius: 25px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
  height: 34px;
  margin-right: 11px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.complete-reciruter-container .input-preview .item span {
  color: #fff;
  margin-left: 15px;
}

.complete-reciruter-container .input-preview input {
  min-width: 100px;
  border: none;
  height: 0;
  width: 100%;
}

.complete-reciruter-container .tafra-btn {
  width: 137px;
}

.complete-bo-container .complete-profile-progress .bar-container .tafra-progress-bar.step-1 {
  width: 25%;
  -webkit-transition: 0.75s ease-in-out width;
  transition: 0.75s ease-in-out width;
}

.complete-bo-container .complete-profile-progress .bar-container .tafra-progress-bar.step-2 {
  width: 50%;
  -webkit-transition: 0.75s ease-in-out width;
  transition: 0.75s ease-in-out width;
}

.complete-bo-container .complete-profile-progress .bar-container .tafra-progress-bar.step-3 {
  width: 75%;
  -webkit-transition: 0.75s ease-in-out width;
  transition: 0.75s ease-in-out width;
}

.complete-bo-container .complete-profile-progress .bar-container .tafra-progress-bar.step-4 {
  width: 100%;
  -webkit-transition: 0.75s ease-in-out width;
  transition: 0.75s ease-in-out width;
}

.complete-bo-container textarea {
  height: 255px;
}

.complete-bo-container .tafra-btn {
  min-width: 137px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 25px;
  padding-left: 24px;
}

@media (max-width: 375px) {
  .complete-reciruter-container .tafra-btn {
    width: 125px;
  }
  .form-container .tafra-tooltip {
    left: 15%;
  }
}
/*# sourceMappingURL=form.css.map */