#sign-in-choice-container {
  display: flex;
  justify-content: start;
}
#sign-in-choice-container button {
  color: white !important;
  border-radius: 25px;
  height: 40px;
  border: none;
  padding: 0;
  font: inherit;
  font-weight: bold;
  cursor: pointer;
  outline: inherit;
}
#sign-in-choice-container > .container {
  width: 375px;
  height: 400px;
  align-self: center;
}

#iconEdycem {
  flex: 1;
  visibility: visible !important;
  background-image: url(../../../imgs/edycem/edycem.png);
  background-size: contain;
}

.authentification-img {
  height: 100%;
  aspect-ratio: 1/1;
  background-size: contain;
  visibility: visible;
  align-self: center;
  background-position: center;
}

.template-container-responsive {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.template-container-responsive #sign-in-response-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.template-container-responsive #sign-in-response-container #sign-in-response-text-container {
  text-align: center;
  margin-top: 20px;
}
.template-container-responsive #sign-in-response-container #sign-in-response-text-container span {
  font-weight: bold;
}
.template-container-responsive #sign-in-response-container #sign-in-response-text-container .error {
  color: #ef4b4b;
}
.template-container-responsive #sign-in-response-container #sign-in-response-text-container .success {
  color: #1bb446;
}
.template-container-responsive .form-field {
  flex-direction: row;
  margin-top: 5px;
}
.template-container-responsive .password-info {
  background: #f6f6f6;
}
.template-container-responsive .password-info h4 {
  color: #343434;
}
.template-container-responsive .password-info .invalid {
  color: #ef4b4b;
}
.template-container-responsive .password-info .valid {
  color: #1bb446;
}
.template-container-responsive .template-body {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: unset !important;
  flex: 1;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
.template-container-responsive #sign-in-form .blackScrollbar {
  overflow: auto;
}
.template-container-responsive #sign-in-form fieldset {
  margin: 15px 1em 15px 1em !important;
}
.template-container-responsive #sign-in-form fieldset legend span {
  color: #343434;
  font-size: larger;
  font-weight: bold;
}

.theme-background-color {
  background-color: var(--theme-color) !important;
}

.theme-background-color-before:before {
  background-color: var(--theme-color) !important;
}

.theme-border-color {
  border-color: var(--theme-color) !important;
}

.theme-color:after,
.theme-color {
  color: var(--theme-color) !important;
}

/*# sourceMappingURL=dap_home.css.map */
