.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.login-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.login-form {
  height: 100vh;
  background-color: #fff;
}
.login-form #login-message {
  display: none;
}
.login-form .form-wrapper {
  position: absolute;
  top: 25%;
  left: -50%;
  padding: 50px 25px;
  max-width: 330px;
  background: #ffffff;
  border-radius: 10px;
}
.login-form .form-wrapper form {
  margin-top: 20px;
}
.login-form .form-wrapper .input-group-text {
  background: none;
  border: 0;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}
.login-form .form-wrapper .form-control {
  border: 0;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}
.login__separator {
  margin: 0 150px;
  width: 2px;
  height: 0;
  background-color: #ffffff;
  animation-name: separator;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  -webkit-animation-name: separator;
  -webkit-animation-duration: 500ms;
  -webkit-animation-fill-mode: forwards;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.login__title {
  color: #01935a;
  margin-bottom: 2rem !important;
  font-weight: 400 !important;
}
.login__form-wrapper {
  width: 350px;
  max-width: 100%;
}
.login__form-wrapper #request-access-mobile {
  display: none;
}
.login__input {
  color: #949494;
  background-color: #f5f5f5;
  border: 2px solid #ffffff;
}
.login__input:focus {
  background-color: #f5f5f5;
  border-color: #ffffff;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.login__input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #949494;
}
.login__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #949494;
}
.login__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #949494;
}
.login__input::-moz-placeholder {
  /* Most modern browsers support this now. */
  color: #949494;
}
.login__input::placeholder {
  /* Most modern browsers support this now. */
  color: #949494;
}
.login__footer {
  color: #01935a;
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.login__footer a {
  color: #01935a !important;
}
.login__footer a:hover {
  color: #016c42 !important;
}

input#reset_username {
  color: #949494 !important;
}
input#reset_username::-webkit-input-placeholder {
  color: #6c757d !important;
}
input#reset_username::-moz-placeholder {
  color: #6c757d !important;
}
input#reset_username:-ms-input-placeholder {
  color: #6c757d !important;
}
input#reset_username::-ms-input-placeholder {
  color: #6c757d !important;
}
input#reset_username::placeholder {
  color: #6c757d !important;
}

.forgot__form {
  display: none;
}

.login__separator {
  height: 400px;
  background-color: #01935a;
}

@media screen and (max-width: 1440px) {
  .login-form .form-wrapper {
    left: -70%;
  }
}
@media screen and (max-width: 1024px) {
  .login-form .form-wrapper {
    left: -100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .login__separator {
    margin: 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .login__separator {
    margin: 0 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #request-access-mobile {
    display: none;
  }
  .login {
    flex-direction: column;
    padding: 0 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .login__separator {
    display: none;
  }
  .login__form-wrapper .login__title {
    margin-top: 40px;
    text-align: center;
    font-weight: 800 !important;
  }
  .login__form-wrapper #do-forgot {
    font-size: 16px;
  }
  .login__footer {
    bottom: 1rem;
    flex-direction: column;
    padding: 0 1rem;
    font-size: 16px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .form-holder {
    width: 100% !important;
    padding: unset !important;
  }
  .form .all-stores-form.form-inline {
    margin-top: 34px;
  }
  .locator-form {
    width: 100% !important;
    padding: unset !important;
  }
  .locator-form .find-store {
    padding: 17px 0 0 17px !important;
  }
  .locator-form #addressInput {
    width: 100% !important;
    font-size: 14px !important;
  }
  .locator-form .searchButton {
    top: 74px !important;
    right: 17px !important;
  }
  .nav-tabs {
    position: relative;
    z-index: 1;
    top: 116px;
  }
  .all-stores-form .view-all {
    margin: 0 17px !important;
  }
  button.viewAllButton {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .login-form {
    position: absolute;
    left: 0;
    background-color: rgba(244, 115, 32, 0.5);
  }
  .login-form .form-wrapper {
    position: relative;
    top: 50%;
    left: inherit;
    justify-content: center;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transform: translateY(-50%);
  }
  .login-bg {
    height: 100vh;
  }
  body {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 575px) {
  #request-access-mobile {
    display: none;
  }
  .login {
    flex-direction: column;
    padding: 0 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .login__separator {
    display: none;
  }
  .login__form-wrapper .login__title {
    margin-top: 40px;
    text-align: center;
    font-weight: 800 !important;
  }
  .login__form-wrapper #do-forgot {
    font-size: 14px;
  }
  .login__footer {
    bottom: 1rem;
    flex-direction: column;
    padding: 0 1rem;
    font-size: 13px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .form-holder {
    width: 100% !important;
    padding: unset !important;
  }
  .form.all-stores-form.form-inline {
    margin-top: 34px;
  }
  .locator-form {
    width: 100% !important;
    padding: unset !important;
  }
  .locator-form .find-store {
    padding: 17px 0 0 17px !important;
  }
  .locator-form #addressInput {
    width: 100% !important;
    font-size: 14px !important;
  }
  .locator-form .searchButton {
    top: 83px !important;
    right: 17px !important;
  }
  .nav-tabs {
    position: relative;
    z-index: 1;
    top: 116px;
  }
  .all-stores-form .view-all {
    margin: 0 17px !important;
  }
  button.viewAllButton {
    width: 100% !important;
  }
  .suggestions__assets .text-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .suggestions__assets .suggestion__item {
    width: 55% !important;
  }
  .suggestions__assets .button_holder {
    width: 40% !important;
  }
  .login__logo-wrapper svg {
    width: 150px !important;
  }
}