#product_login.modal.fade {
  z-index: 1060;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#product_login.modal.fade .modal-dialog {
  width: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#product_login.modal.fade .modal-dialog .modal-content {
  background: linear-gradient(#222222, #030303);
  background-size: 100%;
  border-radius: 0;
  border: none;
  margin: 20px;
}

#product_login.modal.fade .modal-dialog .modal-content h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 3px 0;
}

#product_login.modal.fade .modal-dialog .modal-content label {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  width: 37%;
  line-height: 16px;
  font-weight: 400;
  padding-top: 4px;
}

#product_login.modal.fade .modal-dialog .modal-content input {
  width: 60%;
  font-size: 12px;
  border: none;
  padding: 2px;
  color: #000;
  margin-bottom: 4px;
  height: 22px;
}

#product_login.modal.fade .modal-dialog .modal-content .lr-loginbtn-container {
  margin: 20px 0;
}

#product_login.modal.fade .modal-dialog .modal-content .lr-loginbtn-container button {
  height: 26px;
  padding: 0 12px 0 12px;
  font-size: 11px;
  line-height: 26px;
  text-align: center;
  white-space: nowrap;
  color: #000;
  float: right;
  border: none;
  font-weight: bold;
  width: 160px;
  background: linear-gradient(to bottom, #fbd06b 0%, #fbd06b 49%, #f7c654 50%, #f7c654 100%);
}

#product_login.modal.fade .modal-dialog .modal-content .lr-loginbtn-container button:hover {
  background: #000;
  color: #fff;
}

#product_login.modal.fade .modal-dialog .modal-content .lr-loginbtn-container a {
  width: 30%;
  display: inline-block;
  color: white;
  text-decoration: underline;
}

#InvalidLogin {
  color: #FF0000;
  font-weight: bold;
  font-size: 14px;
}

.login-error {
  color: #FF0000;
  font-weight: bold;
  text-align: right;
  display: none;
}
