/* body{
  background-color:;
} */

.connect{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
input[type=checkbox], input[type=radio] {
  margin: 3px 0 0;
  margin-top: 1px \9;
  margin-right: 5px;
  line-height: normal;
}

.img-lojas{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: 13px;
}

.app-loja{
  width: 156px;
  height: auto;
}

.input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.input-group-btn {
  position: absolute;
  right: 25px;
  z-index: 999;
  top: 34%;
  transform: translateY(-50%);
}

.input-group-btn .btn {
  background: none;
  border: none;
  padding: 5px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}


.form-login{
  width: 100%;
}

.btn-login{
  width: 100%;
}
.btn.btn-default.submit{
  margin-top: 20px;
  --clr-font-main: hsla(0 0% 20% / 100);
  --btn-bg-1: hsl(266.7, 92.8%, 67.3%);
  --btn-bg-2: hsl(278.8, 57.1%, 45.7%);
  --btn-bg-color: hsla(360 100% 100% / 1);

  cursor: pointer;
  display: inline-block;
  padding: 12px 34px;
  width: 100%;
  transition: 0.8s;
  background-size: 280% auto;
  background-image: linear-gradient(
    325deg,
    var(--btn-bg-2) 0%,
    var(--btn-bg-1) 55%,
    var(--btn-bg-2) 90%
  );
  /* deixar comentado para utilização futura */
  /* box-shadow:
  0px 0px 20px rgba(184, 126, 255, 0.5), 
  0px 5px 5px -1px rgba(146, 76, 184, 0.25), 
  inset 4px 4px 8px rgba(184, 126, 255, 0.5), 
  inset -4px -4px 8px rgba(146, 76, 184, 0.35);  */
  border: none;
  border-radius: 5px;

  color: white;
}

.btn.btn-default.submit:hover {
  background-position: right top;
}

.btn.btn-default.submit:is(:focus, :focus-visible, :active) {
  outline: none;
  box-shadow:
    0 0 0 3px var(--btn-bg-color),
    0 0 0 6px var(--btn-bg-2);
}

@media (prefers-reduced-motion: reduce) {
  .btn.btn-default.submit {
    transition: linear;
  }
}

.login_content {
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  min-width: 400px;
}

.login_content form {
  margin: 20px 0;
  position: relative;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.68);
  border-radius: 10px;
}

#kode_form_login, #kode_form_login h2, #kode_form_login a {
  color: #515151;
}

.login_content form input[type="text"], .login_content form input[type="email"], .login_content form input[type="password"] {
  border-radius: 5px;
  height: 45px;
  font-size: 18px;
  box-shadow: unset !important;
}

.separator {
  border-top: 1px solid #B5B1B1;
}

.login_content {
  text-shadow: unset;
  font-size: 14px;
}