﻿body, form {
  padding: 0;
  margin: 0;
  background: #323234 !important;
  background: linear-gradient(55deg, #323234 0%, #797986 35%, #a2a2a2 100%) !important;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

section.b2b-login {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-bottom: 64px;
  padding-top: 64px;
  overflow-y: auto; }
  section.b2b-login .b2b-panel {
    padding: 64px;
    background: #f7f7f7;
    color: #333333;
    display: block;
    padding-bottom: 64px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.09);
    flex-basis: 1000px;
    width: 1000px;
    margin: 0;
    padding-top: 64px;
    flex-wrap: wrap; }
    section.b2b-login .b2b-panel .b2b-header {
      display: flex;
      flex-wrap: wrap; }
      section.b2b-login .b2b-panel .b2b-header .page-title {
        padding: 0;
        margin: 0;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: -1px;
        margin: 0;
        padding: 0;
        line-height: 32px;
        color: #bbb; }
      section.b2b-login .b2b-panel .b2b-header .b2b-logo, section.b2b-login .b2b-panel .b2b-header .b2b-title {
        flex-basis: 50%; }
        section.b2b-login .b2b-panel .b2b-header .b2b-logo img, section.b2b-login .b2b-panel .b2b-header .b2b-title img {
          max-width: 200px;
          max-height: 48px;
          margin-bottom: 24px; }
      section.b2b-login .b2b-panel .b2b-header .b2b-title {
        text-align: right;
        margin: 0;
        color: #ccc;
        font-size: 32px;
        font-weight: 700; }
        section.b2b-login .b2b-panel .b2b-header .b2b-title span {
          margin-top: -5PX;
          display: block;
          font-size: 20px; }
    section.b2b-login .b2b-panel .b2b-left {
      padding-right: 30px;
      border-right: 1px solid #eee; }
    section.b2b-login .b2b-panel .b2b-login-panel {
      display: flex;
      flex-direction: column; }
    section.b2b-login .b2b-panel .b2b-panel-title {
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 24px;
      letter-spacing: -1px;
      color: #777; }
    section.b2b-login .b2b-panel .login-desc span {
      margin-bottom: 15px;
      display: block; }
    section.b2b-login .b2b-panel .login-desc a {
      line-height: 32px;
      padding: 3px 10px;
      border-radius: 32px;
      background: #E91E63;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700; }

.form-row {
  flex-basis: 100%;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .form-row .form-col-50 {
    float: left;
    width: 50%;
    padding: 0;
    min-height: 1px; }
    .form-row .form-col-50.mb-15 {
      padding-right: 15px; }
  .form-row > label {
    color: #777;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .form-row .js-float-label-wrapper {
    flex-basis: 100%; }
  .form-row.form-right {
    justify-content: flex-end; }
  .form-row.form-title {
    padding-top: 15px; }
    .form-row.form-title span.title {
      color: #777;
      font-weight: 700;
      display: block;
      width: 100%; }
  .form-row p.form-desc {
    color: #999;
    font-size: 13px; }
  .form-row.file {
    background: #fafbfd;
    padding: 15px;
    border-radius: 7.5px;
    padding-left: 64px;
    position: relative;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.05);
    margin: 10px;
    flex-basis: calc(50% - 20px);
    width: calc(50% - 20px); }
    .form-row.file .file-upload {
      width: 100%;
      position: relative;
      display: block; }
      .form-row.file .file-upload .fileuploader {
        padding: 0;
        margin: 0;
        background: inherit; }
        .form-row.file .file-upload .fileuploader .fileuploader-input .fileuploader-input-caption {
          background: inherit;
          padding: 0;
          border: none;
          padding-top: 15px;
          color: #a9a9a9;
          font-weight: 500;
          font-size: 13px; }
        .form-row.file .file-upload .fileuploader .fileuploader-input .fileuploader-input-button {
          font-size: 14px !important;
          padding: 0;
          line-height: 34px;
          padding-left: 15px;
          padding-right: 15px; }
    .form-row.file .icon {
      position: absolute;
      left: 22px;
      font-size: 20px;
      color: #ccc;
      top: 20px; }
    .form-row.file label {
      font-weight: 700;
      color: #E91E63;
      margin-bottom: 7.5px;
      position: absolute; }
    .form-row.file.error {
      background: #FCE4EC;
      border: 1px solid #F8BBD0;
      box-shadow: 0px 0px 10px #ff000047; }
      .form-row.file.error .invalid-message {
        padding: 0;
        font-size: 14px;
        margin-top: 10px;
        border-top: 1px solid #F8BBD0;
        width: 100%;
        padding-top: 7.5px; }
        .form-row.file.error .invalid-message:before {
          content: '!';
          background: red;
          left: 16px;
          width: 32px;
          height: 32px;
          position: absolute;
          color: #fff;
          text-align: center;
          line-height: 32px;
          border-radius: 100%;
          top: 20px;
          font-weight: 700;
          font-size: 16px; }

.textbox {
  outline: none;
  border: none;
  padding: 15px;
  display: block;
  width: 100%;
  height: 63px;
  background: #f3f3f3;
  border-bottom: 1px solid #CCCCCC;
  font-weight: 700; }
  .textbox:active, .textbox:focus {
    box-shadow: 0px 0px 0px 1px #ccc inset; }
  .textbox[disabled] {
    color: #999;
    background: inherit; }

.swal2-content .fileuploader {
  display: none; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2-container--disabled .select2-selection--single {
  color: #999;
  background: inherit; }

textarea.textbox {
  height: auto; }

.js-float-label-wrapper label {
  text-transform: uppercase;
  font-weight: 400;
  color: #878787;
  font-size: 10px;
  padding-left: 3px; }

.js-float-label-wrapper.icon i {
  position: absolute;
  right: 0;
  top: 0;
  color: #bbb;
  font-size: 16px;
  line-height: 63px;
  right: 16px; }

.js-float-label-wrapper.icon input {
  padding-right: 48px; }

.js-float-label-wrapper.populated .select2-container .select2-choice {
  padding-top: 2em; }

.js-float-label-wrapper.populated .country-code img.flag {
  top: 30px; }

.js-float-label-wrapper.populated .country-code span.code {
  top: 7px; }

.btn {
  padding: 0;
  width: auto;
  padding-left: 48px;
  padding-right: 48px;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.17);
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  transition: all ease .26s; }
  .btn.btn-success {
    background: #8BC34A;
    color: #fff; }
  .btn.btn-success:hover {
    background: #AED581; }
  .btn.btn-danger {
    background: #E91E63;
    color: #fff; }
  .btn.btn-danger:hover {
    background: #F06292; }
  .btn > i {
    float: right;
    position: absolute;
    right: 20px;
    left: auto;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    font-size: 20px; }
  .btn.btn-icon-right {
    padding-right: 72px; }
  .btn.btn-icon-left {
    padding-left: 72px; }

.b2b-register {
  font-weight: 500;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #d3d3d3; }
  .b2b-register a {
    margin-top: 32px; }

a.forget-pwd {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  color: #E91E63; }

.panel-detail {
  margin-top: 24px;
  margin-bottom: 24px; }

input:-webkit-autofill {
  background-color: #FAFFBD !important; }

.b2b-info {
  color: #aaa;
  margin-bottom: 16px; }

.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
  background: none !important; }

.select2-container .select2-choice {
  padding: 0;
  margin: inherit;
  border: none;
  background: inherit;
  height: 100%;
  line-height: 32px;
  background-image: none;
  padding: 15px;
  line-height: 20px; }
  .select2-container .select2-choice .select2-arrow {
    background: inherit;
    border: none; }
    .select2-container .select2-choice .select2-arrow b {
      background: none; }
      .select2-container .select2-choice .select2-arrow b:before, .select2-container .select2-choice .select2-arrow b:after {
        content: '';
        position: absolute;
        right: 24px;
        top: 50%;
        height: 2px;
        width: 13px;
        background: #c9d895;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .2s;
        transition: transform .2s,-webkit-transform .2s; }
      .select2-container .select2-choice .select2-arrow b:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 32px; }
      .select2-container .select2-choice .select2-arrow b:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.select2-container.textbox {
  padding: 0;
  margin: 0; }

.select2-dropdown-open .select2-choice .select2-arrow b:before {
  transform: rotate(-45deg); }

.select2-dropdown-open .select2-choice .select2-arrow b:after {
  transform: rotate(45deg); }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: none;
  background: inherit;
  box-shadow: none; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none;
  background: inherit;
  box-shadow: none; }

.select2-drop {
  background: none;
  background-color: #f3f3f3;
  border: none; }
  .select2-drop .select2-search {
    margin: 0 !important;
    padding: 0 !important;
    border: none; }
    .select2-drop .select2-search input {
      border: none;
      background: no-repeat;
      border-bottom: 1px solid #ddd;
      padding: 10px; }

ul.select2-results {
  border: none !important;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  ul.select2-results::-webkit-scrollbar {
    width: 5px; }
  ul.select2-results::-webkit-scrollbar-track {
    background: #f3f3f3; }
  ul.select2-results::-webkit-scrollbar-thumb {
    background: #c3c3c3;
    border: none; }
  ul.select2-results::-webkit-scrollbar-thumb:hover {
    background: #555; }
  ul.select2-results .select2-result-label {
    font-size: 12px;
    line-height: 26px; }

*::placeholder {
  color: #bbb;
  opacity: 1;
  /* Firefox */
  font-weight: 300; }

.country-code img.flag {
  height: 16px;
  left: 15px;
  top: 24px; }

.country-code span.code {
  padding-right: 5px;
  transition: all ease .2s;
  height: 63px;
  top: 0;
  line-height: 33px;
  padding-top: 15px;
  padding-bottom: 16px; }

.boxCheckbox {
  margin: 0; }
  .boxCheckbox input[type="checkbox"] + label:last-child {
    margin-bottom: 0 !important;
    font-weight: 500; }
  .boxCheckbox input[type="checkbox"] + label:before {
    border-color: #ccc; }
  .boxCheckbox input[type="checkbox"]:checked + label:before {
    border-color: #000000;
    border-top-color: transparent;
    border-left-color: transparent; }
  .boxCheckbox.error {
    background: #FCE4EC;
    padding: 10px; }
    .boxCheckbox.error .invalid-message {
      padding: 0;
      margin-top: -10px;
      padding-left: 33px; }

.agreements {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e7e7e7; }

.documents {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .documents .form-title {
    margin: 10px; }

ul.parsley-errors-list:before {
  position: absolute;
  content: '!';
  background: #E91E63;
  /* top: 0; */
  right: 15px;
  color: #fff;
  width: 20PX;
  height: 20px;
  text-align: center;
  line-height: 20px;
  /* font-size: 10px; */
  border-radius: 100%;
  top: 24px;
  font-weight: 700; }

.invalid-message {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #E91E63; }

.field, .field.populated {
  width: 100%; }
  .field.error, .field.populated.error {
    background: #FCE4EC;
    position: relative; }
    .field.error:after, .field.populated.error:after {
      content: '!';
      background: #E91E63;
      width: 16px;
      height: 16px;
      position: absolute;
      top: 25px;
      color: #fff;
      text-align: center;
      line-height: 16px;
      border-radius: 100%;
      right: 10px; }
    .field.error input,
    .field.error textarea,
    .field.error .select2-container,
    .field.error .select2-container--default .select2-selection--single,
    .field.error .select2-container--default, .field.populated.error input,
    .field.populated.error textarea,
    .field.populated.error .select2-container,
    .field.populated.error .select2-container--default .select2-selection--single,
    .field.populated.error .select2-container--default {
      background: inherit;
      border-bottom-color: #F48FB1; }
  .field.success, .field.populated.success {
    background: #f1f8e94d; }
    .field.success .invalid-message:empty, .field.populated.success .invalid-message:empty {
      display: none; }
    .field.success input,
    .field.success textarea,
    .field.success .select2-container,
    .field.success .select2-container--default .select2-selection--single,
    .field.success .select2-container--default, .field.populated.success input,
    .field.populated.success textarea,
    .field.populated.success .select2-container,
    .field.populated.success .select2-container--default .select2-selection--single,
    .field.populated.success .select2-container--default {
      background: inherit;
      border-bottom-color: #A5D6A7; }

i.iziToast-icon:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-style: normal; }

.iziToast-wrapper-bottomRight {
  right: 20px;
  bottom: 20px;
  text-align: right; }

@media only screen and (max-width: 425px) {
  section.b2b-login {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    flex-basis: 100%;
    width: 100%; }
    section.b2b-login div#companyPanel {
      flex-basis: 100%;
      width: 100%;
      margin: 0;
      padding: 0; }
    section.b2b-login .b2b-panel {
      width: 100%;
      flex-basis: 100%;
      padding: 20px; }
      section.b2b-login .b2b-panel .b2b-left, section.b2b-login .b2b-panel .b2b-login-panel {
        border: none;
        padding: 0;
        flex-basis: 100%;
        width: 100%; }
  .b2b-logo img {
    max-width: 100px; }
  .page-title {
    font-size: 16px; }
  .b2b-title span {
    font-size: 14px; }
  .field, .textbox {
    flex-basis: 100%;
    width: 100%; }
  .form-row .form-col-50 {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 15px; }
    .form-row .form-col-50.mb-15 {
      padding: 0; }
  .form-row.file {
    flex-basis: 100%; }
  .select2-drop {
    position: fixed;
    left: 15px !important;
    top: 100px !important;
    bottom: 100px !important;
    right: 15px !important;
    z-index: 99999; }
  .select2-drop-mask {
    z-index: 99998;
    opacity: .4;
    background: #000; }
  .select2-results {
    max-height: calc(100% - 45px);
    height: 100% !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    top: 38px !important;
    left: 0 !important; }
  .agreements {
    margin-bottom: 32px; }
  #btnLogin, #btnRegister {
    display: block;
    width: 100%; } }
