/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

/* login page css */
html {
  height: 100%;
}

.page-layout-seller-login {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #373330;
  height: 101%;
  max-height: 100%;
}

.page-layout-seller-login .nav-toggle {
  display: none !important;
}

.page-layout-seller-login .logo {
  margin: -8px auto 25px 0 !important;
}

.page-layout-seller-login .wk-mp-page-wrapper {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3rem;
  box-shadow: 0 5px 30px 0 #000;
  display: block;
  float: none;
  margin: auto;
  min-height: 30rem;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.page-layout-seller-login .wk-mp-login-header {
  display: inline-block;
  width: 100%;
}

.wk-mp-login-footer {
  color: #989287;
  font-size: 1rem;
  font-weight: 400;
  left: 0;
  margin: 5rem 0 2rem;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100%;
}

.marketplace-account-login .fieldset>.field>.control {
  width: 100% !important;
  position: relative;
}

.fieldset .login .form-actions .action {
  margin-bottom: 15px;
}

/* vendor login */
.action-login {
  background-color: #771D1D;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border: 1px solid #771D1D;
  margin-top: 10px;
}

#otpSection div span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#otpSection label span {
  font-weight: 600;
}

#backToPasswordLoginBtn {
  display: block;
  cursor: pointer;
  font-weight: 600;
}

.form-login span {
  cursor: pointer;
  font-weight: bold;
}

.form-login span.or, #otpForm span.or {
  color: black;
  width: auto;
  display: block;
  position: relative;
  text-align: center;
  margin: 1rem 0;
  font-weight: 600;
  font-size: 16px;
}

.form-login span.or:before, #otpForm span.or:before {
  content: '';
  background-color: white;
  width: 25px;
  height: 25px;
  position: absolute;
  color: white;
  z-index: 5;
  top: -3px;
  border-radius: 50%;
  z-index: -1;
  border: 3px solid #fff;
  left: 47%;
}

.form-login span.or:after, #otpForm span.or:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #ccc;
  top: 9px;
  left: 0px;
  z-index: -2;
}

.form-actions {
  display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
}

.form-actions .secondary a {
  display: block;
}
.otp-inputs {
      display: flex;
      justify-content:flex-start;
      gap: 20px;
      margin: 1rem 0;
    }

    .otp-inputs input {
      width: 45px;
      height: 45px;
      text-align: center;
      font-size: 18px;
      border: 1px solid #ccc;
      border-radius: 6px;
    }

.actionbtns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.verify_login {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.verify_login span {
  font-weight: 600;
}

.actionSecondary {
  border: 1px solid #771D1D;
  width: auto;
  background-color: transparent;
  color: #771D1D;
  text-shadow: none;
  padding: 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
}
#changeMobileBtn:hover{
  text-decoration: underline;
}

.actionbtn {
  width: 100% !important;
  padding: 15px 0 !important;
}

/* end verndor login */
@media (max-width: 599px) {
  .page-layout-seller-login {
    min-width: 20rem;
  }

  .page-layout-seller-login .wk-mp-page-wrapper {
    max-width: 30rem;
    padding: 3rem 3rem 4rem;
    width: calc(100% - 6rem - 2px);
  }
}

@media (min-width: 600px) {
  .page-layout-seller-login {
    min-width: 50rem;
  }

  .page-layout-seller-login .wk-mp-page-wrapper {
    max-width: 45rem;
    padding: 3rem 6rem 4rem;
    width: calc(100% - 12rem - 2px);
  }
}

.btn-show-pass {
  font-size: 15px;
  color: #999;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 3;
  height: 100%;
  top: 0;
  right: 12px;
  padding: 0 5px;
  cursor: pointer;
  transition: 0.4s;
}