.flow_modal-input {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}
.flow_modal-input#PE_search {
  max-width: 450px;
  min-height: 87px;
  margin-left: auto;
  margin-right: auto;
}
.flow_modal-input .validationMessage {
  display: none;
}
.flow_modal-input div.company_search_container {
  position: relative;
  display: flex;
  border-radius: 27px;
  background-color: white;
  color: black;
  font-size: 18px;
  font-family: Barlow, sans-serif;
  font-weight: 500;
}
.flow_modal-input div.company_search_container div.blink {
  position: absolute;
  color: dimgray;
  top: 3.5px;
  z-index: 99;
  left: 35px;
  font-size: 26px;
  font-weight: 200;
}
@media screen and (max-width: 578px) {
  .flow_modal-input div.company_search_container div.blink {
    top: 1.7px;
  }
}
@media screen and (min-width: 578px) and (max-width: 1200px) {
  .flow_modal-input div.company_search_container div.blink {
    top: 2px;
  }
}
.flow_modal-input div.company_search_container #PE_search-company-name {
  padding-left: 35px;
  border-radius: 22px;
  height: 50px;
  border: 3.2px solid rgb(6, 26, 58);
}
.flow_modal-input div.company_search_container #PE_search-company-name::placeholder {
  color: rgba(44, 62, 80, 0.75);
}
@media screen and (max-width: 1200px) {
  .flow_modal-input div.company_search_container #PE_search-company-name {
    border: unset;
    height: 47px;
    border-radius: 23px;
  }
}
.flow_modal-input div.company_search_container #PE_search-company-name:focus {
  border: 3.2px solid #3b70b9;
}
.flow_modal-input div.company_search_container #PE_search-company-name:disabled {
  background-color: #f2f2f2;
  color: black;
  opacity: 1 !important;
}
.flow_modal-input div.company_search_container #PE_search-company-name:disabled:hover {
  cursor: not-allowed;
}
.flow_modal-input-field {
  width: 100%;
  position: relative;
  border: 1px solid #939393;
  background-color: transparent;
  color: rgba(44, 62, 80, 0.75);
  box-sizing: border-box !important;
}
.flow_modal-input-field:focus {
  outline: none;
  box-shadow: none;
  color: black;
  border-color: #3b70b9;
}
.flow_modal-input-field {
  line-height: 0.75;
  font: inherit;
  padding: 15px;
  height: 40px;
}
.flow_modal-input-field:focus ~ label, .flow_modal-input-field:valid ~ label, .flow_modal-input-field.notEmpty ~ label {
  top: -15px;
  font-size: 0.7rem;
  color: #2c3e50;
}
.flow_modal-input-field:focus ~ .flow_modal-input-validation-message, .flow_modal-input-field:valid ~ .flow_modal-input-validation-message, .flow_modal-input-field.notEmpty ~ .flow_modal-input-validation-message {
  color: red;
}
.flow_modal-input-field:-webkit-autofill, .flow_modal-input-field:-webkit-autofill:hover, .flow_modal-input-field:-webkit-autofill:focus, .flow_modal-input-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
.flow_modal-input-field.blocked {
  border: none;
  border-bottom: 1px solid #939393;
  color: black;
}
.flow_modal-input.register .flow_modal-input-field:not(:invalid) {
  border-color: red;
}
.flow_modal-input label {
  line-height: 1;
  font: inherit;
  padding: 6px 10px 0;
  position: absolute;
  top: 2px;
  left: 2px;
  user-select: none;
  transition: 0.25s ease all;
  background-color: white;
  cursor: text;
  color: rgba(44, 62, 80, 0.75);
}
.flow_modal-input-validation-message {
  font-size: 12px;
  text-align: right;
}
.flow_modal-input .fa {
  position: absolute;
  right: 20px;
  top: 13px;
}
.flow_modal-input.valid .password-field {
  border-color: green !important;
}
.flow_modal-input.valid .flow_modal-input-validation-message {
  color: green;
}
.flow_modal-input.valid:after {
  background-image: url("../img_new/check-icon.svg");
  background-size: 10px 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  top: 16px;
  right: -5%;
}
.flow_modal-input.unchanged.valid:after {
  display: none;
}
.flow_modal-input.capsLock .flow_modal-capslock-warning {
  display: block;
}

#login_modal .flow_modal-input.valid:after {
  right: -4%;
}

/*# sourceMappingURL=flow_modal-input.css.map */
