#popup-login {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0.3);
  color: #484848;
  padding: 95px 0px; }
  #popup-login .popup_close {
    position: absolute;
    right: 15px;
    top: 15px; }
  #popup-login.show {
    opacity: 1;
    visibility: visible; }
    #popup-login.show > div {
      right: 0; }
      @media (min-width: 992px) {
        #popup-login.show > div {
          right: 83px; } }
  #popup-login > div {
    margin: auto;
    max-width: 508px;
    background: #fff;
    transition: all .3s;
    right: -100%;
    padding: 24px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
    position: absolute; }
  #popup-login .form-group {
    margin-bottom: 12px;
    position: relative; }
  #popup-login .recover_pass {
    margin-top: 14px;
    font-weight: 600; }
  #popup-login .show-password {
    position: absolute;
    top: 7px;
    right: 20px;
    cursor: pointer; }
    #popup-login .show-password:hover {
      text-decoration: underline; }
    @media (min-width: 1400px) {
      #popup-login .show-password {
        font-size: 18px;
        font-weight: 600;
        color: #484848; } }
  #popup-login .icon-user {
    margin-bottom: 10px; }
  #popup-login .popup_heading {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    font-family: var(--shop-font-title);
    line-height: 1.3;
    color: var(--shop-color-main);
    margin-bottom: 16px; }
    #popup-login .popup_heading a {
      transform: translateY(-10px);
      -webkit-transform: translateY(-10px); }
  #popup-login .recover_pass {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    z-index: 10;
    line-height: 1.6;
    margin: 0; }
    #popup-login .recover_pass a {
      letter-spacing: -0.042px;
      text-decoration-line: underline;
      font-size: 14px;
      font-weight: 400; }
  #popup-login .req_pass #show_content_register {
    margin-top: 30px; }
  #popup-login .form_action p {
    margin: 0 0px 16px; }
  #popup-login .form_action button {
    text-transform: none; }
  #popup-login .form_social_login > div {
    margin-bottom: 16px; }
  #popup-login .form_social_login .btn-social:first-child {
    margin-right: 8px; }
  #popup-login .form-captcha {
    text-align: center;
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6; }
  #popup-login .form-custom-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.042px; }
    #popup-login .form-custom-text a {
      font-weight: 700;
      line-height: 160%;
      letter-spacing: -0.042px;
      text-decoration-line: underline; }

.form-custom .input-group {
  margin: 0px 0px 20px; }
  @media (min-width: 992px) {
    .form-custom .input-group {
      margin: 0px 0px 30px; } }

@media (min-width: 992px) {
  .form-custom .action_bottom {
    font-size: 16px; } }

.form-custom .action_bottom .btn {
  margin-right: 8px; }

.form-custom .action_bottom a {
  margin-left: 5px; }

.form-custom .form-control {
  height: 46px;
  padding: 12px 16px;
  border-radius: 4px;
  font-weight: 400;
  color: #484848;
  width: 100%;
  background: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .form-custom .form-control:hover, .form-custom .form-control:focus {
    outline: none;
    box-shadow: none; }

.form-custom .input-setdefault {
  font-size: 14px; }
  @media (min-width: 1400px) {
    .form-custom .input-setdefault {
      font-size: 16px; } }
  .form-custom .input-setdefault input {
    margin-right: 8px; }
