body {
  background: url(./img/background_login.png) no-repeat;
  background-color: #13416D;
  font-family: 'Figtree', sans-serif !important;
}

.container {
  width: 100vw;
  height: 96vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.box-login {
  background: linear-gradient(90deg, #f0faff 45%, #fff 45%);
  width: 900px;
  height: 680px;
  border-radius: 10px;
}

.box-form-login {
  height: 100%;
}   

.logo-extra {
  width: 55%;
  margin: 17%;
}

.box-robo {
  width: 50%;
  height: 50%;
  float: left;
  align-self: flex-end;
  animation-duration: 2s;
  margin: 0 auto 0 auto;
  transform-origin: bottom;
}

.bounce-2 {
  animation-name: bounce-2;
  animation-timing-function: ease;
}

@keyframes bounce-2 {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
} 

.box-robo img{
  margin-top: 50%;
  margin-left: 40%;
}

.pd-left {
  padding-left: 35px;
}

.mg-top {
  margin-top: 10%;
}

.mg-top2x {
  margin-top: 20%;
}

h1 {
  color: #009ada;
  font-size: 36pt;
  font-weight: 800;
  line-height: 35pt;
  margin-top: 15%;
  text-transform: uppercase;
  text-align: center;
}

h1.novo-cadastro {
  font-size: 26pt;
}

h3 {
  color: #009ada;
  font-size: 20pt;
  font-weight: 700;
  line-height: 35pt;
  text-transform: uppercase;
  text-align: center;
}

h3.novo-cadastro {
  color: #07416d;
  font-size: 18pt;
  font-weight: 700;
  line-height: 35pt;
  text-align: center;
}

h4 {
  color: #009ada;
  font-size: 12pt;
  font-weight: 500;
  line-height: 13pt;
  margin-top: 0%;
  text-align: center;
}

form.novo-cadastro p {
  font-size: 0.9rem;
}

form.resetar-senha p {
  font-size: 0.9rem;
}

form.resetar-senha label {
  font-size: 0.9rem;
  line-height: 1.5rem;
}

form,
.form-mg-t-25 {
  margin-top: 25%;
}

form.novo-cadastro {
  margin-top: 5%;
}

form.resetar-senha {
  margin-top: 25%;
}

form.validar-contato {
  margin-top: 10%;
}

.form-control, .escolha-login {
  font-size: 0.9rem;
  /*color: #8c959d;*/
  border: 2px solid #e9ecef;
}

.dropdown-item {
  font-size: 0.8rem;
  color: #8c959d;
}

/*.form-group input {
padding: 22px;
}*/

.input-group input {
  padding: 22px;
  margin-bottom: 1rem;
}

.input-group {
  margin-bottom: 1rem;
}

.custom-control {
  margin-bottom: 0.5rem;
}

.link-esqueci-criar {
  color: #009ada;
  font-size: 11pt;
  font-weight: 400;  
}

.btn-login {
  background-color: #07416d !important;
  font-size: 11pt;
  margin-top: 6%;
  margin-bottom: 5%;
  border-color: #0d5a95;
}

.btn-login i, .btn-validacao i, .btn-troca-mail i {
  margin: 0 0 0 5px;
}

.btn-validacao {
  background-color: #07416d !important;
  font-size: 11pt;
  border-color: #0d5a95;
}

.btn-troca-mail {
  background-color: #a8aaab !important;
  font-size: 11pt;
  border-color: #92989b;
  margin-top: 5%;
}

.card-text {
  color: #47494a;
  font-size: 11pt;
  font-weight: 400;
  line-height: 15pt;
  margin-top: 0%;
}

.alert {
  font-size: 11pt;
  font-weight: 400;
  line-height: 15pt;
  margin-top: 5%;
}

.whatsapp-help-btn {
  position: fixed;
  bottom: 0px;
  right: 24px;
  display: flex;
  align-items: center;
  background: #fff;
  color: #07416d;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  padding: 8px 16px 8px 8px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  z-index: 9999;
  transition: box-shadow 0.2s;
}

.whatsapp-help-btn:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}

.whatsapp-icon {
  color: #009ada;
  font-size: 26px;
  margin-left: 4px;
  margin-right: 8px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  
  .box-login {
    background: #fff;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  .logo-extra {
    width: 40%;
    margin: 10% 20% 0% 30%;
  }
  
  .box-robo img{
    display: none;
  }
  
  .box-form-login {
    padding: 5%;
  }
  
  .form-group input {
    padding: 20px;
  }
  
  form.resetar-senha {
    margin-top: 15%;
  }
  
  h1 {
    font-size: 27pt;
    font-weight: 800;
    line-height: 27pt;
    margin-top: 5%;
  }
  
  h1.novo-cadastro {
    font-size: 21pt;
    margin-top: 0%;
  }

  h1.error {
    font-size: 26pt;
    color: #842029;
    margin-top: 0%;
  }

  h4 {
    font-size: 11pt;
  }
  
  form {
    margin-top: 15%;
  }
  
  .pd-left {
    padding-left: 15px;
  }

  .whatsapp-help-btn {
    position: fixed;
    bottom: 75%;
    right: -130px;
    display: flex;
    align-items: center;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    padding: 10px 16px 10px 10px;
  }

}

/* FKI */

.btn-login-off {
  font-size: 11pt;
  margin-top: 6%;
  margin-bottom: 5%;
}

.popover { 
  --bs-popover-bg: #FEFEFF; 
  --bs-popover-border-width: 2px; 
  --bs-popover-border-color: #009ada; 
  font-size: var(--bs-popover-font-size); 
  background-color: var(--bs-popover-bg); 
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color); 
} 

.label-form {
  color: #009ada;
  font-size: 11pt;
  font-weight: 600;
}

h1.error {
  font-size: 26pt;
  color: #842029;
}

.card h3 {
  font-size: 18pt;
}