@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;500&display=swap');

.center-inline {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.jq-toast-wrap {
  right: 0;
  top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
}

.jq-toast-single {
  width: fit-content;
}

.jq-has-icon {
  background-image: unset;
  padding: 15px 50px 15px 15px;
  box-shadow: 0px 2px 10px rgba(62, 65, 87, 0.25);
  font-size: 12px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.jq-icon-success {
  background: #47C2A6;
  border-color: #47C2A6;
}

.jq-icon-error {
  background: #F27457;
  border-color: #F27457;
}

.jq-toast-loader {
  width: 0;
}

.jq-toast-wrap.top-right {
  top: 50px !important;
  right: 0 !important;
}

.recaptcha-box {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.close-jq-toast-single {
  font-weight: initial;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  padding-right: 10px;
  font-size: 32px;
  padding-bottom: 2px;
  opacity: 1;
}

.account-page-full {
  height: 100%;
  width: 100% !important;
  margin: unset;
  left: unset;
  right: unset;
  top: unset !important;
  display: flex;
}

.account-page-full .card-block-left {
  width: 35%;
  height: 100%;
  background: #000;
}

.account-page-full .card-block-right {
  width: 65%;
  height: 100%;
  background: #f9f9f9;
  position: relative;
}

.account-page-full .card-block-right .logout-text-bold {
  font-size: 24px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
  margin-top: 30px;
}

.account-page-full .card-block-right .logout-small-text-bold {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}

.account-page-full .card-block-right .user-active-box .user-text {
  font: 600 12px/15px 'Montserrat', sans-serif;
  text-align: center;
  margin: 50px 0;
}

.account-page-full .card-block-right .user-active-box .img-thumbnail {
  width: 70px;
  height: 70px;
  border: unset;
}


.account-page-full .card-block-right .alert-text-overflow {
  font-size: 12px;
  margin-bottom: unset;
  font-weight: 500;
  line-height: 13px;
  padding: 10px;
  color: #B03131;
  border-color: #B03131;
}

.account-page-full .card-block-right .primary-a {
  margin-top: 40px;
}

.account-page-full .card-block-right .primary-a button {
  gap: 10px;

  border: unset;

  background: #117EFF;
  border-radius: 5px;
  padding: 10px 20px;
  color: #FFFFFF;

  font: 700 14px 'Montserrat', sans-serif;

  cursor: pointer;
}

.account-page-full .card-block-right .primary-a button:hover {
  background: linear-gradient(90deg, #00E1FF 0%, #117EFF 100%);
}

.account-page-full .card-block-right .primary-a button>svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.account-page-full .card-block-right .secondary-a {
  margin-top: 20px;
  border: unset;

  color: #9196AB;
  border-radius: 5px;
  padding: 10px 20px;

  font: 700 12px 'Montserrat', sans-serif;

  cursor: pointer;
}

.account-page-full .card-block-right .secondary-a:hover {
  background-color: #FFFFFF;
}

.account-page-full .card-block-right .secondary-a.color-blue {
  color: #117EFF;
}

.account-page-full .card-block-right .secondary-a.logout {
  margin-top: 30px;
}

.account-page-full .card-block-right form {
  width: 350px;
}

.account-page-full .card-block-right form .form-text-a {
  font: 600 12px/15px 'Montserrat', sans-serif;
  color: #3E4157;
  margin-bottom: 50px;
}

.account-page-full .card-block-right form .form-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.account-page-full .card-block-right form .form-body label {
  font-weight: unset;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
}

.account-page-full .card-block-right form .form-body input.form-control {
  font-size: 12px;
}

.account-page-full .card-block-right form .form-body input.form-control::placeholder {
  font-size: 12px;
  color: #CCCFDE;
}

.account-page-full .card-block-right form .form-body input.form-control {
  height: 30px;
}

.account-page-full .card-block-right form .form-body input#password {
    -webkit-text-security: disc !important;
}

.account-page-full .card-block-right .custom-checkbox-container .checkmark {
  width: 18px;
  height: 18px;
}

.account-page-full .card-block-right .custom-checkbox-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.account-page-full .card-block-left.background-image {
  background: url('https://altu-assets.s3.sa-east-1.amazonaws.com/images/background-sso-login.png') no-repeat center;
  background-size: cover;
}

.container-form-login {
  text-align: center;
  max-width: 504px;
}

.general-title {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  margin: 0
}

.first-title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
}

.second-title.general-title {
  font-weight: 500;
}

.second-title {
  font-size: 16px;
  line-height: 24px;
}

.card-block-right .container-form-login .divider {
  width: 504px;
  border: 1px solid #D8D8DF;
  margin-block: 48px;
}

.third-title {
  font-size: 32px;
  line-height: 40px;
  padding-inline: 20px;
}

.box-login-orientation,
.box-login-orientation p,
.box-links span {
  font-family: 'Nunito Sans';
  font-size: 16px;
  line-height: 24px;
}

.box-login-orientation p {
  margin: 0;
}

.box-login-orientation {
  margin-top: 48px;
}

.box-login-orientation form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-login-orientation .login-button {
  font-weight: 700;
  border-radius: 4px;
  background: var(--sds-color-bg-accent);
  color: #FFFFFF;
  width: 228px;
  height: 56px;
  margin-top: 24px;
  border: none
}

.box-links form.after-logout-form {
    justify-content: center;
    display: flex;  
}

.box-links form.after-logout-form .login-button {
    background: none;
    border: none;
}

.box-links {
  display: flex;
  gap: 48px;
  margin-top: 24px;
}

.box-links span,
.box-links a {
  color: var(--sds-color-bg-accent);
  font-weight: 700;
}

.zenvia-copyright {
  font-family: 'Nunito Sans';
  font-size: 12px;
  color: #898B94;
  position: absolute;
  bottom: 24px;
  left: 0px;
  right: 0px;
  line-height: 16px;
}