<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import 'contact-channels.css';
@import 'password_registered.css';
@import 'magic_link_options.css';
@import 'login.css';

:root {
  --mdc-theme-primary: #3d4ed7;
  --mdc-theme-secondary: #3d4ed7;
  font-size: 16px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: #424242;
}

a,
a:visited {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #3d4ed7;
  text-decoration: none;
}

.isaac-logo {
  margin: 16px;
}

#container {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 0 100%;
  grid-template-areas: 'banner content';
}
#container-responsaveis {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 0 100%;
  grid-template-areas: 'banner content';
}

#banner {
  grid-area: banner;
}

#content {
  grid-area: content;
  display: flex;
  justify-content: center;
  padding: 16px;
}

#action-area {
  width: 412px;
  max-width: 100%;
}

.action-area-margin-bottom{
  margin-bottom: 40px;
}

@media (max-width: 413px) {
  .responsaveis-forget-password-header {
    padding-left: 10px;
  }
}

@media (max-width: 1023px) {
  .responsaveis-forget-password-header {
      height: 54px;
      align-items: center;
      justify-content: center;
      display: flex;
      padding-left: 10px;
    }
  
    .go-back-button-hidden-on-responsaveis {
      display: none;
    }
  
    #form {
      padding: 0 16px
    }
  
    .responsaveis-forget-password {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
    }
  
    .button-back-home-div {
      margin-top: 120px;
    }
  .img-meu-isaac {
    padding: 0 0;
    width: 109px;
    margin-bottom: 32px;
    margin-top: 4px;
  }

  #title-access-account {
    margin: 0px 0px;
  }

  .term-and-declaration-text {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .term-and-declaration-text,
  .term-and-declaration-a {
    letter-spacing: 0.4px;
    word-spacing: 0.8px;
  }

  .first-access {
    height: 25px;
    width: 100%;
    background-color: #f6f6f6;
  }
        button#forgot-password-button-responsaveis {
          margin-top: 200px;
          width: 100%;
        }
}

@media (min-width: 1024px) {
  .responsaveis-forget-password-header {
      display: none;
      padding-left: 12px;
    }
  
    .button-back-home-div {
      margin-top: 128px;
    }
  .img-meu-isaac {
    display: none;
  }
  .main-header {
    /* visually-hidden but available for screen readers */
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  #container,
  #container-responsaveis {
    grid-template-columns: 55% 45%;
  }

  #container #banner {
    background: url('../assets/background_login_pi.jpg') center / cover no-repeat;
  }

  #container-responsaveis #banner {
    background: url('../assets/background_login_rf.jpg') bottom right / cover no-repeat
  }

  #content {
    background-color: #fff;
    padding-top: 100px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .term-and-declaration-text {
    margin-top: 78px;
    margin-bottom: 16px;
  }
  .term-and-declaration-text,
  .term-and-declaration-a {
    letter-spacing: 0.6px;
    word-spacing: 0.8px;
  }

  .first-access {
    background-color: #fff;
    width: 45%;
    height: 25px;
  }
  button#forgot-password-button-responsaveis {
    margin-top: 206px;
    width: 100%;
  }
}
  
.go-back-button-responsaveis-header {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 412px;
  justify-content: center;
}

.icon-go-back-button-responsaveis-header {
  color: #6D6D6D !important;
  font-size: 26px;
}

.text-go-back-button-responsaveis-header {
  color: #6D6D6D !important;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  width: 100%;
  text-align: center;
  margin-left: -39px;
}

.email-sent {
  padding: 0 16px;
}

.button-back-home-div {
  width: 100%;
}

.link-email-not-found {
  width: 100%;
  margin-top: 28px;
}

.font-responsaveis-button-large {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

#button-back-home {
  width: 100%;
}

.resend-email-responsaveis a {
  padding-top: 24px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.title-access-account,
.title-link-sent {
  margin-top: 0px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 30px;
}

.text-transform-none {
  text-transform: none !important;
}
/* form */

#form h1 {
  font-size: 2em;
  font-weight: 500;
}

#form .form-input {
  width: 100%;
  margin-top: 1.5em;
  height: 3em;
}

#form .register-button {
  margin-top: 2em;
}

#form .button-form {
  width: 100%;
  height: 3em;
  text-transform: uppercase;
}

#form .details-area {
  margin: 2em 0;
  padding: 0;
  color: #424242;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#form .details-area label {
  font-size: 1.2em;
}

.divider {
  margin: 2em 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0.12);
  height: 0.1em;
}
.divider p {
  height: 1em;
  width: 2em;
  text-align: center;
  margin-top: -0.6em;
  left: 50%;
  color: rgba(0, 0, 0, 0.6);
  background-color: white;
  transform: translateX(-50%);

  position: absolute;
}
#form .notification {
  margin: 2em 0;
}
.nodecoration {
  text-decoration: none;
}
.alert {
  height: 3em;
  border-radius: 5px;
}
.password-reset-error-message {
  max-width: 412px;
  margin: 32px 0 40px;
}

#form .error {
  background-color: #ff4621;
  color: white;
}

#form .password-error {
  border: 1px #ff4621;
}

#form .success {
  background-color: #2ac640;
  color: white;
}

.alert p {
  line-height: 3.3em;
  font-weight: 500;
}
.alert .material-icons {
  line-height: 2.2em;
  float: left;
}

h2.title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #424242;
}

.subtitle {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tips {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: 400;
}

.tips &gt; a {
  text-decoration: underline;
}

.first-access {
  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  position: fixed;
  bottom: 0;
  
  padding-top: 16px;
  padding-bottom: 32px;
}

#define-password {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 60px;
  float: right;
}

button#forgot-password-button {
  margin-top: 6em;
  width: 100%;
}

a#go-back-button {
  padding: 0;
  margin-bottom: 3em;
}
  
a#go-back-button-responsaveis {
  padding-left: 0px;
  margin-bottom: 36px;
}

p.text-secondary {
  color: rgba(0, 0, 0, 0.6);
}
p.text-secondary-responsaveis {
  color: #999999;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin: 0;
}

.term-and-declaration-text,
.term-and-declaration-a {
  line-height: 18px;
  font-size: 12px;
  text-align: left;
  color: #6d6d6d;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
}

.term-and-declaration-a {
  text-decoration: underline;
}

.mdc-snackbar {
  z-index: 100;
  margin: 1.5em;
}

.mdc-snackbar--leading {
  justify-content: flex-end;
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #3d4ed7;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 200, 'opsz' 48;
  color: #fff;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.forgot-send-button-message {
  color: #fff;
}

.forgot-send-button:disabled,
.forgot-send-button[disabled] {
  background-color: #3d4ed7;
  opacity: 0.8;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}
</pre></body></html>