@media screen and (min-width: 570px) and (max-width: 1200px) {
  div.flow_modal_new-section.flow_modal_new-footer.grow {
    margin-right: auto;
    margin-left: auto;
    width: 325px;
  }
  div.flow_modal_new-section.flow_modal_new-footer.grow.hideOnMobile {
    display: unset;
    flex-grow: inherit;
  }
  div.flow_modal_new-section.flow_modal_new-footer.grow.topMarginIfPrivateAccount {
    margin-top: 200px;
  }
  form.draft-created-container {
    width: 450px;
  }
  form.draft-created-container button.flow_modal_new-next.-orange {
    height: 50px;
  }
  form.draft-created-container.draftContainer {
    position: relative;
    bottom: 325px;
  }
}
div.flow_modal_new-footer.trustpilot_new_signup {
  width: 252px;
  margin-left: auto;
  margin-right: auto;
}
div.flow_modal_new-footer.trustpilot_new_signup.hideOnMobile {
  display: none;
}

.flow_modal_new {
  display: block;
  position: fixed;
  top: 53px;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 0 15px;
}
.flow_modal_new-container {
  padding-top: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 570px) and (max-width: 1200px) {
  .flow_modal_new-container {
    max-width: 465px;
  }
}
@media screen and (max-width: 570px) {
  .flow_modal_new-container {
    padding-top: 24px;
  }
}
@media screen and (max-width: 380px) {
  .flow_modal_new-container {
    overflow: scroll;
  }
}
.flow_modal_new-container form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.flow_modal_new-section {
  flex-grow: 0;
}
.flow_modal_new-section.grow {
  flex-grow: 1;
}
.flow_modal_new-buttons {
  margin-bottom: 30px;
}
.flow_modal_new-heading_text h5 {
  font-weight: 600;
  line-height: 1.25;
  font-size: 1.875rem;
  font-style: normal;
  color: #3D3D52;
  font-family: Inter, sans-serif !important;
}
.flow_modal_new-heading_text h5 i {
  color: #F65734;
}
.flow_modal_new-heading_text p {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 125%;
  color: #3D3D52;
}
.flow_modal_new-heading_text p.bold_instruction {
  font-weight: 500;
  margin-bottom: 20px;
}
.flow_modal_new-heading_text p.-large_text {
  font-size: 18px;
  font-family: Inter, sans-serif;
}
@media screen and (min-width: 570px) and (max-width: 1200px) {
  .flow_modal_new-heading_text p.-large_text {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
.flow_modal_new-heading_text p.-large_text span {
  font-weight: 600;
}
.flow_modal_new-heading_text.-vertical_center {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
}
.flow_modal_new p.company-input-help-message {
  margin-bottom: unset;
  padding-top: 6px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 125%;
  color: #6B7280;
}
.flow_modal_new-input {
  position: relative;
}
.flow_modal_new-input .flow_modal_new-input-field.password-field.notEmpty ~ div.registration_validation_message {
  color: red;
}
.flow_modal_new-input.valid input.flow_modal_new-input-field.password-field.notEmpty ~ div.registration_validation_message {
  color: green !important;
}
.flow_modal_new-input #company_search_options {
  background-color: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 5px;
  top: 59px;
}
.flow_modal_new-input #company_search_options div.flow_modal_new-company {
  padding: 10px;
}
.flow_modal_new-input #company_search_options div.flow_modal_new-company:not(:last-of-type) {
  border-bottom: 0.5px solid #E5E7EB;
}
.flow_modal_new-input #company_search_options p {
  margin-bottom: unset;
}
.flow_modal_new-input #company_search_options p.flow_modal_new-company-head {
  font-weight: 500;
  font-size: 1rem;
  line-height: 125%;
  color: #3D3D52;
  margin-bottom: -4px;
}
.flow_modal_new-input #company_search_options p.cvr_container, .flow_modal_new-input #company_search_options p.cvr_container span, .flow_modal_new-input #company_search_options div.address_container span {
  margin-top: -2px;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 125%;
  color: #4B5563;
}
.flow_modal_new-input span.eye-image-container {
  height: 19px;
  width: 17px;
  position: absolute;
  right: 17px;
  top: 13px;
}
.flow_modal_new-input span.eye-image-container img {
  height: 20px;
}
.flow_modal_new-input span.eye-image-container img.hide-password {
  display: none;
}
.flow_modal_new-input .fa {
  position: absolute;
  right: 17px;
  top: 19px;
}
.flow_modal_new-input.capsLock p.flow_modal_new-capslock-warning {
  display: block;
}
.flow_modal_new-input.input_margin_bottom {
  margin-bottom: 16px;
}
.flow_modal_new-input.input_margin_bottom:nth-child(3) {
  margin-bottom: 6px;
}
.flow_modal_new-input input {
  width: 100%;
  height: 52px;
  padding: 14px 16px;
  border: 1px solid #D1D5DB;
  background-color: #F9FAFB;
  border-radius: 5px;
  font-size: 16px;
  transition: padding, border-color 0.2s;
}
.flow_modal_new-input input:focus {
  border: 1.5px solid #3D3D52;
}
.flow_modal_new-input input.notEmpty {
  color: #3D3D52;
  padding: 22px 16px 7px;
}
.flow_modal_new-input label {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 16px;
  color: #9CA3AF;
  transition: font-size, top 0.2s;
}
.flow_modal_new-input .notEmpty ~ label {
  top: 6px;
  font-size: 12px;
}
.flow_modal_new-input.invalid input {
  color: #F05252;
  background: #FDF2F2;
  border: 1.5px solid #F05252;
}
.flow_modal_new-input.invalid input.notEmpty {
  border-color: #F05252;
}
.flow_modal_new-input.invalid label {
  color: #F05252;
}
.flow_modal_new-input .validationMessage {
  display: none;
}
.flow_modal_new-hovering-word {
  border-bottom: 1px solid #dee2e6;
  margin: 28px 0;
  position: relative;
}
.flow_modal_new-hovering-word p {
  position: absolute;
  top: -12px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.flow_modal_new-hovering-word span {
  background-color: white;
  padding: 0 15px;
  font-size: 16px;
  line-height: 125%;
}
.flow_modal_new-next {
  background: #3D3D52;
  color: #FCFEFE;
}
.flow_modal_new-next:hover, .flow_modal_new-next:focus, .flow_modal_new-next:active {
  background: #233876;
}
.flow_modal_new-next:disabled {
  background: #E5E7EB;
}
.flow_modal_new-next.-orange {
  background: #F65734;
}
.flow_modal_new-social {
  color: #FCFEFE;
}
.flow_modal_new-social.ggSignIn {
  background: #4284F4;
}
.flow_modal_new-social.fbSignIn {
  background: #35518D;
}
.flow_modal_new-back {
  background: transparent;
  color: #6B7280;
  margin-top: 10px;
}
.flow_modal_new-back:hover, .flow_modal_new-back:focus, .flow_modal_new-back:active {
  background: #F3F4F6;
}
.flow_modal_new-back:disabled {
  color: #9CA3AF;
}
.flow_modal_new-next, .flow_modal_new-social, .flow_modal_new-back {
  width: 100%;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  border-radius: 5px;
  padding: 16px 23px 16px 24px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color, background-color 0.2s;
}
.flow_modal_new-next .arrow-right, .flow_modal_new-social .arrow-right, .flow_modal_new-back .arrow-right {
  margin-left: 12px;
}
.flow_modal_new-next .social-logo, .flow_modal_new-social .social-logo, .flow_modal_new-back .social-logo {
  margin-right: 12px;
}
.flow_modal_new-error, .flow_modal_new-input_validation_message {
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: #6B7280;
  margin-top: 6px;
}
.flow_modal_new-input_validation_message.registration_validation_message {
  text-align: right;
}
.flow_modal_new-error {
  color: #F05252;
}
.flow_modal_new-error#acceptTermsError {
  margin-bottom: 8px;
  margin-top: -12px;
}
.flow_modal_new-end {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 570px) and (max-width: 1200px) {
  .flow_modal_new-end {
    flex-grow: unset;
  }
  .flow_modal_new-end.chooseTypeButtons {
    margin-top: 40px;
  }
}
.flow_modal_new-footer {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.flow_modal_new-trustbox-container {
  width: 52%;
  margin: 0 auto;
}
.flow_modal_new-accept-marketing.register-marketing div.checkbox-container {
  display: flex;
}
.flow_modal_new-accept-marketing.register-marketing div.checkbox-container label {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 125%;
  color: #3D3D52;
  margin-bottom: 16px;
  padding-left: 34px;
}
.flow_modal_new-accept-marketing.register-marketing div.checkbox-container label::before {
  border-radius: 4px;
  background-color: #F9FAFB;
  width: 24px;
  height: 24px;
  border: 1px solid #D1D5DB;
}
.flow_modal_new-accept-marketing.register-marketing div.checkbox-container label::after {
  left: 3px;
  top: 5px;
}
.flow_modal_new-accept-marketing.register-marketing div.checkbox-container input[type=checkbox]:checked + label:after {
  background-image: url(../../css/newLoginImages/check.svg);
  background-color: #3D3D52;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #D1D5DB;
  border-radius: 4px;
  font-size: 0;
}
.flow_modal_new-accept-marketing.register-marketing div.checkbox-container label.label-accept-terms {
  margin-bottom: 24px;
}
@media screen and (min-width: 570px) and (max-width: 1200px) {
  .flow_modal_new-accept-marketing.register-marketing div.checkbox-container label.label-accept-terms div.required {
    margin-top: 3px;
  }
}
.flow_modal_new-register-info-section {
  margin-bottom: 24px;
  border: 0.5px solid #d1d5db;
  padding: 10px;
  border-radius: 5px;
  background: #FCFEFE;
}
.flow_modal_new-register-info-section div.info-section-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 125%;
  color: #6B7280;
  padding-bottom: 7px;
}
.flow_modal_new-register-info-section div.info-section-header div.info-section-left-container img {
  height: 20px;
  width: 18px;
}
.flow_modal_new-register-info-section div.info-section-header div.close-info-section {
  width: 21px;
}
.flow_modal_new-register-info-section div.info-section-header div.close-info-section img {
  width: 100%;
  margin-top: -2px;
}
.flow_modal_new-register-info-section p.info-section-body {
  font-size: 0.875rem;
  line-height: 125%;
  color: #6B7280;
  margin-bottom: unset;
}
.flow_modal_new-account-type#account_type {
  background: #F9FAFB;
  border: 1.5px solid #d1d5db;
  border-radius: 5px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 125%;
  color: #9CA3AF !important;
  height: 136px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flow_modal_new-account-type#account_type:before {
  display: none;
}
.flow_modal_new-account-type#account_type:after {
  transition: none;
}
.flow_modal_new-account-type#account_type.active {
  border-color: #3D3D52;
  color: #3D3D52 !important;
}
.flow_modal_new-account-type#account_type.active:after {
  position: absolute;
  top: 13px;
  left: unset;
  right: 13px;
  width: 20px;
  height: 20px;
  background-color: #3D3D52;
  border-radius: 50%;
  content: "\f00c";
  color: #fff;
  display: block;
  box-shadow: none;
  font-family: "FontAwesome", sans-serif;
  padding-left: 5px;
  font-size: 10px;
}
.flow_modal_new div.choose-options-box-wrapper {
  margin-bottom: 16px;
}
.flow_modal_new-account-type_picture {
  width: 48px;
  opacity: 0.7;
}
.active .flow_modal_new-account-type_picture {
  opacity: 1;
}
.flow_modal_new-capslock-warning {
  display: none;
}
.flow_modal_new-change-info {
  text-align: right;
}
@media screen and (min-width: 570px) and (max-width: 1200px) {
  .flow_modal_new-change-info {
    margin-bottom: 17px;
  }
}
.flow_modal_new-change-info a {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #3D3D52;
}
.flow_modal_new-reset_text {
  font-size: 14px;
}
.flow_modal_new-reset_text span {
  font-weight: 500;
}
.flow_modal_new-reset_text span:last-of-type {
  margin-top: 6px;
}

form.form-choose-account-type div.choose-options-boxes div.col-6:first-child {
  padding-right: 8px;
}
form.form-choose-account-type div.choose-options-boxes div.col-6:nth-child(2) {
  padding-left: 8px;
}

form.registration-form {
  padding-top: 24px;
}

#nav-header {
  box-shadow: none;
  border-bottom: none;
  position: fixed;
  top: 0;
}

.loader {
  margin-left: 12px;
  width: 20px;
  height: 20px;
  border: 3px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=newLogin.css.map */
