@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("./core/_variables.css");
@import url("./core/_form.css");
@import url("./core/_backgrounds.css");
@import url("./utils/_class.css");
@import url("./utils/_fonts.css");
@import url("./components/_buttons.css");
@import url("./components/alert.css");

body {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  max-width: 1440px;
  margin: 0 auto !important;
  padding: 0 var(--padding-x);
  color: var(--primary-blue);
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.el_main_container {
  position: relative;
  z-index: 2;
}

a:hover {
  color: inherit;
}

img {
  max-width: 100%;
}

.swal2-actions {
  gap: 1.5rem;
}

.login-body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.icon-form-login {
  width: 300px;
  object-fit: cover;
}

.login-box {
  background: #fff;
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
  padding: 40px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.login-box input[type="text"],
.login-box input[type="password"],
.login-box input[type="email"] {
  width: 100%;
  border: 1px solid #7b7b7b;
  border-radius: 10px;
  font-size: 16px;
  padding: 13px;
}

.inputs-firma input:focus {
  box-shadow: 0px 3px 10px 1px rgb(152 152 152 / 25%) !important;
  -webkit-box-shadow: 0px 3px 10px 1px rgb(152 152 152 / 25%) !important;
}

*:focus {
  outline: none;
}

.titulo-login {
  font-weight: 500;
  font-size: 30px;
  color: #6b2d98;
  padding-bottom: 28px;
  padding-top: 28px;
  margin-bottom: 0;
}

.login-box form {
  max-width: 373px;
  margin: 0 auto;
}

.submit-btn {
  font-size: 18px;
  color: #fff;
  background: #363088;
  border-radius: 8px;
  width: 70%;
  border: 1px solid #363088 !important;
  margin-top: 20px;
  line-height: 1;
  padding: 10px 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  height: 48px;
}

.submit-btn:hover {
  background: #363088;
}

.submit-btn:focus {
  background: #363088;
}

.error-login p {
  color: #ff2e2e;
}

.error-login input[type="text"],
.error-login input[type="password"] {
  border-color: #ff2e2e;
}

.invalido-box {
  font-size: 17px;
  margin-top: 5px;
  color: #ff2e2e;
}

.invalido-input-mostrar {
  display: block;
}

.form-control:focus {
  background: transparent !important;
  border-color: var(--grey-3) !important;
  box-shadow: none !important;
}

.ql-container.ql-snow {
  background: var(--white);
}

select,
select option {
  background: transparent;
  border-radius: 10px;
  border: 0;
  width: 100%;
  font-size: 20px;
  padding: 17px 27px;
  line-height: 1;
  color: #646464;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

.max-width-v {
  max-width: 787px;
}

.hide-pass-login {
  width: 26px;
  position: absolute;
  left: 90%;
  top: 31%;
  cursor: pointer;
  opacity: 0.5;
}

.set-hide-pass-login-icon {
  content: url("../assets/img/visible-off.png");
}

.set-show-pass-login-icon {
  content: url("../assets/img/visible-on.png");
}

.menu-icon {
  width: 20px;
  padding-right: 0.2rem;
}

.login-icon-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.login-input {
  background-color: transparent !important;
  padding: 5px;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #373435;
  color: #373435 !important;
  height: 56px;
}

.form-input-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.form-container {
  width: 470px;
  text-align: center;
}

.remember-me-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.forgot-password-container {
  display: flex;
  justify-content: end;
}

.remember-me-text {
  font-size: 14px;
}

.welcome-page-content-container {
  gap: 18px;
  width: 512px;
  height: 388px;
}

.welcome-page-title {
  font-size: 24px;
  font-weight: 400;
  color: #363086;
}

.welcome-page-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #6d6d6d;
}

.welcome-page-button-container {
  gap: 45px;
}

.welcome-page-link {
  color: #363086;
  font-weight: 400;
  font-size: 18px;
  text-decoration: underline;
}

.recovery-title {
  font-family: "Inter";
  font-weight: 400;
  font-size: 24px;
  text-align: start;
  color: #363088;
}

.recovery-subtitle {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter";
  text-align: start;
}

.login-form-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.login-option-container {
  gap: 24px;
}

.main-box {
  position: relative;
  gap: 100px;
  z-index: 2;
}

.main-login-box {
  width: 512px;
  height: 388px;
}

.login-title-style {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  color: #363088;
  display: none;
}

.gap-10 {
  gap: 10px;
}

.gap-40 {
  gap: 40px;
}

.width-100 {
  width: 100%;
}

.confirm-password-button {
  margin-top: 20px !important;
}

.change-password-note {
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  text-align: start;
  padding: 0;
}

.top-15 {
  top: 15px;
}

.top-110 {
  top: 110px;
}

@media (max-width: 1440px) {
  label {
    padding: 9px 18px;
    font-size: 18px;
  }

  select,
  select option {
    font-size: 18px;
    padding: 13px 27px;
  }

  .btn-guardar {
    font-size: 16px;
    padding: 16.3px 0;
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .main-box {
    width: 100%;
    height: auto;
    gap: 12px;
  }

  .login-body {
    padding: 30px 0;
    background-size: 85%;
    background-position: right center;
  }

  .icon-form-login {
    width: 239px;
  }

  .main-login-box {
    width: inherit;
  }

  .icon-login-responsive {
    width: 183px !important;
  }

  .main-login-container {
    gap: 10px !important;
  }

  .login-title-style {
    display: block;
  }

  .form-container {
    width: 100%;
    max-width: 475px;
  }

  .recovery-title {
    text-align: center;
    font-size: 20px;
  }

  .recovery-subtitle {
    text-align: center;
    font-size: 12px;
  }

  .welcome-page-content-container {
    padding: 0 90px;
  }

  .welcome-page-title {
    font-size: 20px;
  }

  .welcome-page-subtitle {
    font-size: 16px;
  }

  .welcome-page-button-container {
    gap: 90px;
  }

  .login-icon-div {
    padding: 70px 0;
  }

  .remember-me-text {
    font-size: 12px;
  }

  .ayuda-link {
    font-size: 12px;
  }

  .login-form-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .login-option-container {
    gap: 80px;
  }

  .form-row {
    display: flex;
    justify-content: center;
  }

  .background-left {
    display: none;
  }

  .background-right {
    right: -231px;
    bottom: -23px;
    opacity: 0.3;
    width: 564px;
    height: 647px;
    object-fit: cover;
  }

  .main-layout-background-left {
    display: none;
  }

  .main-layout-background-right {
    right: -231px;
    bottom: -23px;
    width: 564px;
    height: 647px;
    object-fit: cover;
  }

  .submit-btn {
    margin-top: 30px;
    padding: 10px 0;
    font-size: 18px;
    width: 224px;
    height: 41px;
  }

  .submit-bt:no-button:disabled {
    opacity: 0.5;
  }

  .main-recovery-container {
    align-items: start !important;
  }

  .mb-50 {
    margin-bottom: 50px;
  }

  .gap-17 {
    gap: 17px !important;
  }

  .change-password-note {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  select,
  select option {
    font-size: 16px;
    padding: 13px 15px;
  }

  label {
    padding: 10px 10px;
    font-size: 15px;
  }
}
