.login-block {
  background-color: rgba(123, 123, 123, 0.86) !important;
  backdrop-filter: blur(5.5px);
}
.login-block .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 480px;
}

.login-block .modal-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 38px 0 25px;
  border-bottom: 0px;
  overflow: hidden;
  position: relative;
}

.login-block .modal-content {
  border-radius: 10px;
  background: #fff;
  box-shadow: -1px 3px 8px 0px rgba(71, 71, 71, 0.25);
  padding: 20px;
  padding-top: 0px;
}
label.error {
  margin-top: -15px;
  margin-bottom: 30px;
  display: block;
  color: red;
}
.new-billing-address-input-block label.error {
  margin-top: -25px;
  font-size: 12px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  border-radius: 10px;
  border: 1px solid #cacaca;
  height: 55px !important;
  padding: 0 25px;
  padding-top: 9px;
}

.form-control:focus {
  border-color: #ffadad !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(255 46 46 / 15%) !important;
}

button.payment-btn[disabled] {
  cursor: not-allowed;
  background-color: rgb(229, 229, 229) !important;
  box-shadow: none;
  color: #6f6f6f;
}

.alert.register-errors {
  color: #e31925;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

.alert.login-errors {
  color: #e31925;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0px !important;
  border-radius: 4px;
  padding: 0;
  height: auto !important;
}

label#phone_email-error {
  margin-bottom: 0;
}

.login-logo-block img {
  width: 44px;
  height: 53px;
  flex-shrink: 0;
}
.login-block h4.modal-title {
  color: #202020;
  text-align: center;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 2px;
  padding-top: 32px;
}
.login-logo-block {
  position: relative;
}
.login-logo-block::before {
  position: absolute;
  content: "";
  border-radius: 10px 10px 150px 150px;
  background: linear-gradient(180deg, #f55 0%, rgba(255, 255, 255, 0) 77.64%);
  filter: blur(43.5px);
  width: 308px;
  max-width: 308px;
  height: 116px;
  flex-shrink: 0;
  top: -60px;
  left: 50%;
  transform: translate(-50%);
  z-index: 0;
}

.login-block button.close {
  position: absolute;
  top: 20px;
  z-index: 10;
  right: 0;
  background: transparent !important;
  border: 0 !important;
}

.login-btn-block {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
}

a.login-btn-block-btn {
  flex: 1;
  border-radius: 10px;
  border: 1px solid #cacaca;
  color: #636363;
  text-align: center;
  font-size: 15px;
  font-family: Roboto;
  line-height: 32px;
  padding: 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.btn-or-block {
  margin: 24px 0;
  text-align: center;
  color: #636363;
  font-size: 15px;
  font-family: Roboto;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-or-block span {
  width: 40%;
  height: 1px;
  background-color: #dadada;
}
input.input-edit {
  border-radius: 10px;
  border: 1px solid #cacaca;
  height: 54px;
  padding: 0 25px;
}
.form-group.login-label {
  position: relative;
}

.form-group.login-label label {
  position: absolute;
  color: #636363;
  text-align: center;
  font-size: 13px;
  font-family: Roboto;
  line-height: 32px;
  top: -16px;
  left: 25px;
  background-color: #fff;
  padding: 2px 5px;
  height: 24px;
  z-index: 10;
}
button.btn-red {
  border-radius: 10px;
  background-color: #e31925;
  border: 0;
  width: 100%;
  height: 44px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 600;
  line-height: 32px;
  margin-top: 20px;
  cursor: pointer;
}

.login-footer-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 15px 0;
}

label#hidden_email-error {
  position: absolute;
  bottom: 110px;
}

.login-footer-block a {
  color: #636363;
  text-align: center;
  font-size: 15px;
  font-family: Roboto;
  line-height: 32px;
}
label.otp-label {
  position: relative !important;
  padding: 0px !important;
  left: 0 !important;
  top: 0 !important;
}

div#divOuter {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

div#number.otp-number input {
  border: 1px solid #cacaca;
  border-radius: 0px;
}

div#number.otp-number input {
  display: inline-block;
  width: 25%;
  height: 50px;
  text-align: center;
}

label.pull-right.resend-otp {
  right: 0;
  left: auto;
  top: 0;
  color: #636363;
  text-align: center;
  font-size: 10px;
  font-family: Roboto;
  font-weight: 600;
  line-height: 32px;
  border-bottom: 1px solid #4e4e4e;
  height: 28px;
  padding: 0;
}

.form-group.login-label.password img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
}

.login-block .modal-body .form-group {
  margin-bottom: 20px;
}

#partitioned {
  letter-spacing: 5.5rem;
  border: 0;
  background-image: linear-gradient(
    to left,
    black 70%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-position-x: center;
  background-position-y: bottom;
  background-size: 110px 1px;
  background-repeat: repeat-x;
  background-position-x: 205px;
  width: 100%;
  min-width: 100%;
  outline: none;
  padding-left: 50px;
  letter-spacing: 103px;
}

label#partitioned-error {
  background: transparent;
  margin-top: 0;
}

#divInner {
  left: 0;
  position: sticky;
}

#divOuter {
  width: 100%;
  overflow: hidden;
}

img.img-responsive {
  width: 100%;
}

/* div#email-log-in {
    display: none;
}
div#sign-in{
    display: none;
}

div#sign-in.active {
    display: block;
}
div#email-log-in.active {
    display: block;
}
#verify-otp{
    display: none;
}
#verify-otp.active{
    display: block;
} */

@media (max-width: 576px) {
  #partitioned {
    padding-left: 30px;
    letter-spacing: 5.5rem;
    border: 0;
    background-image: linear-gradient(
      to left,
      black 70%,
      rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 100px 1px;
    background-repeat: repeat-x;
    background-position-x: 170px;
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 380px) {
  #partitioned {
    padding-left: 30px;
    letter-spacing: 5.5rem;
    border: 0;
    background-image: linear-gradient(
      to left,
      black 70%,
      rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 76px 1px;
    background-repeat: repeat-x;
    background-position-x: 140px;
    width: 100%;
    min-width: 100%;
  }
}

@media (max-height: 700px) {
  /*.login-block .modal-dialog {*/
  /*    margin-top: 80px;*/
  /*}*/
}
