body {
  height: 100%;
  font-size: 14px;
}
.btn-modal {
  margin: 2em;
}
.btn {
  border-radius: 0;
  border: none;
  -webkit-transition: background-color ease-out 0.5s;
  -moz-transition: background-color ease-out 0.5s;
  -o-transition: background-color ease-out 0.5s;
  transition: background-color ease-out 0.5s;
}
.btn:hover {
  -webkit-transition: box-shadow ease-out 0.3s;
  -moz-transition: box-shadow ease-out 0.3s;
  -o-transition: box-shadow ease-out 0.3s;
  transition: box-shadow ease-out 0.3s;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-grey {
  background: #797979;
  color: #fff;
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
}
.btn-grey:hover {
  background: #575757;
  color: #fff;
}
.btn-home {
  background: #1D80E8;
  color: #fff;
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
}
.btn-home:hover {
  background: #FF4A17;
  color: #fff;
}
.close {
  border: 0;
  font-size: 22px;
  color: #000;
  background-color: transparent;
  opacity: 0.4;
  position: absolute;
  top: 2px;
  right: 10px;
  z-index: 1;
}
.create-account {
  margin-bottom: -10px;
}
.myModal .modal-dialog {
  max-width: 580px;
}
.myModal .modal-content {
  background-color: #f7f7f7;
  border-radius: 0;
  border: none;
}
.myModal .modal-content .modal-header h4, .myModal .modal-content .modal-footer h4 {
  font-size: 20px;
  margin-bottom: -10px;
}
.myModal .modal-content .modal-header h5, .myModal .modal-content .modal-footer h5 {
  font-size: 14px;
}
.myModal .modal-content form label {
  font-weight: normal;
  margin-bottom: 2px;
}
.myModal .modal-content .form-control,
.myModal .modal-content .form-select {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
  color: #999;
  font-size: 14px;
}
.myModal .modal-content .form-control:focus, 
.myModal .modal-content .form-select:focus {
  box-shadow: none;
  border-color: #999;
}
.myModal .modal-content .form-control::placeholder {
  color: #999;
}
.myModal .modal-content input[type="date"] {
  color: #999;
}
.myModal .modal-footer {
  height: 40px; /* Defina a altura que você deseja */
  padding: 0; /* Ajuste o padding conforme necessário */
  margin-bottom: 15px;
}
.nav-tabs .nav-item {
  width: 50%;
}
.nav-tabs .nav-item .nav-link {
  width: 100%;
}
.nav-tabs .nav-link {
  background-color: #ccc; 
  color: #666; 
  font-weight: bold;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #ccc #ccc #ccc; 
  isolation: isolate;}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #333; 
  background-color: #f7f7f7; 
  border-color: #f7f7f7 #f7f7f7 #f7f7f7;
}
/* Forgot Password Section */
#forgot-password-collapse {
  border-top: 2px dashed #999;
  margin-top: 30px;
}
#forgot-password-collapse h5 {
  margin-top: 15px;
}
#forgot-password-collapse form {
  margin-top: 20px;
}
.forgot-password-collapse a {
  color: #0d6efd;
  text-decoration: none;
}
.forgot-password-collapse a:hover {
  color: #ff0000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .close {
    right: 10px;
  }
}
/* Visualizador de senhas */
.eye {
    position: relative;
}
.lnr-eye {
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
    color: #999;
    font-size: 20px;
    font-weight: bold;
}