.sgcl * {
  all: unset;
  box-sizing: border-box;
  font-size: 12px;
}

small {
  font-size: 12px !important;
  color: #aeaeae !important;
}

.sgcl-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-top: 2rem;
}

.sgcl-btn {
  border: 1px solid rgba(19, 19, 19, 0.175);
  cursor: pointer;
  border-radius: 8px !important;
  padding: 8px 24px;
  font-size: 12px;
  text-transform: uppercase !important;
  transition: all 0.3s;
}
.sgcl-btn.sgcl-btn-primary {
  background-color: #1793d1;
  border-color: rgb(17.9439655172, 114.6853448276, 163.0560344828);
  color: #ffffff;
}
.sgcl-btn.sgcl-btn-primary:hover {
  border-color: #1793d1;
  background-color: rgb(50.5043103448, 171.8318965517, 232.4956896552);
}
.sgcl-btn.sgcl-btn-primary:focus, .sgcl-btn.sgcl-btn-primary:active {
  box-shadow: 0 0 0 5px rgba(23, 147, 209, 0.25);
}

.sgcl-alert {
  padding: 16px;
  text-align: center;
  border-radius: 8px;
  font-size: 12px;
  width: 100%;
}
.sgcl-alert.info {
  background-color: rgb(188.3362068966, 227.8879310345, 247.6637931034);
  border: 1px solid rgb(142.3922413793, 209.2025862069, 242.6077586207);
  color: rgb(10.3599137931, 66.213362069, 94.1400862069);
}
.sgcl-alert.error {
  background-color: rgb(242.3933649289, 172.6066350711, 172.6066350711);
  border: 1px solid rgb(235.6255924171, 128.3744075829, 128.3744075829);
  color: rgb(72.4194312796, 11.0805687204, 11.0805687204);
}
.sgcl-alert.success {
  background-color: rgb(148.6, 217, 122);
  border: 1px solid rgb(116.8666666667, 205.6666666667, 82.3333333333);
  color: rgb(2.8333333333, 5.8333333333, 1.6666666667);
}

.sgcl-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 16px;
  background-color: #ffffff;
  border: 1px solid rgba(19, 19, 19, 0.175);
  border-radius: 16px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.sgcl-text-muted {
  color: #aeaeae;
}

.sgcl-text-wrap {
  width: 100%;
  text-wrap: auto;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.sgcl-captcha-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.3333333333px;
  width: 100%;
}
.sgcl-captcha-widget img {
  width: 200px;
  height: 50px;
  object-fit: contain;
  background-color: #ffffff;
  overflow: hidden;
}
.sgcl-captcha-widget input[type=text] {
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  color: #000;
}
.sgcl-captcha-widget span {
  color: #000;
}

form.sgcl {
  width: 100%;
  max-width: 330px;
  overflow: hidden;
}

.sgcl {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: Arial, sans-serif !important;
}
.sgcl * {
  margin: 0 !important;
}
.sgcl a {
  color: #1793d1 !important;
  transition: all 0.3s !important;
  cursor: pointer;
  text-decoration: none;
}
.sgcl a:hover {
  color: rgb(50.5043103448, 171.8318965517, 232.4956896552) !important;
}
.sgcl h2 {
  font-weight: 600;
  font-size: 17.6px;
}
.sgcl input[type=text],
.sgcl input[type=number],
.sgcl input[type=email],
.sgcl input[type=password] {
  border: 1px solid rgba(19, 19, 19, 0.175);
  border-radius: 8px !important;
  transition: all 0.3s !important;
  padding: 8px 16px;
  box-shadow: inset 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(23, 147, 209, 0.25);
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  color: #000;
}
.sgcl input[type=text]:hover, .sgcl input[type=text]:active,
.sgcl input[type=number]:hover,
.sgcl input[type=number]:active,
.sgcl input[type=email]:hover,
.sgcl input[type=email]:active,
.sgcl input[type=password]:hover,
.sgcl input[type=password]:active {
  border-color: #1793d1;
}
.sgcl input[type=text]:focus,
.sgcl input[type=number]:focus,
.sgcl input[type=email]:focus,
.sgcl input[type=password]:focus {
  border-color: #1793d1;
  box-shadow: inset 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(23, 147, 209, 0.25);
}
.sgcl .sgcl-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5.3333333333px;
  cursor: pointer;
  color: #000;
}
.sgcl .sgcl-checkbox input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.sgcl .sgcl-checkbox input[type=checkbox] + div {
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../img/ckeckbox.svg) center no-repeat;
  transition: all 0.3s;
}
.sgcl .sgcl-checkbox input[type=checkbox] + div::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  background: url(../img/ckeck.svg) center no-repeat;
  opacity: 0;
  transition: all 0.3s;
}
.sgcl .sgcl-checkbox input[type=checkbox]:checked + div::after {
  opacity: 1;
}
.sgcl .sgcl-input-group {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333px;
}
.sgcl .sgcl-input-group label {
  color: #000 !important;
  font-weight: 700;
}
.sgcl .sgcl-input-group.center {
  align-items: center;
}

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