  body {
    margin: 0;
    padding: 0;
    background-color: #e3eaef !important;
  }
  .npo-bg {
	  background-color: #03335b !important;
	  color: #FFF !important;

  }

  .wrapper-logo {
    width: auto; 
    height: auto;  
    margin-top: 40px; 
    margin-left: 48px;
  }

  .link-voltar {
    display: block;
    width: 10%;
    text-decoration: none;
    transition: transform .2s;
  }

  .link-voltar:hover {
    transform: scale(1.04);
  }

  .voltar-text {
    width: auto;
    height: auto;
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
    color: #212529;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .voltar-text p {
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px 12px;
  }

  .wrapper-form {
    width: 100%;
    height: auto;
    margin-top: 48px;
  }

  .card-form {
    height: auto;
    background-color: transparent;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    display: flex;
    flex-direction: row;
    border-radius: 8px;
  }

  .conteudo-sem-form {
    width: 65%;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px 0px 0px 8px;
  }

  .div-formulario {
    width: 65%;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px 0px 0px 8px;
  }

  .div-formulario-changes {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
  }

  .formulario {
    font-family: inherit;
    width: 100%; 
  }

  .info-lateral {
    width: 40%;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(3,51,91,1) 35%, rgba(51,97,135,1) 100%);
    border-radius: 0px 8px 8px 0px;
  } 
  
  .img-logo-login {
    width: 15%; 
    height: 7%;
  }

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

  .div-titulo-logout {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .div-titulo-changes{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 28px;
  }

  .titulo {
    font-family: inherit;
    font-weight: bold;
    font-size: 24px; 
  }

  .titulo-line {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(3,51,91,1) 35%, rgba(123,214,232,1) 100%);
    border-radius: 12px; 
  }
  
  .botao-submit {
    padding: .375rem 3rem !important;
    margin-top: 40px;
    margin-bottom: 32px;
  }

  .botao-sair {
    width: 100%;
    padding: .375rem 1rem !important;
    margin-top: 8px;
    margin-bottom: 4px;
  }

  .botao-cancelar {
    padding: .375rem 1rem !important;
    margin-top: 64px;
  }

  .botao-change-password {
    padding: .375rem 3rem !important;
    margin-top: 20px;
    margin-bottom: 16px;
  }
  
  .input-remember {
    position: absolute;
    margin-top: .475rem;
    margin-left: -1.25rem;
  }

  .forgot-password {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .2rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
  }  
  
  .forgot-password-image {
    width: 64px;
    height: 64px;
    margin-right: 12px;
  }

  .forgot-password-text {
    font-family: inherit;
    font-size: 16px;
    margin-top: 8px;
  }

  .forgot-password-text a {
    text-decoration: none;
    color: #18272F;
    font-weight: bold;
    position: relative;
  }

  .forgot-password-text a::before {
    content: '';
    background-color: hsla(196, 61%, 58%, .75);
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 8px;
    z-index: -1;
    transition: all .3s ease-in-out;
  }

  .forgot-password-text a:hover::before {
    bottom: 0;
    height: 100%;
  }

  .log-in-again {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: .2rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;  
  }  

  .log-in-again-text {
    font-family: inherit;
    font-size: 16px;
    margin: 0px 0px;
  }

  .log-in-again-text a {
    text-decoration: none;
    color: #18272F;
    font-weight: bold;
    position: relative;
  }

  .log-in-again-text a::before {
    content: '';
    background-color: hsla(196, 61%, 58%, .75);
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 8px;
    z-index: -1;
    transition: all .3s ease-in-out;
  }

  
  
  .segugio-dog-image {
    width: 200px;
    height: 123px;
  }

  .logout-confirm-text h1 {
    font-family: inherit;
    font-size: 24px;
  }

  .change-profile-text {
    margin-bottom: 28px;
  }

  .change-profile-text h1 {
    font-family: inherit;
    font-size: 20px;    
  }

  .logout-text h1 {
    font-family: inherit;
    font-size: 20px;
  }

  .text-alerta {
    font-family: inherit;
    font-size: 14px;
  }

  .text-alerta-change-password {
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;        
  }

  .text-alerta-change-password ul {
    padding: 0px 0px 0px 28px;
  }

  .text-alerta-logout {
    font-family: inherit;
    font-size: 14px;
    margin-bottom: 8px;
  }

  .email-input-margin {
    margin-bottom: 60px;
  }

  .copy-npo {
    padding-top: 15px;
    background-color: #03335b !important;
    color: #E3EAEF !important;
  }
