#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0; }
#authentication .custom-checkbox {
  display: table; }
  #authentication main > *:not(#footer) .custom-checkbox span {
    width: 15px;
    display: inline-block;
    vertical-align: middle; }
  #authentication main > *:not(#footer) .custom-checkbox label {
    display: table-cell;
    vertical-align: text-top; }
#authentication [data-action="show-password"] {
  background: #878787; }
#authentication.page-authentication #content {
  padding: 30px 16px 16px; }
.page-authentication #content .lql-social-login {
    text-align: center;
}
.page-authentication #content .lql-social-login .social-login-bt {
    width: 196px;
    text-align: center;
    padding-right: 30px;
    padding-left: 40px;
}
.page-authentication #content .lql-social-login .social-login-bt .fa-facebook {
    width: 35px;
}
#authentication .amzbuttoncontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-authentication #content {
  -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 16px;
  max-width: 670px;
  margin: 0 auto; }

/*** Most of the customer accpunt pages ***/
.page-customer-account #content {
  -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 16px;
  font-size: 13px;
  color: #878787; }
  .page-customer-account #content .order-actions a {
    padding: 0 2px; }
  .page-customer-account #content .forgot-password {
    text-align: center;
    font-size: 13px;
    margin-top: 16px;
    padding-bottom: 15px; }
  .page-customer-account #content .no-account {
    text-align: center;
    font-size: 14px; }
body#authentication #wrapper {
    margin-top: 30px;
}
#submit-login {
    width: 200px;
}
@media(max-width: 768px){
    #submit-login {
        width: 100%;
    }
}