.popupbackground {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 5000;
  position: fixed;
  background: rgba(0, 0, 0, 0.8); }
  .popupbackground .popup {
    display: block;
    margin: auto;
    width: 600px;
    height: 300px;
    background: #0d6aad; }
    .popupbackground .popup h3 {
      border: 0;
      text-align: center;
      margin-top: 79px;
      color: #fff;
      font-weight: bold; }
    .popupbackground .popup .input-row {
      display: block;
      float: left;
      width: 100%; }
      .popupbackground .popup .input-row input {
        display: block;
        margin: auto;
        width: 60%;
        font-size: 25px;
        padding: 5px 10px; }
      .popupbackground .popup .input-row .help-text {
        color: #fb9090;
        margin-top: 13px;
        text-align: center;
        font-size: 14px;
        display: none;
        float: left;
        width: 100%; }
      .popupbackground .popup .input-row.error input {
        border: 2px solid red;
        color: red; }
      .popupbackground .popup .input-row.error .help-text {
        display: block; }
    .popupbackground .popup .button-row {
      display: block;
      float: left;
      width: 100%; }
      .popupbackground .popup .button-row a {
        display: block;
        margin: 25px auto;
        width: fit-content; }

.show-mobile {
  display: none; }

@media screen and (max-width: 500px) {
  .show-mobile {
    display: block; } }

/*# sourceMappingURL=glosowanie.css.map */
