@import url("app-dd351af62ae62b5a73fcd8b0cd059704.css");
@import url("_vars-3e765766a2ace4fec4ab26b0508223f7.css");

.container-login {
  background-color: black;
  font-family: var(--primary-font);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  .header {
    background-color: var(--black-D2);
    .logo {
      width: 20%;
      min-width: 193px;
      max-width: 220px;
      text-align: center;
      display: block;
      padding: 20px 39px 18px;
    }
  }
  .container-form {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
    max-width: 2000px;
    align-self: center;
    padding: 0 60px;
    column-gap: 220px;
    row-gap: 70px;
    margin-bottom: 211px;
    margin-top: 167px;
    .form-group {
      max-width: 300pt;
      margin: auto;
      padding: 0;
      &.btns {
        display: flex;
      }
    }
    .form-group-name {
      padding-top: 40px;
      padding-bottom: 24px;
    }
    .img-content {
      width: 35%;
      max-width: 600px;
      flex: 1 1 400px;
      img {
        width: 100%;
        height: 353px;
        object-fit: cover;
      }
      .img-title {
        font-size: 32px;
        font-weight: 600;
        line-height: normal;
        text-align: center;
        color: #ffffff;
        margin-top: 50px;
        margin-bottom: 12px;
      }
      .img-description {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        text-align: center;
        color: #ffffff;
      }
    }
    .login-content {
      padding: 48px 40px !important;
      width: 45%;
      max-width: 404px;
      min-width: 404px;
      height: fit-content;
      background-color: var(--black-D2);
      border-radius: 24px;

      .title-login {
        font-size: 21px;
        font-weight: 700;
        line-height: normal;
        text-align: left;
        color: #ffffff;
      }
      .description-login {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: rgba(255, 255, 255, 1);
        margin-top: 8px;
        margin-bottom: 0;
      }
      .btns {
        padding-top: 40px;
        button {
          color: var(--White, #fff);
          text-align: center;
          font-family: "Barlow Semi Condensed";
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          background-color: var(--violet-normal);
          border-radius: 6px;
          width: 100%;
          height: 48px;
          box-shadow: none;
          &:hover,
          &:focus {
            box-shadow: none !important;
            background-color: var(--violet-normal) !important;
          }
        }
      }
    }
  }

  label {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 400;
    margin-left: 0.1em;
    &::after {
      background: transparent !important;
      content: "" !important;
      filter: none !important;
    }
  }

  .form-widget {
    position: relative;
    svg {
      position: absolute;
      right: 18px;
      top: 16px;
    }
    input {
      background-color: var(--black-D3);
      border: 1px solid var(--black-D4);
      border-radius: 6px;
      height: 35pt;
      box-shadow: none;
      color: white;
      font-size: 16px;
      width: 100%;
      &::placeholder {
        color: #fff;
        opacity: 0.3;
      }

      &:focus {
        outline: none;
        border: none;
        box-shadow: none;
      }
    }
  }
}
.alert-error {
  border-radius: 8pt;
  background: #d9d9d9;
  width: 100%;
  height: 30pt;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  padding: 0 10pt;
  .icon {
    color: #fc0303;
  }
  .text {
    flex: 1;
    padding: 0 6pt;
    color: #1e3360;
    font-family: var(--primary-font);
  }
  .close {
    color: #1e3360;
    font-size: 20px;
    cursor: pointer;
  }
}

.form-group {
  h3 {
    color: white;
    font-size: 14pt;
  }
}
.content-options {
  display: flex;
  justify-content: space-between;
  .form__remember-me {
    .form-check-label {
      font-size: 12px;
    }
    .form-check-input {
      background-color: transparent;
      border: 1px solid var(--black-D4);
      accent-color: var(--violet-normal);
      min-height: 12px;
      min-width: 12px;
      &:focus {
        outline: none;
        box-shadow: none;
      }
    }
  }
  .olvide {
    text-align: center;
    text-decoration: underline;
    font-size: 12px;
    color: var(--violet-normal);
    a {
      color: var(--violet-normal);
    }
  }
}

.footer {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 1rem;
  .footer-title {
    color: #ffffff;
    font-family: Barlow Semi Condensed;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
  }
  .footer-links {
    display: flex;
    gap: 10px;
    .link {
      font-family: Barlow Semi Condensed;
      font-size: 14px;
      font-weight: 400;
      line-height: 16.8px;
      text-align: left;
      text-decoration: none;
      color: var(--violet-normal);
    }
  }
}

.send-email {
  background-color: var(--violet-normal);
  box-shadow: none;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  &:hover {
    box-shadow: none !important;
    outline: none;
    background-color: var(--violet-normal) !important;
  }
}
.btn-link {
  color: var(--violet-normal);
}
.main-header {
  max-width: 400px;
  min-width: 200px;
  width: 90%;

  img {
    width: 100%;
  }
}
.login-wrapper {
  margin: 100px auto;
  .login-content {
    min-width: 290px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  body {
    height: auto !important;
    width: auto !important;
    overflow: auto !important;
    position: static !important;
  }
  .login-wrapper {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 900px) {
  .container-login {
    .container-form {
      margin-top: 80px;
      margin-bottom: 100px;
      padding: 20px 40px;
      .img-content {
        width: 100%;
      }
      .login-content {
        width: 85%;
        max-width: 510px;
        min-width: 300px;
        position: relative;
        backdrop-filter: blur(8px);
        background-color: #2d2d30cf;
      }
    }
  }
}
