body{
  background-color: #f6f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: 100vh;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

#login_box{
  background-color:#f2f7ff ;
  width: 430px;
  height: 578px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

#login_footer{
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 10px;
  color: gray;
  font-size: 15.5px;
  font-weight: 500;
  padding-bottom: 2rem;
}

.login_box_item_container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#login_logo_img{
  width: 170px;
  height: 150px;
}

.login_box_item_container:first-of-type{
  margin-top: 15%;
}

/* @import url("https://fonts.googleapis.com/css?family=Montserrat:400,800"); */

:root {
  --cor-padrao: #15489e;
  --cor-padrao-secundaria: #0094da;
  --cor-btn-border: #435ebe;

  --cor-texto: #435ebe;
  --cor-texto-hover: #364b98;
  --cor-btn-fundo-hover: #0094da;
  --cor-btn-border-hover: #0074aa;

  --cor-scroll-a: #7bc8e0;
  --cor-scroll-b: #2b67c0;
  --cor-scroll-c: #0d3ca8;
}

* {
  box-sizing: border-box;
}


h1 {
  font-weight: bold;
  margin: 0;
}

h2 {
  text-align: center;
}

p {
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 10px 0 10px;
}

a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 0;
}

button {
  margin-top: 5%;
  margin-bottom: 20%;
  border-radius: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 5% 20%;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}

button:active {
  transform: scale(0.95);
}

button:focus {
  outline: none;
}

button.ghost {
  background-color: transparent;
  border-color: #ffffff;
}

form {
  /* background-color: #e8f0fe; */
  background-color: #f2f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px;
  height: 100%;
  text-align: center;
  margin-top: 5%;
}
.tituloLogin {
  font-size: 16px;
}

input {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  margin: 2% 0;
  height: 30%;
}

.focused {
  outline: 0.5px solid #0094da;
}

.container {
  /* background-color: #e8f0fe; */
  background-color: #f2f7ff;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
}

.form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.sign-in-container {
  left: 0;
  width: 100%;
  z-index: 2;
}

.container.right-panel-active .sign-in-container {
  transform: translateX(100%);
}

.sign-up-container {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}

.container.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
}

@keyframes show {
  0%,
  49.99% {
    opacity: 0;
    z-index: 1;
  }

  50%,
  100% {
    opacity: 1;
    z-index: 5;
  }
}

.overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}

.container.right-panel-active .overlay-container {
  transform: translateX(-100%);
}

.social-container {
  margin: 5% 0;
}

.social-container a {
  border: 1px solid #dddddd;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
}

footer {
  /* background-color: #222; */
  color: #fff;
  font-size: 14px;
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
}

footer span {
  font-size: 14px;
}

footer p {
  margin: 10px 0;
}

footer i {
  color: red;
}

footer a {
  color: #3c97bf;
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none !important;
}

.input-group {
  align-items: center;
  align-content: center;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
  margin: 0;
  height: 45px;
  border-radius: 10px;
  width: 365px;
  height: 50px;
}

#inputuser1 {
  padding: 10px;
  margin: 10px 0;
  border-radius: 0px 10px 10px 0px;
  border: none;
  width: 220px;
  height: 45px;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

#inputpass {
  padding: 10px;
  margin: 10px 0;
  border-radius: 0px;
  border: none !important;
  width: 190px;
  height: 45px;
  background-color: #fff;
}

#falock {
  margin-right: 0px;
  font-size: 24px;
  color: #15489e;
  border-radius: 10px 0px 0px 10px;
  height: 45px;
  padding: 10px;
  margin: 10px 0;
  border: none;
  background-color: #fff;
  font-size: 1.2em; /* tamanho base */
  min-width: 1.5em; /* tamanho mínimo */
  max-width: 2.5em; /* tamanho máximo */
}

#fauser {
  margin-right: 0px;
  font-size: 24px;
  color: #15489e;
  border-radius: 10px 0px 0px 10px;
  height: 45px;
  padding: 10px;
  margin: 10px 0;
  border: none;
  background-color: #fff;
  font-size: 1.2em; /* tamanho base */
  min-width: 1.5em; /* tamanho mínimo */
  max-width: 2.5em; /* tamanho máximo */
}

.sizeLoginEye {
  background-color: #fff;
  color: #15489e;
  border-radius: 0px 10px 10px 0px;
  height: 45px;
  width: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif !important;
}

.btn-primary {
  background-color: var(--cor-padrao);
  border-color: var(--cor-btn-border);
}

.buttonWhite {
  color: white !important;
  font-weight: 500 !important;
}

button.btn:hover > span {
  color: white;
}

.btn-check:focus + .btn,
.btn:focus,
.btn:hover {
  background-color: var(--cor-btn-fundo-hover);
  border-color: var(--cor-btn-border-hover);
}

.logo img {
  transition: width 0.1s ease;
  width: 170px;
  height: 150px;
}

/* MODAL TERMO ACEITE */
/* ------------------------------------------------------------------------ */
@media screen and (max-width: 1280px) {
  .container {
    width: 85%;
    max-width: 100%;
    min-height: 70%;
  }
  form {
    height: 70%;
    margin-top: 3%;
  }

  .form-group {
    margin-bottom: 5%;
    margin-top: 5%;
  }
  .logo img {
    width: 170px;
    height: 150px;
  }
  .logo {
    margin-top: 10%;
    margin-bottom: 1rem;
  }

  input {
    height: 20px;
    padding: 10px;
  }
  button {
    margin-top: 3%;
    padding: 4% 10%;
    margin-bottom: 10%;
  }
  footer {
    font-size: 12px;
  }
  .input-group {
    height: 40px;
    width: 280px;
  }
  .tituloLogin {
    font-size: 0.8rem;
    font-weight: 500;
  }

  .form-group .input-group,
  #inputuser1,
  #inputpass,
  #falock,
  #fauser,
  .sizeLoginEye {
    height: 30px;
    display: flex;
    align-items: center;
    /* justify-items: left; */
    justify-content: center;
  }

  #inputuser1,
  #inputpass {
    padding: 0;
  }

  .form-group .input-group ::placeholder {
    font-size: 0.7;
  }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
  }
  .copyright {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1600px) {
  .container {
    width: 90%;
    max-width: 100%;
    min-height: 70%;
  }
  form {
    height: 70%;
    margin-top: 3%;
  }

  .form-group {
    margin-bottom: 5%;
    margin-top: 5%;
  }
  .logo img {
    width: 170px;
    height: 150px;
  }
  .logo {
    margin-top: 15%;
    margin-bottom: 1rem;
  }

  button {
    margin-top: 3%;
    padding: 4% 10%;
  }
  footer {
    font-size: 12px;
  }
  .input-group {
    height: 40px;
    width: 280px;
  }
  .tituloLogin {
    font-size: 0.85rem;
    font-weight: 500;
  }

  footer {
    font-size: 14px;
  }
  .input-group {
    height: 45px;
    width: 320px;
  }
  .form-group .input-group ::placeholder {
    font-size: 0.7;
  }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
  }
  .copyright {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .container {
    width: 90%;
    max-width: 100%;
    min-height: 70%;
  }
  #formLogin {
    margin-bottom: 5%;
    margin-top: 5%;
  }
  form {
    height: 70%;
    margin-top: 3%;
  }
  .form-group {
    margin-bottom: 30px;
  }
  .logo img {
    width: 170px;
    height: 150px;
  }
  .logo {
    margin-top: 15%;
    margin-bottom: 1rem;
  }

  button {
    margin-top: 3%;
    padding: 4% 10%;
  }
  footer {
    font-size: 12px;
  }
  .input-group {
    height: 40px;
    width: 380px;
  }
  .tituloLogin {
    font-size: 1rem;
    font-weight: 500;
  }

  footer {
    font-size: 14px;
  }
  .input-group {
    height: 45px;
    width: 380px;
  }
  #formLogin {
    margin-bottom: 5%;
    margin-top: 5%;
  }
  .form-group .input-group ::placeholder {
    font-size: 1rem;
  }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 1rem;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 1rem;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    font-size: 1rem;
  }
  .copyright {
    font-size: 1rem;
  }
  .tituloLogin {
    font-size: 1.1rem;
  }
  .bi-eye-slash-fill {
    font-size: 20px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 1921px) and (max-width: 2240px) {
  .container {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
  }
  #formLogin {
    margin-bottom: 10%;
    margin-top: 10%;
  }
  form {
    height: 90%;
    margin-top: 3%;
  }
  .form-group {
    margin-bottom: 30px;
  }

  .logo img {
    width: 170px;
    height: 150px;
  }
  .logo {
    margin-top: 15%;
    margin-bottom: 1rem;
  }

  button {
    margin-top: 3%;
    font-size: 1.5rem;
  }
  footer {
    font-size: 12px;
  }
  .tituloLogin {
    font-size: 1.2rem;
    font-weight: 500;
    white-space: nowrap;
    line-height: 2.1rem;
  }

  footer {
    font-size: 20px;
  }
  .input-group {
    height: 60px;
    width: 500px;
  }
  #formLogin {
    margin-bottom: 5%;
    margin-top: 5%;
  }
  .form-group .input-group ::placeholder {
    font-size: 1.5rem;
  }
  ::-webkit-input-placeholder {
    font-size: 1rem;
  }
  ::-moz-placeholder {
    font-size: 1rem;
  }
  :-ms-input-placeholder {
    font-size: 14px;
  }
  :-moz-placeholder {
    font-size: 1rem;
  }
  .copyright {
    font-size: 1.5rem;
  }
  .buttonWhite {
    font-size: 1.5rem;
  }
  .bi-eye-slash-fill {
    font-size: 25px;
  }
}
@media screen and (max-width: 800px) {
  .container {
    margin-top: 5%;
    width: 80%;
  }
  button {
    font-size: 1rem;
    padding: 8px 15px;
  }
  input {
    height: 30px;
    width: 100px;
  }
  .copyright {
    font-size: 0.5rem;
  }
  .tituloLogin {
    font-size: 0.5rem;
  }
  .input-group {
    height: 20px;
    width: 200px;
  }
  .logo img {
    width: 115px;
    height: 105px;
  }

  #inputuser1,
  #inputpass,
  #falock,
  #fauser,
  .sizeLoginEye {
    height: 30px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
  }

  button {
    margin-top: 3%;
  }
  .input-group {
    height: 50px;
    width: 200px;
  }
}

.animated_shake {
  animation: shake 0.5s;

  animation-iteration-count: infinite;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

#login_box_text{
  font-size: 1.1rem;
  color: #607080;
  text-align: center;
}

#login_status_return_container{
  font-size: 10px;
  width: 1px;
  display: none;
  height: 1px;
  color: white;
  position: absolute;
  top: 0px;
  left: 0px;
}

.swal2-shown{
  min-height: 100vh !important;
}