body{
  overflow-x: hidden;
  background: url('/assets/layouts/layout/img/bg1.jpg') no-repeat center center fixed; 
  height: 100vh;
  
}

.logo {
  margin: 0px auto 0px auto;
  text-align: center; 
  margin: 0px auto 0px auto;
  padding: 0px 0px 15px 0;
  -webkit-filter: drop-shadow(5px 5px 5px #222 );
  filter: drop-shadow(5px 5px 5px #222);
}

.login {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
 }

.login .content {
  background-color: #fff;
  width: 100vh;
  min-height: 80vh;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-filter: drop-shadow(5px 5px 5px #222 );
  filter: drop-shadow(5px 5px 5px #222);
}

.login .content h3 {
  color: #000; }

.login .content h4 {
  color: #555; }

.login .content p {
  color: #222; }

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px; }

.login .content .input-icon {
  border-left: 2px solid #44B6AE !important; }

.login .content .input-icon {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .login .content .input-icon .form-control {
    border-left: 0; }

.login .content .forget-form {
  display: none; }

.login .content .register-form {
  display: none; }

.login .content .form-title {
  font-weight: 600;
  margin-top: 45px; 
  margin-bottom: 45px; 
  text-align:center;
}

.login .content .form-actions {
  background-color: #fff;
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px; }

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px; }

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px; }

.login .content .form-actions .rememberme {
  margin-top: 8px;
  display: inline-block; }

.login .content .form-actions .btn {
  margin-top: 1px; }

.login .content .forget-password {
  margin-top: 25px; }

/* select2 dropdowns */
.login .content .select2-container {
  border-left: 2px solid #44B6AE !important; }

.login .content .select2-container .select2-choice {
  border-left: none !important; }

.login .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top: 1px;
  margin: 4px 4px 0px -1px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center; }

.login .content .has-error .select2-container i {
  color: #b94a48; }

.login .content .select2-container a span {
  font-size: 13px; }

.login .content .select2-container a span img {
  margin-left: 4px; }

@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px; }
  .login .content {
    width: 280px; 
  }
  .login .content h3 {
    font-size: 22px; }
  .login .checkbox {
    font-size: 13px; } }


    .validadorgov {
      margin-top: 60px;
  }
  @media (max-width: 768px) { 
      .modal-full {
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 0;
      }

      .modal-full .modal-content {
          height: 100vh;
          min-height: 100vh;
          border-radius: 0;  /* Remove o border-radius */
          border: none;
      }

      .modal-full .modal-body {
          height: calc(100vh - 60px); /* Ajusta altura considerando o header */
          padding: 0;
      }

      /* Ajuste para o iframe ocupar todo espaço disponível */
      .iframeviewdoc {
          width: 100%;
          height: 100%;
      }

      .modal-title {
          font-size: 13px;
      }

      .logoprincipal {
          width: 50%;
      }
      .login .content {
          width: 87%;
          padding: 14px;
      }

      .login .content p {
          margin: 10px 0;
      }

      .form-title {
          margin-top: 0px!important;
          margin-bottom: 20px!important;
          font-size: 17px!important;
      }

      .validadorgov {
          margin-top: 25px!important;
      }
  }