html {
  height: 100%;
}

body {
  font-family: "Nunito Sans", sans-serif;
  background-color: #fff;
  height: 100%;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1270px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
}


p {
  color: #b3b3b3;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Nunito Sans", sans-serif;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  text-decoration: none !important;
}

.alert-danger p {
  color: black;
}

.content {
  padding: 7rem 0;
}

h2 {
  font-size: 20px;
}

.half,
.half .container>.row {
  height: 100vh;
  min-height: 400px;
}

.container-fluid {
  padding: 35px;
}

.login-box {
  padding-left: 100px;
  padding-right: 78px;
  width: 100%;
}

.login-inputs {
  display: flex;
  align-items: center;
  height: 85%;
  width: 100%;
  justify-content: center;
}

.home-banner {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.bg {
  display: flex;
  justify-content: center;
  background-image: url(/image/bg2.png);
  background-size: 100%;
  background-size: cover;
  /* height: 90vh; */
  height: 100%;
  background-repeat: no-repeat;
  border-radius: 16px;
  align-items: center;
  padding: inherit;
}

.bg img {
  border-radius: 16px;
  width: 100%;
  object-fit: contain;
}

.mobile-flow {
  display: none !important;
}

@media (max-width: 991.98px) {
  .half .bg {
    height: 200px;
  }
}

.half .contents {
  background: #ffffff;
}

.half .contents,
.half .bg {
  width: 50%;
}

@media (max-width: 1199.98px) {

  .half .contents,
  .half .bg {
    width: 100%;
  }
}

.half .contents .form-control,
.half .bg .form-control {
  border: none;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 54px;
  background: #fff;
}

.half .contents .form-control:active,
.half .contents .form-control:focus,
.half .bg .form-control:active,
.half .bg .form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.half .bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.half a {
  color: #888;
  text-decoration: underline;
}

.half .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
}

.half .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}

.control .caption {
  position: relative;
  top: .2rem;
  color: #888;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
  background: #ccc;
}

.control input:checked~.control__indicator {
  background: #fb771a;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
  background: #fb8633;
}

.control input:disabled~.control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none;
}

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.control input:checked~.control__indicator:after {
  display: block;
  color: #fff;
}

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.control--checkbox input:disabled~.control__indicator:after {
  border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked~.control__indicator {
  background-color: #7e0cf5;
  opacity: .2;
}

h3.order-heading {
  /* font-size: 44px; */
  font-size: 32px;
  color: #212121;
  font-weight: 600;
  margin-bottom: 4px;
}

.order-description {
  font-size: 16px;
  font-weight: 400;
  color: #676767;
}

.get-order label {
  font-size: 12px;
  font-weight: 400;
  color: #676767;
}

.get-order label a {
  font-size: 14px;
  font-weight: 400;
  color: #676767;
  text-decoration: underline;
}

.terms-label {
  font-size: 14px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 40px;
}

.get-order .form-control {
  border: 1px solid #E1E1E1 !important;
  border-radius: 10px !important;
  padding: 0px 20px;
  height: 52px !important;
  box-shadow: 0px 0px 16px 1px #5B6CFF40;
  font-size: 14px;
}

.get-order .form-control:focus {
  border: 2px solid #5B6CFF !important;
}

.btn-brown,
.btn-brown:focus,
.btn-brown:active,
.btn-brown:hover {
  border-radius: 10px !important;
  background-color: #5B6CFF !important;
  border-color: #5B6CFF !important;
  color: #fff;
  height: 50px;
  font-size: 16px;
}

.footer-text {
  font-size: 20px;
  /* text-align: center; */
  font-weight: 400;
  color: #676767;
  position: relative;
}

.footer-text input {
  position: absolute;
  top: 4px;
}

.footer-text span {
  padding-left: 28px;
}

.custom-select {
  width: 120px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  appearance: none;
  background-image: url('../icon/down-arrow.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right 1.4rem top 50% !important;
  background-size: 0.65rem auto !important;
  margin: 20px 20px;
  border-radius: 100px !important;
  background-color: #f6f4f4 !important;
  color: #472a19;
  font-weight: 500;
  font-size: 14px;
}

.langs::after {
  content: "";
  height: 12px;
  width: 1.17px;
  right: -2px;
  top: 6px;
  position: absolute;
  background-color: #676767;
  margin-left: 3px;
}

.langs {
  padding-right: 5px;
  position: relative;
}

/* .custom-select  option {
  padding: 10px 15px;
  color: #472a19;
  font-weight: 500;
  font-size: 14px;
} */
.custom-height {
  height: 80vh !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #472A19;
  border-color: #472A19;
}

.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(71 42 25);
  box-shadow: 0 0 0 0.2rem rgb(71 42 25);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(71 42 25);
  ;
  box-shadow: 0 0 0 0.2rem rgb(71 42 25);
}

.login-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
  padding-right: 60px;
}

.login-header ul {
  list-style: none;
  color: black;
  display: inline-flex;
  gap: 8px;
  margin-right: 30px;
}

.login-header ul li a {
  color: #676767;
  font-size: 16px;
  font-weight: 500;
}

.login-header ul li a.active {
  font-weight: 700;
  color: #212121;
}

.get-order label {
  display: flex;
  align-items: center;
  gap: 2px;
}

.get-order label input {
  margin-right: 10px;
}

.get-order label div {
  margin-top: 4px;
}
.web-powered-icon {
      color: black;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 40px;
}

@media(max-width: 430px) {
  .login-box {
    padding: 0px;
  }

  .login-header ul li a {
    font-size: 16px;
  }

  .mobile-banner {
    background-image: url(/image/bg2.png);
    background-size: cover;
    height: 297px;
    background-repeat: no-repeat;
    border-radius: 16px;
    margin-bottom: 25px;
  }

  .login-box .order-description {
    margin-bottom: 30px !important;
    font-size: 16px;
  }

  .footer-text {
    margin-top: 5px !important;
  }

  /* .btn-brown {
    margin-top: 5px !important;
  } */

  .container-fluid {
    padding: 16px;
  }

  .login-header {
    margin-bottom: 40px;
  }

  .login-header .mr-5 {
    margin-right: 0px !important;
  }

  .bg {
    display: none;
  }

  .customCheckbox {
    width: 24px !important;
    height: 20px !important;
  }

  .desktop-flow {
    display: none;
  }

  .mobile-flow {
    display: flex !important;
  }

  .mobile-flow .card-body {
    border-radius: 20px;
    padding: 0px;
  }

  .mobile-flow .card {
    border-radius: 20px;
  }

  .mobile-login-header {
    display: flex;
    justify-content: space-between;
    padding: 11px 22px;
    border-bottom: 1px solid #BDBDBD;
    align-items: center;
  }
  .mobile-login-body {
    padding: 0px 22px 11px;
  }

  .mobile-login-header ul {
    list-style: none;
    display: inline-flex;
    gap: 8px;
    margin: 0;
  }

  .mobile-login-header ul li a {
    color: #676767;
    font-weight: 500;
  }

  .mobile-login-header ul li a.active {
    color: #212121;
    font-weight: 700;
  }

  .mobile-login-title {
    text-align: center;
  }

  .mobile-login-title h1 {
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .mobile-login-title p {
    margin-bottom: 15px;
  }

  .mobile-login-title h1 {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    line-height: 32px;
  }

  .mobile-login-title p {
    font-size: 14px;
    font-weight: 400;
    color: #676767;
  }

  .get-order .form-control {
    height: 51px !important;
    border-radius: 12px;
    box-shadow: none;
  }
  .get-order .form-control:focus {
    box-shadow: 0px 0px 16px 1px #5B6CFF40;
  }

  .mobile-powered-icon {
    font-size: 12px;
    color: #000000;
    margin-top: 16px;
    text-align: center;
    margin-bottom: 0px;
  }
  .btn-primary {
    margin-top: 28px;
  }
  .last {
    margin-bottom: 16px;
  }
  .get-order label {
    font-size: 14px;
  }
  .agree-control {
    display: flex;
    align-items: center;
  }
  .agree-control label {
    margin-bottom: 0px;
  }
}

@media (min-width: 1400px) {
  .bg {
    height: 85vh;
  }

  .container-fluid {
    padding: 47px !important;
  }
}

@media (min-width: 1600px) {
  .agree-checkbox span {
    margin-top: 2px;
  }
}