body {
  background: transparent;
  font-family: "Segoe UI", Helvetica, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Segoe UI", Helvetica, sans-serif !important;
}

#mainNav {
  display: none;
}

h1::selection {
  color: red;
  background-color: yellow;
}

.login-main-container {
  background: transparent !important;
  display: flex;
  /* height: 100vh; */
  padding: 0px !important;
  overflow: hidden;
}

.left-section {
  width: 55%;
}

.right-section {
  width: 45%;
  padding: 70px 70px 0;
}

.left-hero {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* .back-btn {display: inline-flex;align-items: center;gap: 8px;color: #ffffff;font-size: 15px;padding: 8px 12px;border-radius: 30px;background: rgba(255, 255, 255, 0.2);backdrop-filter: blur(4px);} */

.back-btn {
  position: unset;
  left: 75px;
  top: 56px;
  width: 150px;
  height: 36px;
  z-index: 32;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 40px;
  font-size: 14px;
  /* font-weight:500; */
  transition: .2s;
  justify-content: center;
}

.back-btn:hover {
  opacity: .85;
  color: #fff;
}


.hero-title {
  padding: 160px 0 20px 0px;
  font-size: 52px;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
}

.hero-sub {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 1.6;
}

.benefit-title {
  font-size: 20px;
  color: #fff;
  font-weight: lighter !important;
  margin: 0;
  padding-top: 40px;
}

.benefit-boxes {
  display: flex;
  gap: 30px;
  padding-top: 40px;
}

.benefit-boxes p a {
  color: #fff;
}

.benefit-item {
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.1);
  width: 170px;
  height: 130px;
  padding: 20px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.benefit-item:hover{
      background: rgb(62 82 159);
    box-shadow: 2px 2px #fff1f15c;
}

.benefit-icon img {
  width: 55px;
  margin-bottom: 10px;
}

.benefit-item p {
  font-size: 15px;
  margin: 0;
}

/* #remember_controlset .item {display: inline-flex;align-items: center;gap: 8px;padding: 8px 12px;cursor: pointer;min-height: 48px;} */

.submit-box {
  position: relative;
  margin: 30px 0px;
}

.submit-box img {
  left: 65%;
  top: 20px;
  transform: rotate(180deg);
  position: absolute;
}

/* .submit-box img{display: none;} */
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(60%);
  top: 0;
  left: 0;
}

.left-hero {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 70px;
  height: 100%;
}

.left-content {
  color: #fff;
}

.benefit-icon {
  width: 49px !important;
  height: 49px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon img {
  width: 49px !important;
  height: 49px !important;
  object-fit: contain;
  display: block;
}

.title {
  font-size: 52px;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
  padding: 160px 0 20px 0px;
}

.subtitle {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 1.6;
}

.partner-content h3 {
  font-size: 20px;
  color: #fff;
  font-weight: lighter;
  margin: 0;
  padding-top: 40px;
}

.features {
  display: flex;
  gap: 30px;
  padding-top: 40px;
}

.feature-item {
  display: flex;
  gap: 16px;
}

.feature-item h4 {
  font-size: 16px;
  font-weight: lighter;
  margin: 0;
}

.feature-item {
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.1);
  width: 170px;
  height: 130px;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
}

.login-container {
  background: #fff !important;
  height: 100% !important;
  border: none !important;
  color: #000000 !important;
  padding: 0px !important
}

.login-main-container .login-right {
  display: flex;
  flex-direction: column !important;
}

.login-main-container .login-container h2.login-heading {
  padding: 10px 30px 8px 0;
  margin: 0;
  font-size: 22px;
  color: #1e1e1e;
  font-weight: bold;
}

.login-main-container .blue-underline {
  display: block;
  border-bottom: 3px solid rgb(94, 111, 185);
  padding: 0 0 0 0;
  border-radius: 1px;
  width: 93px;
}

.login-main-container .login-office p {
  color: #444;
  font-weight: 400;
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
}

.login-right {
  padding: 25px 0 0;
}

.login-office .ms-btn {
  border: 1px solid rgb(150, 182, 205) !important;
  border-radius: 5px !important;
  background: rgb(227, 242, 253) !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 450px !important;
  color: #434343 !important;
  font-size: 15px !important;
  font-weight: 600;
}

.login-office .ms-btn:hover {
  background: aliceblue;
}

.divider {
  display: flex;
  align-items: center;
  gap: 12px;
  /* color:#9ca3af; */
  color: #9d9ea1;

  font-weight: 600;
  font-size: 13px;
  margin: 50px 0;
  width: 450px;
}

.divider:before,
.divider:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e6e9ee
}

input[type="email"],
input[type="password"] {
  width: 100%;
  font-size: 14px;
  border: 1px solid rgb(172, 173, 173);
  border-radius: 5px;
  background: rgb(255, 255, 255);
  height: 44px;
  padding: 0 0 0 20px;
  outline: none;
  margin: 0px 0 25px 0;
}

input[type="email"]:focus-visible,
input[type="password"]:focus-visible {
  outline: 2px solid #0066CC;
}

.submit-btn {
  background: rgb(25, 135, 237);
  border: none;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  width: 100%;
  padding: 0px;
  height: 48px;
  /* margin: 40px 0 0 0; */
  cursor: pointer;
}

.submit-btn:hover {
  background: rgb(28 116 197);
}


.remember_forgot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-container.login-box {
  max-width: 450px;
}

.forgot-pass {
  text-decoration: none;
  font-size: 14px;
  color: #3491ee;
}

/* .forgot-pass { color: #1a5db8; text-decoration: underline; font-weight: 600;font-size: 14px;} */
.submit-btn {
  padding: 0 16px;
  /* add horizontal padding */
  height: 48px;
}

.login-here.new-user:before {
  content: "";
  background: url(/template/default/images/new-user-login1.png) no-repeat left;
  background-size: 18px;
  top: 0;
  position: unset;
  height: 18px;
  width: 18px;
  margin: 0 5px 0;
  vertical-align: middle;
  display: inline-block;
}

.login-here.reseller:before {
  vertical-align: middle;
  content: "";
  background: url(/template/default/images/reseller-login-new1.png) no-repeat left;
  background-size: 20px;
  top: 0;
  position: unset;
  height: 18px;
  width: 20px;
  margin: 0 5px 0;
  display: inline-block;
}

.reseller_terms,
.reseller_terms a {
  font-size: 12px;
  color: #858a90;
  text-align: center;
}

#remember_controlset {
  font-size: 14px;
  color: #434343;
}

#remember_controlset .item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.login-txt {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-txt {
  /* color: #9fa0a0; */
  color: #6b7280;
  font-size: 12px;
  margin: 0;
  padding-top: 60px !important;
}

#chat-box.in {
  transform: translate(0, 0);
}

#chat-box {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  transform: translate(0, 334px);
  transition: 0.3s 0;
  width: 330px;
  z-index: 2000000001 !important;
}

#chat-box .chat-body {
  background: #505051;
  float: right;
  width: 330px;
  display: none;
  border-right: 0;
  padding: 20px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  border: 1px solid;
  border-bottom: 0;
}

#chat-box .chat-body .chat-image {
  float: left;
  margin: 0 1rem 0 0;
  border-radius: 50%;
  width: 68px;
}

#chat-box .chat-body p {
  font-weight: 400;
  margin: 1rem 0;
  font-size: 1.2rem;
}

#chat-box .chat-body .btn-holder {
  clear: both;
  text-align: center;
  margin: 0;
  width: 100%;
}

#chat-box .chat-body .btn {
  padding: 5px 20px;
  display: inline-block;
  margin: 22px 10px 10px;
  border: 1px solid #a1a1a1 !important;
  font-size: 1rem;
}

#chat-box .chat-body .chat-btn {
  background: #fff;
  color: #005593;
  border: 0;
}


/* 24-1-26 */


 .back-btn-black {
   display: none;
 }


@media only screen and (max-width: 1440px) {
  .left-hero {
    padding: 40px;
  }

  .benefit-item p {
    font-size: 14px;
  }

  .benefit-boxes {
    gap: 15px;
  }

  .right-section {
    padding: 50px 50px 0px;
  }
}


@media only screen and (max-width: 1366px) {
  .left-section {
    width: 50%;
  }

  .right-section {
    width: 50%;
    padding: 30px 50px 0;
  }

  .divider {
    margin: 20px 0px;
  }

  .hero-title {
    padding: 50px 0 20px 0px;
    font-size: 35px;
  }

  .submit-btn {
    margin-top: 20px;
  }

  .footer-txt {
    padding-top: 20px;
  }

  .left-hero {
    padding: 30px;
  }

  .benefit-item {
    height: auto;
    width: auto;
  }

  .benefit-boxes {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }

  .page-wrapper {
    height: auto;
    min-height: 100vh;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 1280px) {
  .submit-box img {
    display: none;
  }
}

@media (max-width: 991px) {
  .left-hero {
    padding: 50px 30px;
    background-position: top;
  }

  .left-content {
    max-width: 90%;
  }
}

@media only screen and (max-width: 1170px) {
  .left-section {
    display: none;
  }

  .right-section {
    width: 100%;
  }

  .form-container.login-box,
  .login-office .ms-btn,
  .divider {
    max-width: 800px;
    margin: 0 auto;
  }
      
  .divider {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .brand{
    margin: 50px 0 0 75px;
  }
  
 .back-btn-black {
    display: block;
    position: unset;
    left: 75px;
    top: 56px;
    width: 150px;
    height: 36px;
    z-index: 32;
    display: flex !important;
    align-items: center;
    gap: 8px;
    border: 1px solid rgb(172, 173, 173);
    color: #292727;
    border-radius: 40px;
    font-size: 14px;
    transition: .2s;
    justify-content: center;
  
}
}

@media only screen and (max-width: 980px) {

  /* .login-office .ms-btn,
  .divider {
    width: 100%;
  } */

  .right-section {
    padding: 30px 20px 0;
  }

  .benefit-boxes {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }

  .login-txt {
    font-size: 14px;
  }
   .login-main-container .login-office .login-terms{
    margin-bottom: 60px;
    margin-top: 15px;
  }

  .form-container .form-horizontal,.login-office .ms-btn, .divider{
    width: 80% !important;
  }
  .form-container.login-box{
     width: 100% !important;
  }
  .form-container .form-horizontal{
    margin: 0 auto;
  }
  .divider {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

  .login-main-container .login-container h2.login-heading{
    max-width: 80%;
    margin: 0 auto;
    padding: 20px 30px 8px 0;
  }
  .login-main-container .login-office p {
    line-height: 1.8;
    max-width: 80%;
    margin: 0 auto;
  }
  
  .login-main-container .blue-underline {
    margin-left: 75px;
  }
  /* 
  .left-section {
    width: 55%;
  } */

}

@media only screen and (max-width: 767px) {
  .login-main-container {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: auto;
  }

  .left-section {
    width: 100%;
  }

  .right-section {
    width: 100%;
    padding: 30px 50px 0;
  }
   .back-btn-black {
    display: none !important;
   }
    .brand {
       margin: 0 !important;
    }
    .login-main-container .login-office p {
        max-width: 100%;
    }
    .login-main-container .login-container h2.login-heading {
        max-width: 100%;
        padding: 10px 30px 8px 0;
    }
    .login-main-container .blue-underline {
        margin-left: 0px;
    }
    .login-office .ms-btn, .divider {
        max-width: 100%;
    }
    .login-main-container .login-office .login-terms {
        margin-bottom: 30px
    }
    .submit-box {
      margin: 20px 0px 30px;
    }
}

@media only screen and (max-width: 600px) {

  .login-office .ms-btn,
  .divider,
  .form-container.login-box {
    width: 100%;
  }

  .right-section {
    padding: 15px;
  }

  .form-container.login-box,
  .login-office .ms-btn,
  .divider {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .left-hero {
    padding: 40px 20px;
    background-size: cover;
  }

  .hero-title {
    font-size: 22px;
    line-height: 30px;
  }

  .hero-sub {
    font-size: 14px;
  }
}

@media only screen and (max-width: 414px) {
  .login-txt {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 320px) {
  .left-hero {
    padding: 30px 15px;
  }

  .hero-title {
    font-size: 20px;
  }

  .hero-sub {
    font-size: 13px;
  }

  .benefit-item p {
    font-size: 13px;
  }
  .remember_forgot {
    flex-direction: column;
    justify-content: left;
    gap: 10px;
  }
  .login-office .ms-btn{
    font-size: 12px !important;
  }
}

