@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
.login-bg-wrapper {
  padding-top: 25px;
  padding-bottom: 0;
  min-height: 113vh;
  font-family: "Lato", sans-serif;
  background-color: #f7f7f7; }

  body{
    overflow-x: hidden;
  }

.sync-register .container {
  margin: auto;
  background-color: #fff; }
  .sync-register .container > .row {
    display: flex;
    align-items: stretch; }

#sync-reg-col-left {
  position: relative;
  padding: 0; }

.sync-reg-overlay {
  height: 100%;
  background: url("../../img/bg.png");
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  .sync-reg-overlay > * {
    margin-left: 40px; }
  .sync-reg-overlay h2 {
    color: #fff;
    max-width: 360px;
    margin: 30px 40px 60px 40px; }
  .sync-reg-overlay .login-logo {
    height: 45px; }
  .sync-reg-overlay .two-heading {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 80px; }
    .sync-reg-overlay .two-heading > * {
      margin: 0; }
    .sync-reg-overlay .two-heading h3 {
      font-size: 36px;
      font-weight: 700; }
    .sync-reg-overlay .two-heading h2 {
      font-size: 64px;
      font-weight: 700; }
  .sync-reg-overlay .img-illustration {
    height: 300px; }

.login-quote {
  background-color: #872a6b;
  padding: 40px 55px;
  font-style: italic;
  color: #fff;
  border-radius: 20px;
  border: 3px solid #fff;
  max-width: 400px;
  text-align: center; }
  .login-quote-txt {
    font-size: 18px; }
  .login-quote-by {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 700; }

.sync-form, .syncCustomer {
  margin: -20px 20px;  
}
  .sync-form label, .syncCustomer label {
    font-size: 16px;
    display: flex;
    justify-content: space-between; }
    .sync-form label i, .syncCustomer label i {
      font-size: 14px;
      opacity: 0.8;
      font-weight: 500; }
  .sync-form input, .syncCustomer input:not(.checkbox input) {
    height: 44px;
    border: 1.5px solid #231f20; }
  .sync-form .form-group, .syncCustomer .form-group {
    position: relative; }
    .sync-form .form-group svg, .syncCustomer .form-group svg {
      position: absolute;
      top: 50%;
      right: 8px;
      transform: translate(0, -50%);
      color: #2d68b2; }
  .sync-form .btn-primary, .syncCustomer .btn-primary {
    background-color: #141343;
    width: 100%;
    font-size: 18px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 16px; }
    .sync-form .btn-primary i, .syncCustomer .btn-primary i {
      vertical-align: middle; }

      .sync-form .btn-primary, .syncCustomer .btn-success {
       
        width: 100%;
        font-size: 18px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 5px;
        margin-bottom: 16px; }
        .sync-form .btn-primary i, .syncCustomer .btn-primary i {
          vertical-align: middle; }

.login-modal {
  text-align: center;
  padding-top: 30px; }
  .login-modal-heading {
    display: inline-flex;
    align-items: center; }
    .login-modal-heading h3 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 0;
      margin-top: 0;
      margin-right: 16px; }
    .login-modal-heading span {
      font-size: 24px;
      color: #2e3192;
      vertical-align: middle;
      font-weight: 500; }
  .login-modal-subheading {
    font-size: 24px;
    font-weight: 500; }
  .login-modal .form-msg {
    margin-bottom: 16px;
    font-style: italic; }
  .login-modal h5 {
    font-weight: 700;
    color: #00aeef;
    text-align: left; }
  .login-modal .btn-success {
    margin-right: 20px;
    background-color: #00a651;
    border: 1px solid #00a651;
    padding: 3px 20px;
    border-radius: 8px; }

.sync-form .small-login-form .form-group, .syncCustomer .small-login-form .form-group {
  display: flex; }
  .sync-form .small-login-form .form-group input, .syncCustomer .small-login-form .form-group input {
    margin: 0 5px; }

.sync-form .small-login-form .input-tags, .syncCustomer .small-login-form .input-tags {
  list-style: none;
  display: inline-flex;
  padding-left: 90px; }
  .sync-form .small-login-form .input-tags li, .syncCustomer .small-login-form .input-tags li {
    display: inline-flex;
    background-color: #f0efef;
    padding: 5px 16px;
    border-radius: 3px;
    margin: 0 4px; }

.small-login-form .row {
  display: flex;
  align-items: flex-start;
  flex-direction: column; }
  .small-login-form .row .form-group {
    width: 100%; }

@media (max-width: 991px) {
  .sync-register .container > .row {
    flex-direction: column-reverse; } }

.login-bg-wrapper .syncCustomer {
  background: url("../../img/customer-bg.png");
  width: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  max-height: calc(100vh - 160px);
  display: block; }

.syncCustomer-loginWrapper {
  background-color: rgba(20, 19, 67, 0.1);
  padding: 20px 40px; }

.syncCustomer .logo > img {
  max-height: 125px !important; }

.syncCustomer .logo {
  margin-bottom: 5px; }

.syncCustomer .btn-primary {
  margin-top: 0; }

.syncCustomer .form-check {
  display: flex;
  align-items: center; }
  .syncCustomer .form-check label {
    margin-bottom: 0;
    margin-left: 10px; }

@media (max-width: 1536px) {
  .syncCustomer-loginWrapper {
    background-color: white; } }

/* @media (max-height: 655px) {
  .login-bg-wrapper .syncCustomer {
    min-height: 100vh;
    max-height: 100vh;
     } } */

  @media (max-width:1280px){
    .syncCustomer .logo {
      margin-bottom: 16px;
    }
    .syncCustomer .logo > img {
      max-height: 150px!important;
    }
  }

@media (max-width: 768px) {
  .syncCustomer .logo {
    display: flex;
    justify-content: center; } }

@media (max-width: 360px) {
  .sync-form, .syncCustomer,
  .syncCustomer {
    padding: 60px 0; } }
