body {
  background-color: #ffffff;
}

.eu:before {
  content: "";
  background-image: url(https://ambientsystem.eu/wp-content/uploads/2021/05/uess.png);
  background-size: 100px;
  width: 109px;
  height: 26px;
  background-repeat: no-repeat;
  float: left;
  margin-top: -5px;
}

.complaintForm {
  padding-top: 50px;
}

.complaintForm h1 {
  text-align: center;
  margin-bottom: 50px;
}

.complaintForm form .form-control {
  margin-bottom: 0 !important;
}

.complaintForm form .addNewRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.complaintForm form .terms {
  font-size: 11px !important;
  line-height: 15px !important;
}

.complaintForm form .formFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}

.logo {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 !important;
  float: none !important;
  width: 100% !important;
}

.logo img {
  width: 270px;
}

.btn-primary,
.btn-secondary,
.btn-primary:disabled {
  color: #000;
  background-color: #ffcd07;
  border-color: #000;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  padding: 19px 50px;
}

.btn-primary:hover {
  color: #000;
  background-color: white;
  border-color: #000;
}

.btn-secondary {
  background-color: white;
  padding: 10px 20px;
}

.btn-secondary:hover {
  color: #000;
  background-color: #ffcd07;
  border-color: #000;
}

.my-spinner .cg-busy-default-spinner {
  position: relative;
  left: 0;
  top: 0;
}

.my-spinner .cg-busy-default-sign {
  position: fixed;
  left: 50%;
  top: 50%;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 200px;
  margin-left: -100px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-spinner .cg-busy-default-text {
  text-align: center;
  position: relative;
  font-size: 20px;
  margin: 20px 0;
}

.req {
  color: red !important;
}

.invalid-feedback {
  margin-top: -20px;
  display: block;
  line-height: 15px;
}

#top input[type="text"].ng-invalid.ng-dirty {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.captcha {
  width: 250px;
  margin: auto;
  background: #eee;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

.overflow {
  overflow: auto;
}

@media all and (max-width: 640px) {
  .container {
    padding: 0 10px;
  }
  .complaintForm h1 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 20px;
  }
}
/*# sourceMappingURL=main.css.map */