:root {
    --blue: #285580;
    --orange: #e94824;
  }

  body {
    font-family: 'Open Sans', Arial, sans-serif;
    background: #606060;
    font-size: 14px;
  }

  .text-orange { color: var(--orange); }
  .text-blue { color: var(--blue); }
  .bg-custom-primary { background-color: var(--blue); }

  /*LOGIN BLADE B2B*/
  .login_box .text_b2b_login_left p {
    font-size: 18px;
  }
  .login_box {
    background: url('../images/b2b-bg.jpg') center/cover no-repeat fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2rem 1rem;
    color: #fff;
  }
  .login_box .logo {
    max-height: 100px;
  }
  .login_box::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--blue);
    opacity: 0.3;
    z-index: 1;
  }

  .login_box > * {
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .login_box .login-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .login_box .form-box {
    padding: 3rem 2.5rem;
    border-radius: 2rem;
  }

  .login_box .form-control {
    height: 50px !important;
    border: none;
    background: #f9f9f9;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
  }

  .login_box .form-floating>.form-control ~label::after {
    background: transparent !important;
  }

  .login_box .form-control:hover:not(:focus) {
    background-color: #eaeaea;
  }

  .login_box .form-control:focus {
    border-color: var(--blue);
    box-shadow: 0 0 8px rgba(0, 66, 108, 0.7);
    outline: none;
    background: #fff;
  }
  .login_box .error {
    font-size: 14px;
    margin-top: 0.25rem;
  }

  .login_box .btn.bg-custom-primary {
    background-color: var(--blue);
    border: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }

  .btn.bg-custom-primary:hover,
  .btn.bg-custom-primary:focus {
    background-color: #003355;
    box-shadow: 0 0 10px rgba(0, 66, 108, 0.7);
    outline: none;
  }

  .login_box a:hover {
    opacity: 0.8;
    transition: opacity 0.2s ease;
  }

  .login_box .logo-selltico img {
    max-height: 17px;
  }
  @media screen and (max-width: 992px) { 
    .login_box .form-box:first-of-type {
      padding: 0;
    }
    .login_box .form-box:last-of-type {
      padding: 2rem;
      border-radius: 1rem;
    }
  }
  @media screen and (min-width: 992px) { 
    .login_box .login-wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
    }
    .login_box .form-box {
      max-width: 450px;
      min-height: 570px;
      width: 100%;
    }
  }
/*LOGIN BLADE B2B END*/

/*------------------------------------------*/
/*REGISTRATION BLADE B2B*/
  .registration_box {
    background: url('../images/b2b-bg.jpg') center/cover no-repeat fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2rem 1rem;
    color: #fff;
  }

  .registration_box::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--blue);
    opacity: 0.3;
    z-index: 1;
  }

  .registration_box > * {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .registration_box .logo {
    max-height: 100px;
  }
  .registration_box .registration-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .registration_box .form-floating>.form-control ~label::after {
    background: transparent !important;
  }
  .registration_box .form-box {
    padding: 2.5rem 2.5rem;
    border-radius: 2rem;
  }

  .registration_box .form-control {
    height: 50px;
    border: none;
    background: #f9f9f9;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
  }

  .registration_box .form-control:hover:not(:focus) {
    background-color: #eaeaea;
  }

  .registration_box .form-control:focus {
    border-color: var(--blue);
    box-shadow: 0 0 8px rgba(0, 66, 108, 0.7);
    outline: none;
    background: #fff;
  }

  .registration_box .text-danger {
    font-size: 14px;
    margin-top: 0.25rem;
  }

  .registration_box .text_b2b_registration_left p {
    font-size: 18px;
  }

  .registration_box .btn.bg-custom-primary {
    background-color: var(--blue);
    border: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }

  .registration_box .btn.bg-custom-primary:hover,
  .registration_box .btn.bg-custom-primary:focus {
    background-color: #003355;
    box-shadow: 0 0 10px rgba(0, 66, 108, 0.7);
    outline: none;
  }

  .registration_box a:hover {
    opacity: 0.8;
    transition: opacity 0.2s ease;
  }

  .registration_box .logo-selltico img {
    max-height: 17px;
  }
/* ROBOT BLOCKER CAPTCHA */
  .JSrobot_blocker > * {
    display: inline-block;
  }
  .JSrobot_blocker {
    padding: 10px 20px;
    border: 1px solid #ddd;
    background: #fff;
  }
  .JSrobot_blocker .logo img { max-height:40px; }

  .JSrobot_blocker, .JSrobot_blocker_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.5rem;
  }
  #roboto {
    display: none;
  }
  #roboto_front {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
  }
  #roboto_front:after {
    width: 40px;
    height: 40px;
    content: " ";
    display: block;
    transition: 300ms;
    border-radius: 6px;
    border: 3px solid #00426c;
  }
  #roboto_front.animated:after {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid var(--blue);
    border-color: var(--blue) transparent var(--orange) transparent;
    animation: roboto-ring 1.2s linear infinite;
  }
  @keyframes roboto-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .roboto_terms {
    font-size: 10px;
  }
  #roboto_front i {
    display: none;
    position: absolute;
    transition: 300ms;
    color: var(--orange);
    font-size: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-52%, -52%);
  }
/*----------------------------------------*/
  @media screen and (max-width: 992px) { 
      .registration_box .form-box:first-of-type {
        padding: 0;
      }
      .registration_box .form-box:last-of-type {
        padding: 2rem;
        border-radius: 1rem;
      }
  }
  @media screen and (min-width: 992px) { 
    .registration_box .registration-wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    .registration_box .form-box:nth-of-type(1) {
        min-height: auto;
    }
    .registration_box .form-box {
      max-width: 450px;
      min-height: 570px;
      width: 100%;
    }
  }
/*REGISTRATION BLADE B2B END*/

/*------------------------------------------*/
/*FORGOT PASSWORD BLADE B2B*/
  .forgot_password_box {
    background: url('../images/b2b-bg.jpg') center/cover no-repeat fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2rem 1rem;
    color: #fff;
  }

  .forgot_password_box::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--blue);
    opacity: 0.3;
    z-index: 1;
  }

  .forgot_password_box > * {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .forgot_password_box .logo {
    max-height: 100px;
  }
  .forgot_password_box .forgot-password-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .forgot_password_box .form-box-common {
    padding: 3rem 2.5rem;
    border-radius: 2rem;
  }

  .forgot_password_box .form-control {
    height: 50px;
    border: none;
    background: #f9f9f9;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
  }

  .forgot_password_box .form-control:hover:not(:focus) {
    background-color: #eaeaea;
  }

  .forgot_password_box .form-floating>.form-control ~label::after {
    background: transparent !important;
  }

  .forgot_password_box .form-control:focus {
    border-color: var(--blue);
    box-shadow: 0 0 8px rgba(0, 66, 108, 0.7);
    outline: none;
    background: #fff;
  }

  .forgot_password_box .text_forgot_pas_left p {
    font-size: 18px;
  }

  .forgot_password_box .error {
    font-size: 14px;
    margin-top: 0.25rem;
  }

  .forgot_password_box .btn.bg-custom-primary {
    background-color: var(--blue);
    border: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }

  .forgot_password_box .btn.bg-custom-primary:hover,
  .forgot_password_box .btn.bg-custom-primary:focus {
    background-color: #003355;
    box-shadow: 0 0 10px rgba(0, 66, 108, 0.7);
    outline: none;
  }

  .forgot_password_box a:hover {
    opacity: 0.8;
    transition: opacity 0.2s ease;
  }

  .forgot_password_box .logo-selltico img {
    max-height: 17px;
  }

  @media screen and (max-width: 992px) { 
      .forgot_password_box .form-box-common:first-of-type {
        padding: 0;
      }
      .forgot_password_box .form-box-common:last-of-type {
        padding: 2rem;
        border-radius: 1rem;
      }
  }
  @media screen and (min-width: 992px) { 
    .forgot_password_box .forgot-password-wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
    }
    .forgot_password_box .form-box-common {
      max-width: 450px;
      min-height: 570px;
      width: 100%;
    }
  }
/*FORGOT PASSWORD BLADE B2B*/