/* css_override.css */
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

body {
  overflow-x: initial !important;
  overflow-y: initial !important;
  height: auto !important;
}

article {
  display: none !important;
}

a:focus {
  outline: none !important;
}

.signon-app {
  font-size: initial;
  line-height: initial;
  background: #fff;
  background-color: #fff;
  visibility: hidden;
}

.signon-app header {
  text-align: left;
  margin: auto;
  padding: 0;
  padding-top: 0;
}

.signon-app footer {
  position: static;
  bottom: auto;
  width: auto;
  height: auto;
}

small.terms {
  /* visibility: hidden !important; */
  margin-bottom: 0px !important;
  display: none !important;
}

.bc_login_container {
  display: block;
  width: 100%;
}

.bc_ot_login {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.bgImg .backgroundImg {
  width: 42.9vw;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.content_child_div {
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.699999988079071) !important;
  width: 42.9vw;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.support_text {
  position: absolute;
  top: 55px;
  right: 135px;
  font-size: 16px;
  font-weight: bold;
  color: rgba(254, 246, 240, 0.8500000238418579);
  cursor: pointer;
  font-family: "Roboto";
}

.heading_text {
  color: #111;
  font-size: 33px;
  font-weight: 500;
}

.heading_text_sub {
  color: #111;
  font-size: 33px;
  font-weight: 500;
}

.login_fields {
  position: relative;
  left: 30vw;
  margin-top: 26vh;
  text-align: left;
}

.username_container {
  margin-top: 60px;
  margin-left: 10px;
}

.text {
  font-weight: bold !important;
  color: black !important;
}

.form-control {
  height: 40px;
  font-size: 15px;
}

.password_container {
  margin-top: 40px;
  margin-left: 10px;
}

.reset_container {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  margin-left: 10px;
  color: rgba(254, 246, 240, 1);
  font-size: 18px;
}

.login_button {
  margin-top: 30px;
  /* margin-left: 20px; */
}

.login {
  height: 47px;
  /* width: 420px; */
  background: rgba(254, 246, 240, 1);
  color: #fff !important;
  font-size: 16px;
  border: none;
  border-radius: 25px !important;
  cursor: pointer;
  font-family: "Roboto";
}

.errorMsg {
  color: red;
  font-size: 14px;
  margin-top: 10px;
}

.is-invalid {
  border: 1px solid red !important;
}

.content_text {
  color: white;
  font-size: 18px;
  padding: 10px 0;
  font-weight: 500;
  display: flex;
  font-family: "Roboto";
}

.circle {
  width: 24px;
  height: 24px;
  background: rgba(252, 223, 204, 1);
  position: absolute;
  left: 0px;
  border-radius: 50%;
}

.square {
  width: 10px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 7px;
}

.sub_text {
  margin-left: 20px;
  position: relative;
  top: 2px;
  font-family: "Roboto";
}

.applyBg {
  display: none;
  width: 656px;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.699999988079071) !important;
  bottom: 0;
  left: 0px;
}

.instructions {
  position: relative;
  top: 20%;
  margin-left: 80px;
}

.forgot_links_row {
  display: block;
  margin-top: 30px;
}

.setPosition {
  position: relative;
}

.eyeIcon {
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
}

.eyeIcon path {
  fill: darkgrey !important;
}

.secureContentDiv {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}

.secureContent {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  position: relative;
  bottom: 2px;
  left: 10px;
  font-family: "Roboto";
}

.learnmore_div {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}

.learnmoretext {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "Roboto";
}

.exchangepayurl {
  color: rgba(254, 246, 240, 1);
  font-size: 14px;
  position: relative;
  left: 5px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: "Roboto";
}

.sub_text_div {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 85%;
  font-weight: 500;
}

.addCursor {
  color: rgba(254, 246, 240, 1) !important;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  font-family: "Roboto";
}

.login_sub_text {
  font-size: 15px;
  color: black;
  font-weight: 400;
  padding-right: 5px;
}

.disableButton {
  width: 420px;
  height: 47px;
  background: lightgray;
  opacity: 1;
  border: 1px solid lightgray;
  border-radius: 24px;
  color: #111;
  font-size: 16px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

.forgot_links {
  cursor: pointer;
  color: #F37F00 !important;
}

.forgot_links:hover {
  color: #F37F00 !important;
}

.footer-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 30vw;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.marginRight_20 {
  margin-right: 20px;
}

.textStyle {
  color: rgba(95, 99, 119, 1);
  font-weight: Regular;
  font-size: 14px;
  opacity: 1;
  text-align: left;
  cursor: pointer;
  font-family: "Roboto";
}

.font_size_14px {
  font-size: 14px;
}

.group:last-child {
  margin-bottom: 25px;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: none !important;
  border-color: none !important;
  box-shadow: none !important;
}

.btn-primary:active {
  background-color: #000 !important;
  outline: none !important;
}

.inactive {
  display: none !important;
}

.active {
  display: flex !important;
}

.login-modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8500000238418579);
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-modal {
  background: #ffffff;
  box-shadow: 2px 2px 20px 1px;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  width: 45.45vw !important;
  height: 53vh !important;
}

.login-modal-header {
  padding: 15px;
  display: flex;
  position: relative;
}

.login-modal-footer {
  flex-direction: column;
  justify-content: flex-end;
}

.login-modal-body {
  position: relative;
  padding: 20px 35px;
}

.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  font-size: 20px;
  padding: 20px;
  cursor: pointer;
  background: transparent;
}

.body_heading {
  color: rgba(95, 99, 119, 1);
  font-size: 24px;
  padding-bottom: 10px;
}

.body_data {
  margin-top: 15px;
  font-size: 18px;
  color: rgba(95, 99, 119, 1);
  text-align: left;
}

.bc_forgot_fields_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bc_heading_text {
  font-size: 32px;
  line-height: 40px;
  margin: 20px 0;
  text-align: center;
  font-family: "Roboto";
  color: #111;
  font-weight: 800;
}

.bc_sub_heading_text {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Roboto";
  color: #111;
}

.input_label {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
  font-family: "Roboto";
  color: #111;
}

.bc_forgot_input {
  font-family: "Roboto";
  width: 100%;
  height: 50px;
  border: 2px solid #828282;
  font-size: 16px;
  padding: 18px 15px 15px;
  color: #333;
  background: none !important;
}

.input_div {
  padding-top: 20px;
  width: 325px;
}

.button_div {
  margin-top: 25px;
  text-align: center;
}

.forgot_submit_button {
  height: 47px;
  background: rgba(254, 246, 240, 1);
  color: #fff !important;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-family: "Roboto";
  min-width: 250px !important;
  font-weight: 600;
  border-radius: 30px !important;
}

.header_container {
  height: 100px;
}

.forgotUserIdForm,
.forgotPasswordForm,
#mainForm,
.challengeQuestionsForm,
.twoFactorAuthEmailForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}

.positionFooter {
  margin-left: 0 !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 30px !important;
  top: auto !important;
}

.checkbox label {
  width: fit-content !important;
}

.password_div {
  margin-bottom: 30px !important;
}

.input_fields_div {
  /* width: 65%; */
  /* width: 22.65vw; */
  border-radius: 2px;
}

@media screen and (max-width: 640px) {
  .content_text {
    font-size: 14px !important;
    padding: 5px 0 !important;
  }

  .secureContentDiv {
    margin-top: 20px !important;
  }

  .exchange_text {
    font-size: 24px !important;
  }

  .textStyle {
    font-size: 10px !important;
  }

  .marginRight_20 {
    margin-right: 5px !important;
  }

  .instructions {
    margin-left: 10px !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 699px) {
  .instructions {
    margin-left: 20px !important;
  }

  .login_fields {
    left: 43vw !important;
  }

  .sub_text_div {
    width: 45% !important;
  }

  .input_fields_div {
    width: 46.65vw !important;
  }
}

@media screen and (min-width: 700px) and (max-width: 899px) {
  .login_fields {
    left: 43vw !important;
  }

  .sub_text_div {
    width: 45% !important;
  }

  .input_fields_div {
    width: 46.65vw !important;
  }
}

@media screen and (max-height: 670px) {
  .login_fields {
    margin-top: 15vh !important;
  }
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
  .login_fields {
    left: 36vw !important;
  }

  .sub_text_div {
    width: 45% !important;
  }

  .input_fields_div {
    width: 46.65vw !important;
  }
}

.buttonWidth {
  width: 350px !important;
}

.reduceHeight {
  margin-top: 15vh !important;
}

.adjustErrorWidth {
  position: absolute !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center;
}

.adjustMarginTop {
  margin-top: 17vh !important;
  width: 36vw !important;
  left: 31vw !important;
}

.increaseMarginTop {
  margin-top: 15vh !important;
}

.btn-block {
  width: auto !important;
  margin: 2px !important;
  margin-right: 5px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  font-weight: 600;
}

.btn-default {
  width: auto !important;
  margin: 2px !important;
  margin-right: 5px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  height: 35px !important;
}

#user,
#password,
#email,
#ssoId,
#lastName,
#enteredPassCode,
#currentPass,
#pass1,
#pass2 {
  height: 40px;
  font-size: 15px;
  width: 85%;
  margin-top: 6px;
  border: 1px solid #000;
  border-radius: 0px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill{
    -webkit-text-fill-color: #000 !important;
}
.buttons {
  display: flex;
  align-self: flex-start;
  margin-bottom: 2%;
}

#form1 {
  padding-left: 3%;
  padding-right: 3%;
}

form[name="tancDisposalForm"] {
  padding-left: 5%;
  padding-right: 10%;
}

.full-width {
  width: 100%;
}

.g-recaptcha {
  align-self: flex-start;
}

.bg-danger.alert {
  width: 100%;
}

h1.logo {
  display: none;
}

.custom-alert {
  position: fixed !important;
  top: 0 !important;
  width: 40% !important;
  z-index: 100 !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.custom-alert.bg-danger {
  color: #721c24;
  background-color: #f8d7da !important;
  border-color: #f5c6cb;
  white-space: pre-line;
  padding-right: 25px !important;
}

.custom-alert.bg-success {
  color: #155724;
  background-color: #d4edda !important;
  border-color: #c3e6cb;
}

i.fa-times {
  padding: inherit;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 7px;
}

i.fa-times:checked {
  visibility: hidden;
  color: #111;
}

.ssoId-label span,
.email-label span,
.lastName-label span,
.email-label>span,
.currentPass-label>span,
.pass1-label>span,
.pass2-label>span {
  font-weight: bold !important;
  left: 0 !important;
}

.password_policies_password_expiry {
  top: 80px !important;
  left: 480px !important;
}

.password_policies2_password_expiry {
  top: 300px !important;
  left: 480px !important;
}

.password_policies_reset_password {
  top: 80px !important;
  left: 480px !important;
}

.password_policies2_reset_password {
  top: 270px !important;
  left: 480px !important;
}

.no-margin {
  margin-left: 0 !important;
  float: none !important;
}

.center-img {
  display: block;
  margin: 0 auto;
}

.alert-icon {
  position: absolute !important;
  display: contents;
}

#custom-header {
  height: 100px;
}

#sign-in-heading {
  display: none;
}

#read-privacy-policy {
  color: #F26D0D !important;
  font-weight: 600;
  padding-top: 15px;
}

.invisible {
  display: none !important;
}

.collapse {
  visibility: visible;
}

@media only screen and (min-width: 960px) {
  section.container {
    width: 40%;
  }

  .heading_text {
    padding-left: 30%;
  }
}

@media only screen and (max-device-width: 480px) {
  section.container {
    width: 90%;
  }

  .heading_text {
    padding-left: 5%;
  }
}

@media only screen and (device-width: 768px) {
  section.container {
    width: 60%;
  }

  .heading_text {
    padding-left: 20%;
  }
}

.center-img {
  width: 1326px;
}

.autozone-text {
  font-size: 20px;
  /* font-weight: 600; */
  color: #858585;
  margin-left: 10px;
}

.navbar {
  display: flex;
  margin: 100px auto 30px auto;
  width: 615px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #404040;
  display: none;
}

.ot-sitenav__logo {
  position: relative;
  /* top: 4px; */
  margin-right: 2px;
  width: 12vw;
}

.login-form-div .column {
  padding: 100px 30px 30px 30px !important;
}

.autozone_login_button {
  height: 35px !important;
  font-weight: 600;
  font-size: 16px !important;
  padding: 0px 25px !important;
  background-color: #000 !important;
  border: none;
}

.autozone_login_button:hover {
  background-color: #6e6e6e !important;
  border: none;
}

.text_divider {
  position: relative;
  /* bottom: 3px; */
  /* margin-right: 20px; */
  margin-left: 10px;
  font-size: 38px;
  color: #858585;
}

.autozone-header-logo {
  position: relative;
  margin-right: 15px;
  top: 3px;
}

.autozone-header-logo::after {
  content: "";
  position: absolute;
  height: 35px;
  /* font-size: 33px; */
  top: 0px;
  /* line-height: 40px; */
  background-color: #e5e5e5;
  width: 1px;
  transform: rotate(25deg);
  right: -13px;
}

.autozone-header-container {
  margin: 20px 50px;
  display: flex;
  /* width: 615px; */
  flex-direction: row;
  justify-content: center;
  align-items: end;
  color: #404040;
  padding-top: 70px;
}

.forgot_user_id_text {
  width: 40%;
  margin: 70px auto 50px auto;
  font-size: 22px;
  color: #111;
  font-weight: 600;
}

.cancel_button {
  border: 1px solid #000;
  padding: 0;
  transition: 0.2s ease all;
}

.cancel_button:hover {
  background-color: #6e6e6e !important;
  border-color: #000 !important;
  transform: translateY(-3px);
}

.cancel_button a {
  color: #000;
  font-weight: bold;
  padding: 5px 15px;
  display: block;
}

.cancel_button:hover a {
  color: #fff;
}

.cancel_button a:hover,.cancel_button a:focus {
  text-decoration: none;
}

.continue_button {
  background-color: #000 !important;
  border-color: #000 !important;
  font-weight: bold;
  padding: 5px 15px;
  height: 35px;
  outline: none !important;
}

.continue_button:hover {
  background-color: #6e6e6e !important;
}

.forgot_Id_success_alert,
.forgot_Id_failure_alert,
.forgot_pwd_success_alert,
.forgot_pwd_failure_alert {
  margin-top: 80px !important;
}

.margin_left_15 {
  margin-left: 15px;
}

.forgot_pwd_heading {
  padding-left: 3% !important;
  display: none;
}

.login_heading {}