* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
 
body {
  font-family: 'Roboto', sans-serif;
  background-image: url(../img/svg/telaportal.svg);
  background-position: auto;
  background-color: #231F20 ;
  background-repeat: no-repeat;
  overflow: hidden !important;
}
 
a{
  color: white;
}
 
p{
  margin-top: 0px;
}
 
.row{
  display: flex;
  justify-content: space-between;
}
 
.header {
  height: 70px;
}
 
#logod1000 {
  width: 100px;
  padding: 20px 0 0 15px;
}
 
.main-login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
 
.left-login {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  width: 50%;
  padding-top: 4%;
}
 
#logo-d1000{
  display: none;
}
 
.linha-coral{
    width: 32%;
    padding: 2px 0 2px 0;
    margin: 10px 0 10px 20px;
    background: linear-gradient(89deg, #EBAF23 0%, #F06423 100%);
    border-radius: 3px;
}
 
 
.right-login {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  width: 50%;
  padding-top: 4%;
}
 
.left-login h1, .left-login p{
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.375px;
  padding: 0 10px 0 20px;
 
}
 
.left-login p {
  font-size: 20px;
  line-height: 30.856px;
  letter-spacing: 0.3px;
}
 
.card-login, .modal-content{
  width: 65%;
  padding: 30px 35px;
  background: rgba(35, 35, 35, 0.50);
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(25px);
  position: relative;
  display: flex;
  flex-direction: column;
}
 
 
.reset-password-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
 
.reset-password-container{
  width: 50vw;
  padding: 30px 35px;
  margin-top: 10vh;
  background: rgba(35, 35, 35, 0.50);
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(25px);
  display: flex;
  flex-direction: column;
}
 
h2 {
  color: #FFF;
  margin: 10px 0;
}
 
 
.check-label, .textfield label {
  color: #FFF;
  margin-bottom: 10px;
}
 
.textfield {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: seashell;
  margin: 15px 0;
}
 
.textfield input {
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 15px;
  margin-top: 0.5rem;
  background: #F5F5F5;
  font-size: 12pt;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.30);
  outline: none;
}
 
 
button:active,
input[type=button]:active {
  button:active,
  input[type=button]:active {
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.25);
  }
}
 
.btn-login, .btn-send, .btn-reset,
input[type=submit] {
  margin: 0.6rem 0 0 0;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  border: none !important;
  border-radius: 5px;
  box-sizing: border-box;
  outline: none;
  font-weight: 400;
  font-size: 11pt;
  cursor: pointer;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  width: 100%;
  color: #F5F5F5;
  background: linear-gradient(90deg, #ebaf23 0%, #f06423 100%, #00d4ff 100%);
}
 
.btn-new-cadastro,
input[type=button].second {
  width: 100%!important;
  color:black!important;
  background-color: rgb(245, 242, 242)!important;
  margin: 0.9rem 0 0 0!important;
  transition: all 0.2s ease-in-out!important;
  padding: 8px!important;
  border: none !important;
  border-radius: 5px!important;
  box-sizing: border-box!important;
  outline: none!important;
  font-weight: 400!important;
  font-size: 11pt!important;
  cursor: pointer!important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25)!important;
}
 
.btn-close{
    background-color: transparent!important;
    border-color: transparent!important;
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
 
.card-login > p{
    font-weight: 100;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-top: 8px;
}
 
.card-login >small {
  font-size: x-small;
  float: left;
  color: rgb(235, 230, 230);
  text-align: center;
  margin-top: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
 
.modal-dialog{
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 0 20% 0 20%;
}
 
#newcadastro.modal.fade, .modal{
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
backdrop-filter: blur(10px);
}
 
.close {
  color: white;
  float: right;
  font-size: 28px;
  margin: 10px 0;
  cursor: pointer;
}
 
.modal-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: none!important;
  color: white;
}
 
 
 
@media only screen and  (min-width: 321px) and (max-width: 1024px) {
  body {
    background-color: black;
    background-image: url(../img/svg/mobile.svg);
    background-size: cover;
    background-position: 0%;
    background-repeat: no-repeat;
  }
 
  body{
    overflow: hidden;
  }
 
  header{
    display: none;
  }
 
  .main-login {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
 
  .left-login #logo-d1000{
    margin-top: 50px;
    display: flex;
    width: 100%;
    height: 22%;
  }
 
  .left-login > p, .linha-coral{
    display: none;
  }
 
  .left-login >h1{
    margin-top: 20px;
    width: 100%;
    height: 74px;
    padding: 0 75px;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.025em;
    text-align: center;
  }
 
  .left-login{
    width: 100%;
    height: 35%;
  }
 
  .right-login{
    width: 100%;
    height: 65%;
    margin-bottom: 100px;
  }
 
  .card-login{
    width: 350px;
 
  }
 
  h2{
    font-size: 15pt;
  }
 
  .textfield, .check-label{
    font-size: 11pt;
  }
 
  .textfield input{
    padding: 12px;
    margin-top: 0.1rem;
    font-size: 10pt;
  }
 
  .modal-dialog{
    display: flex;
    justify-content: center;
    margin: 0;
  }
}
 
@media only screen and (max-width: 320px) {
  body {
    background-image: url(../img/mobile.png);
    background-size: cover;
    background-position: 100%;
    overflow: hidden;
    background-color: black;
  }
 
  header{
    display: none;
  }
 
  .main-login {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
 
  .left-login #logo-d1000{
    margin-top: 20px;
    display: flex;
    width: 100%;
    height: 22%;
  }
 
  .left-login > p, .linha-coral{
    display: none;
  }
 
  .left-login >h1{
    margin-top: 20px;
    width: 100%;
    height: 74px;
    padding: 0 55px;
    font-size: 22px;
    line-height: 37px;
    letter-spacing: -0.025em;
    text-align: center;
  }
 
  .left-login{
    width: 100%;
    height: 35%;
  }
 
  .right-login{
    width: 100%;
    height: 50%;
  }
}

.modal {
  display: none; /* Escondido por padrão */
  position: fixed; /* Fixa na tela */
  z-index: 999; /* Alta prioridade */
  left: 0;
  top: 0;
  width: 100%; /* Largura completa */
  height: 100%; /* Altura completa */
  overflow: auto; /* Habilita rolagem se necessário */
  background-color: rgba(0, 0, 0, 0.4); /* Fundo preto com opacidade */
  backdrop-filter: blur(10px); /* Efeito de desfoque */
}

.modal-content {
  background: rgba(35, 35, 35, 0.8); /* Fundo com opacidade */
  margin: 15% auto; /* Centraliza o modal */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Largura do modal */
  max-width: 600px; /* Largura máxima */
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.modal-header, .modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h2 {
  margin: 0;
}

.close, .btn-close-modal {
  color: #fff;
  background-color: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

.close:hover, .close:focus, .btn-close-modal:hover, .btn-close-modal:focus {
  color: #bbb;
}
