body {
  background-color: #fff;
}

button,
.custom-select,
a {
  outline: none;
}
button:focus,
.custom-select:focus,
a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.btn:focus,
.custom-select.btn:focus,
a.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select {
  border-radius: 0 5px;
}
.custom-select:focus {
  border: 1px solid #000;
}

.auto-margin {
  margin: 0 auto;
}

.breadcrumb {
  display: none;
}

.form-group.required .form-control-label::before {
  content: "*";
  color: #c00;
}
.form-group .form-control {
  border: 1px solid #EEEEEE;
}
.form-group .form-control.disabled {
  background-color: #FAFAFA;
  pointer-events: none;
}
.form-group .form-control input[type=text]:disabled, .form-group .form-control input[type=text].disabled {
  background-color: #FAFAFA;
  pointer-events: none;
}

.disabled {
  pointer-events: none;
}
.disabled.custom-selector-box {
  border-color: #ebebeb;
  pointer-events: none;
}
.disabled.custom-selector-box .custom-selector-selection {
  border-color: #ebebeb;
  background-color: #FAFAFA;
}

.login-page {
  margin-top: 1em;
}
@media (max-width: 768.98px) {
  .login-page .container {
    padding: 0;
  }
}
.login-page .login-form-nav {
  margin-bottom: 1.25em;
}
.login-page .login-form-nav .tab-pane {
  margin-top: 1em;
}
.login-page .login {
  margin-bottom: 0.938em;
}
.login-page .login .error-message-form {
  padding: 0.625em;
  background-color: #c00;
  color: #fff;
  border-radius: 0.188em;
}

.registration-page .privacy-policy {
  margin-top: 1rem;
}

.login-banner {
  background-image: url("../images/account.jpg");
  background-position-y: 40%;
}

.equal-height .card {
  width: 100%;
  margin-bottom: 98px;
}

.track-order-header {
  font-size: 1.75rem;
}

.request-password-title {
  font-size: 1.5rem;
}

.checkout-loginform .login-form-header {
  display: none;
}
.checkout-loginform .login-page {
  padding-top: 98px;
}

.login-page {
  background: -webkit-gradient(linear, left top, left bottom, from(#e7f6ff), color-stop(49%, #efeff6), to(#feeff8));
  background: linear-gradient(to bottom, #e7f6ff, #efeff6 49%, #feeff8);
}
.login-page .card {
  border: none;
  border-radius: unset;
  margin-bottom: 98px;
  padding: 48px 0 40px;
  margin-top: 10px;
}
@media (max-width: 768.98px) {
  .login-page .card {
    margin: 0px;
    padding: 15px 0 20px;
  }
}
.login-page .login-form-header img {
  width: 100%;
}
.login-page .card-body {
  padding: 0;
  text-align: center;
}
.login-page .tab-content {
  padding: 0 50px;
}
@media (max-width: 767.98px) {
  .login-page .tab-content {
    padding: 0px;
  }
}
.login-page .content-wrapper {
  padding: 0 35px;
}
@media (max-width: 768.98px) {
  .login-page .content-wrapper {
    padding: 0 15px;
  }
}
.login-page .content-wrapper .form-group {
  margin-bottom: 13px;
}
.login-page h2.login-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #222222;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .login-page h2.login-heading {
    font-size: 1rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.login-page .custom-selector-selection {
  border-radius: 0;
}
.login-page .custom-selector-selection span {
  text-align: left;
}
.login-page .phone-number-title {
  padding-top: 3px;
  font-size: 0.875rem;
}
.login-page .phone-number-title .phoneNo {
  font-weight: bold;
}
.login-page .phone-number-title,
.login-page .terms-and-condition,
.login-page .login-notification-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #222222;
}
.login-page .terms-and-condition {
  font-size: 0.75rem;
  line-height: 1.17;
  margin-bottom: 23px;
}
.login-page .terms-and-condition a {
  text-decoration: underline;
  color: #0070b3;
}
.login-page .login-notification-text {
  font-size: 1rem;
}
.login-page .login-notification .vmm-checkbox:first-child {
  padding-right: 30px;
}
.login-page .login-notification .vmm-checkbox img {
  vertical-align: baseline;
  margin-right: 3px;
}
.login-page .login-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
}
.login-page .login-input-wrapper .custom-selector-box {
  width: 20%;
}
@media (max-width: 768.98px) {
  .login-page .login-input-wrapper .custom-selector-box {
    width: 29%;
  }
}
.login-page .login-input-wrapper .custom-selector-box .custom-selector-selection,
.login-page .login-input-wrapper .custom-selector-box .custom-selector {
  pointer-events: none;
}
.login-page .login-input-wrapper .input-phone-num {
  width: 77%;
}
@media (max-width: 768.98px) {
  .login-page .login-input-wrapper .input-phone-num {
    width: 68%;
  }
}
@media (max-width: 768.98px) {
  .login-page .js_login-form button {
    width: 80% !important;
  }
}
.login-page .js_login-form label,
.login-page .js_otp-form label,
.login-page .js-registration-form label {
  display: block;
  text-align: left;
}
.login-page .js_login-form button,
.login-page .js_otp-form button,
.login-page .js-registration-form button {
  padding: 14px 0;
  width: 100%;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.login-page .js_otp-form .phone-number-title {
  padding: 3px 80px 0;
}
.login-page .separater-line {
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
  line-height: 0.1em;
  margin: 47px 0;
  color: #999999;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
@media (max-width: 768.98px) {
  .login-page .separater-line {
    margin: 27px 0;
  }
}
.login-page .separater-line span {
  background: #fff;
  padding: 0 10px;
  text-transform: uppercase;
}
.login-page .title-loginMedia {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #222222;
  margin-bottom: 11px;
}
.login-page .oauth-facebook,
.login-page .oauth-google {
  border: 1px solid #f9f8f8;
  border-radius: 0 5px;
  -webkit-box-shadow: 1px 2px #f9f8f8;
          box-shadow: 1px 2px #f9f8f8;
}
.login-page .oauth-facebook:hover,
.login-page .oauth-google:hover {
  text-decoration: none;
}
.login-page .oauth-facebook {
  margin-right: 24px;
  padding: 10px;
}
.login-page .oauth-google {
  padding: 10px 29px;
}
.login-page .otp-input-column input {
  width: 50px;
  height: 50px;
  border: none;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  color: #222222;
  margin: 0 5px;
  background: #EEEEEE;
  padding: 0;
}
@media (max-width: 768.98px) {
  .login-page .otp-input-column input {
    width: 40px;
    height: 40px;
  }
}
.login-page .otp-input-column button {
  margin-top: 30px;
  width: 75%;
}
.login-page .otp-input-column .invalid-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
.login-page .form-group.otp-input-row {
  padding-top: 0;
}
.login-page .otp-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-page .otp-inputs input {
  display: inline-block;
  border-radius: 0 5px;
}
.login-page .otp-inputs input.is-invalid {
  padding: 0 !important;
}
.login-page .change-no {
  display: none;
}
.login-page .change-no,
.login-page .resend-otp {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #EC008C;
  margin-bottom: 22px;
  text-decoration: underline;
  cursor: pointer;
}
.login-page .resend-otp-wrapper {
  margin-top: 30px;
}
.login-page .otp-form-redirection-message {
  margin-top: 20px;
}
.login-page .otp-timer {
  font-size: 0.875rem;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.login-page .form-group.form-reg {
  padding-top: 0;
}
.login-page .clock-timer {
  display: none;
}

@media (max-width: 768.98px) {
  .page[data-action=Login-Show] .header-col4 .right-header-content {
    display: none !important;
  }
  .page[data-action=Login-Show] .brand {
    display: block;
    padding-bottom: 15px;
  }
  .page[data-action=Login-Show] .brand .logo-home {
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 0;
  }
  .page[data-action=Login-Show] .header-col1 {
    width: 100%;
  }
  .page[data-action=Login-Show] .navbar-toggler {
    display: none;
  }
}
@media (min-width: 769px) {
  .page[data-action=Login-Show] .header-col4 .right-header-content,
  .page[data-action=Login-Show] .navbar-toggleable-sm {
    display: none !important;
  }
  .page[data-action=Login-Show] .site-search {
    width: 512px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .page[data-action=Login-Show] .header-col1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .page[data-action=Login-Show] .header-col1 .brand {
    width: auto;
  }
}