.login-form-popup{
    padding: 0 30px;
}

.account-login-inner-left,
.account-login-inner-right{
    padding: 20px 15px;
}

.account-login-inner-left h3,
.account-login-inner-right h3{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.woocommerce-input{
    width: 100%;
    padding: 7px 12px;
    font-size: 14px;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
}

.woocommerce-button-login{
  padding: 8px 0px; 
  font-size: 16px; 
  font-weight: 600; 
  border: none;
}

.woocommerce-button-login button{
    background-color: #000;
    color: #fff;
    padding: 7px 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    outline: none;
}

.woocommerce-button-login a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.form-row-wide{
    padding: 10px 0;
} 

#border-right-button{
    border-right: 1px solid #ddd;
}
@media (max-width: 770px){
    #border-right-button{
        border: none;
    }
}

.btn-width {
  width: 100%;
}

.btn-width:hover {
  background: #000;
}

.tvh-login-txt-bt {
    text-align: center;
}

.tvh-login-space {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tvh-login-space span:nth-child(2) {
    margin: 0 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
}

.tvh-login-space span:nth-child(1), 
.tvh-login-space span:nth-child(3) {
    height: 1px;
    width: 76px;
    left: 44px;
    top: 382px;
    border-radius: 0px;
    background: #DDDDDD;
    display: block;
}

.tvh-login-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tvh-login-icon img {
  width: 36px;
  height: 36px;
  border-radius: 4px;
}

.tvh-login-icon a {
  margin: 0 10px;
}

#very {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 10000;
    cursor: pointer;
}

.close-formlogin {
    width: 100%;
    height: 100%;
    z-index: 30;
}

@media (min-width: 768px){
  #quenpass, #otp {
      height: fit-content;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50vw;
      max-width: 600px;
      transform: translate(-50%,-50%);
      background-color: #fff;
      padding: 2rem;
      border-radius: 16px;
      max-height: 95vh;
      overflow-y: auto;
      overflow-x: hidden;
  }
}

.tvh-input-form-container input {
    width: -webkit-fill-available;
    padding: 7px 12px;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    border: 1px solid #D1D1D1;
    background-color: #FAFAFA;
    outline: none;
}

.tvh-input-form-container {
  width: 100%;
  margin: 0 10px;
  padding-bottom: 20px;
}

.btn-primary.bor-radius {
  background-color: #000;
  color: #fff;
  padding: 7px 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  outline: none;
} 

.dnhap-now {
  color: #000;
  text-decoration: none;
}




