.card.login {
  border: 1px solid #ECEDEE;
  padding: 20px 30px;
  text-align: center;
  background: #ffffff;
  margin: auto;
}

.welcome_details {
  margin: 15px 40px;
}

.card input[type=text], .card input[type=email], .card [type=password] {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  color: #6C737F;
  padding: 3px 14px 5px;
  height: 56px;
  border: 1px solid #ECEDEE;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.card input[type=text]:focus, .card input[type=email]:focus, .card [type=password]:focus {
  border: 1px solid #FF8001;
}

.forgot_pass a {
  font-size: 14px;
  font-weight: 400;
  color: #6C737F;
}

.forgot_pass {
  text-align: right;
  margin: 8px 0 25px;
}

.form-control:focus {
  border: 1px solid #FF8001 !important;
  background: #FFF2E6;
  box-shadow: none;
}

.login .left, .login .right, .register .left, .register .right {
  padding: 0;
}

.login input[type=email] {
  margin-bottom: 18px;
}

.login input[type=email].input-error,
.login input[type=password].input-error {
  border: 1px solid #FD4438;
  background-color: #FFECEB;
}

.register input[type=email] {
  margin-bottom: 0px;
}

.signin, .signup, .otp-verify {
  align-items: center;
}

/* Signup */
.hr-lines {
  position: relative;
  margin: 18px auto;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #6C737F;
}

.hr-lines:before {
  content: " ";
  height: 2px;
  width: 180px;
  background: #E1E1E4;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.hr-lines:after {
  content: " ";
  height: 2px;
  width: 180px;
  background: #E1E1E4;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.social_log_icons {
  margin: 0 !important;
  display: flex;
  max-width: 100% !important;
}

.icons_box {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

.google {
  background: url(../images/google.png) center no-repeat;
  padding: 20px 30px;
  position: relative;
  margin: 1px 5px 0 0;
  flex-basis: 100%;
  flex-grow: 1;
}

.insta {
  background: url(../images/instagram.png) center no-repeat;
  padding: 20px 30px;
  position: relative;
  margin: 1px 5px 0 0;
  flex-basis: 100%;
  flex-grow: 1;
}

.facebook {
  background: url(../images/fb.png) center no-repeat;
  padding: 20px 30px;
  position: relative;
  margin: 1px 5px 0 0;
  flex-basis: 100%;
  flex-grow: 1;
}

.apple {
  background: url(../images/apple.png) center no-repeat;
  padding: 20px 30px;
  position: relative;
  margin: 1px 0;
  flex-basis: 100%;
  flex-grow: 1;
}

.form-details input {
  width: 47%;
  display: inline-block !important;
  padding-top: 15px;
}

.form-details {
  max-width: 100%;
  margin: auto;
}

.form-details input:nth-child(even) {
  margin-left: 18px;
  margin-bottom: 18px;
}

.kanzee_member {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kanzee_member .title {
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #6C737F;
}

.kanzee_member label {
  float: right;
}

.form-details .inputs {
  width: 47%;
  display: inline-block !important;
  text-align: left;
}

.register .form-details input {
  width: 100% !important;
  margin-top: 0;
  padding-top: 15px;
}

.form-details .inputs:nth-child(even) {
  margin-bottom: 18px;
  margin-left: 18px;
}

.register .control-error {
  font-size: 11px !important;
}

.control-error {
  color: #F05153 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  display: table-cell;
  padding: 5px 0 8px !important;
}

.control-success {
  color: #12B76A;
  font-size: 12px;
  font-weight: 400;
  display: table-cell;
  padding: 5px 0 12px;
}

.control-success:before {
  content: "";
  background: url(../images/check_circle.png) no-repeat center;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  top: 0.2em;
}

.passwd {
  display: flex;
}

.passwd .rango-eye-hide:before {
  content: "\E92E";
  right: 31px;
  position: relative;
  top: 0.25em;
  font-size: 22px;
  color: #C5C6CB;
}

.passwd .rango-eye-visible:before {
  content: "\E92F";
  right: 31px;
  position: relative;
  top: 0.25em;
  font-size: 22px;
  color: #C5C6CB;
}

.passwd .pwd-hide {
  width: 0;
}

.google label, .insta label, .facebook label, .apple label {
  display: none;
}

.pwd .rango-eye-hide:before {
  content: "\E92E";
  display: inline-block;
  right: 31px;
  position: absolute;
  top: 0.8em;
  font-size: 22px;
  color: #C5C6CB;
  cursor: pointer;
}

.pwd .rango-eye-visible:before {
  display: inline-block;
  content: "\E92F";
  right: 31px;
  position: absolute;
  top: 0.8em;
  font-size: 22px;
  color: #C5C6CB;
  cursor: pointer;
}

.pwd {
  display: flex;
}

.login .pwd-hide {
  width: 0;
}

img.loginbanner {
  display: block;
}

.loginbanner-tabimg {
  display: none;
}

/*OTP- Verify*/
.otp-box {
  padding: 0 5em;
}

.time-count-otp {
  justify-content: space-evenly;
}

.resend-otp {
  display: flow-root;
  margin: 1em 0;
}

.send-again {
  color: #FF8001;
  font-weight: 600;
  font-size: 14px;
  float: right;
  right: 0;
}

.send-again.disabled {
  color: #FFC58A !important;
  cursor: not-allowed;
}

.send-again-rush {
  color: #057A50;
  font-weight: 600;
  font-size: 14px;
}

.send-again-rush.disabled {
  color: rgba(5, 122, 79, 0.5);
}

.otp-phone-change, .otp-phone-change-rush {
  font-weight: 600;
  font-size: 14px;
  color: #6C737F;
  text-decoration: underline;
}

.resend-otp span {
  font-weight: 400;
  font-size: 14px;
  color: #6C737F;
  float: left;
}

.resend-otp span .time-left {
  font-weight: 600;
}

.time-count-otp input {
  font-weight: 700;
  font-size: 28px !important;
  color: #4D525A;
  border: 1px solid #E1E1E4 !important;
  background-color: #FAFAFB;
  width: 65px !important;
  height: 65px !important;
}

.otp-phone-change:hover {
  color: #FF8001;
}

.otp-phone-change-rush:hover, .send-again-rush:hover {
  color: #057A50;
}

.otp-counts .control-error {
  display: flex;
  align-items: center;
}

.otp-counts .control-error:before {
  content: "";
  background: url(../images/cancel_error.png) no-repeat center;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.otp-verification .welcome_cont .sent-to {
  font-weight: 600;
}

.otp-verification .card.login {
  align-items: center;
}

.did-floating-label-content .kuwait-mobb {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  color: #6C737F;
  padding: 3px 14px 5px;
  height: 56px;
  border: 1px solid #ECEDEE;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.register .form-details .inputs {
  display: inline-grid !important;
}

.register .mob-input {
  background: #ffffff;
  border-right: none;
  color: #9DA1A9;
  padding: 3px 0px 5px 12px;
  height: 56px;
  font-weight: 600;
  border-top: 1px solid #ECEDEE;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  border-left: 1px solid #ECEDEE;
  border-bottom: 1px solid #ECEDEE;
}

.register .kuwait-mob-code {
  margin-left: 0px !important;
  border-top: 1px solid #ECEDEE !important;
  border-bottom: 1px solid #ECEDEE !important;
  border-left: none !important;
  border-right: 1px solid #ECEDEE !important;
  border-radius: 0 8px 8px 0 !important;
}

.register .kuwait-code .did-floating-label {
  left: 24%;
}

.register .country-mob input {
  margin-bottom: 0px;
}

.register .country-mob input:focus {
  border: 1px solid #FF8001 !important;
  border-left: none !important;
}

.register .confrm-code-msg {
  font-size: 12px;
  font-weight: 400;
  color: #4C4F60;
}

.top-mob {
  top: -12px;
  position: relative;
}

.verify-kanzee-acc {
  background-color: #FAFAFB;
  border-radius: 8px;
}

.kanzee_member.did-floating-label-content {
  padding-top: 0;
}

.kanzee_member.did-floating-label-content label {
  left: 20px;
}

.kanzee_member.did-floating-label-content input {
  color: #4D525A;
  font-weight: 600;
  padding-top: 15px;
}

.pwd.error .rango-eye-hide:before {
  color: #FD4438;
}

.pwd input {
  padding-top: 15px !important;
}

.login button#submit_process {
  text-transform: unset;
}

.search-delivery {
  content: "";
  background: url(../images/searchdelivery.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-flex;
  position: relative;
  padding: 8px;
  float: left;
  left: 1em;
  top: -2.7em;
  margin-bottom: 0;
}

.delivery-input {
  padding-left: 2.2em !important;
  padding-top: 0.2em !important;
  height: 52px !important;
}

.delivery-input:focus {
  border: 1px solid #FF8001 !important;
  background: #FFF2E6;
}

.verify-kanzee-acc .control-error {
  padding: 0 20px 10px !important;
  top: -5px;
  position: relative;
}

.register .did-floating-input.kuwait-mob-code {
  padding-top: 0 !important;
}

.remv-icon-safari.input[type=number]::-webkit-inner-spin-button,
.remv-icon-safari.input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* RUSH*/
.rush .form-control:focus {
  border: 1px solid #057A50 !important;
  background: #E6F2EE;
}

.rush .delivery-input:focus {
  border: 1px solid #057A50 !important;
  background: #E6F2EE;
}

.rush .register .country-mob input:focus {
  border: 1px solid #057A50 !important;
  border-left: none !important;
}

/*Media*/
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
  .pwd:after {
    bottom: 50%;
    right: 14%;
  }
  .form-details input {
    width: 100% !important;
  }
  .hr-lines:after, .hr-lines:before {
    width: 120px;
  }
  .otp-box {
    padding: 0 3em;
  }
  .register .kuwait-code .did-floating-label {
    left: 30%;
  }
  .register .form-details .inputs:nth-child(even) {
    margin-left: 5px;
  }
  .form-details .inputs {
    width: 48%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1440px) {
  .pwd:after {
    bottom: 52%;
    right: 14%;
  }
  .hr-lines:after, .hr-lines:before {
    width: 145px;
  }
}
/* Tablet*/
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  img.loginbanner {
    display: none;
  }
  .loginbanner-tabimg {
    display: block;
    margin: 10px 0 25px;
  }
}
.icon-position {
  position: absolute;
  top: 18px;
  right: 14px;
}

.forgot_error {
  border: 1px solid #F05153 !important;
}

.sticky-header-block.authHeader {
  margin-bottom: 0 !important;
}