body {
  padding: 0px;
  margin: 0;
  background-color: #fff;
  font-family: "Nunito", sans-serif;
  word-break: break-word;
}

.hidden {
  display: none !important;
}

.row {
  padding: 3rem;
}

.logowanie {
  font-weight: 300;
  color: #ff0000;
}

.main {
  display: flex;
  overflow: auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

h2 {
  font-weight: 300;
  color: #ff0000;
  text-align: center;
}

button {
  background-color: #ff0000;
  color: #fff;
  padding: 8px;
  border: 2px solid #ff0000;
  border-radius: 5px;
  width: 120px;
}

button:hover {
  background-color: transparent;
  border: #ff0000 2px solid;
  color: #ff0000 !important;
  text-decoration: underline !important;
}

.inverted {
  background-color: transparent;
  color: #ff0000 !important;
}

.inverted:hover {
  background-color: #ff0000;
  color: #fff !important;
}

.btn-lg {
  width: 180px;
}

.header {
  background-image: url("/dc-custom/datamanaging/template/front/build/img/klucz.jpg");
  color: #fff;
  background-size: cover;
  background-position: center;
  display: flex;
  border-right: red solid 6px;
  border-bottom: red solid 6px;
  flex-direction: column;
  align-items: center;
}

.logo {
  width: 210px;
  padding: 70px;
  display: block;
}

.bottom-sect {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

label.label {
  width: 150px;
  display: inline-block;
  text-align: right;
  margin-right: 15px;
}

input {
  display: inline-block;
  background-color: #fff !important;
  border-radius: 5px;
  box-shadow: none;
  padding: 10px;
  border: 1px solid lightgray;
  width: 200px;
  margin: 10px 0;
}

.required:after {
  content: "*";
  position: relative;
  top: -5px;
  width: 5px;
  height: 5px;
  color: red;
}

.rejestruj {
  position: relative;
  left: 130px;
  top: -33px;
}

.indywidualni {
  background-image: url("/dc-custom/datamanaging/template/front//build/img/rodzina.jpg");
  color: #fff;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form-signin {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h2 {
  font-size: 2.5em;
}

.checktxt {
  /* padding: 30px; */
  max-width: 400px;
}

.agrrementP {
  max-width: 400px;
}

.agrrementP input {
  margin: 6px;
  width: auto;
}

.more-link {
  background: transparent;
  border: 0;
}

.message {
  margin-bottom: 30vh;
  margin-right: 50px;
  font-size: 1.3rem;
}

select {
  display: inline-block;
  background-color: #fff !important;
  border-radius: 5px;
  box-shadow: none;
  padding: 10px;
  border: 1px solid lightgray;
  width: 222px;
  margin: 10px 0;
}

.btn-wroc {
  margin-top: 1rem;
  margin-bottom: 6rem;
}

.inverted {
  background-color: transparent;
  color: #ff0000 !important;
}

.inverted:hover {
  background-color: #ff0000;
  color: #fff !important;
}

@media only screen and (min-width: 800px) {
  .container {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .row {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: calc(100vh - 6px - 6rem);
  }
  .header {
    background-image: url("/dc-custom/datamanaging/template/front/build/img/klucz.jpg");
    background-size: cover;
  }

  .main {
    align-items: center;
  }

  .logo,
  .gruplogos {
    display: inline;
  }

  label.label {
    text-align: left;
  }
}

@media only screen and (max-width: 400px) {
  .input-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .input-wrapper label {
    text-align: center;
  }
}

.error {
  color: red;
  font-size: 0.8rem;
  text-align: right;
}

.serverError {
  color: red;
  font-size: 0.8rem;
  text-align: right;
  width: 100%;
  margin-bottom: 1rem;
}
