@font-face {
  font-family: fontProjeto;
  src: url(../font1/CodecPro-Regular.ttf) format("truetype");
  }
@font-face {
  font-family: fontExtraBold;
  src: url(../font1/CodecCold-ExtraBold.ttf) format("truetype");
  }
@font-face {
  font-family: fontCodecRegular;
  src: url(../font1/codec-pro-light.ttf) format("truetype");
  }
@font-face {
  font-family: fontCodecBold;
  src: url(../font1/codec-pro-bold.ttf) format("truetype");
  }
@font-face {
  font-family: sonnyGotich;
  src: url(../font1/W\ Foundry\ -\ Sonny\ Gothic\ Condensed\ Bold.otf) format("opentype");
  }
:root {
  --fontProjeto: fontProjeto;
  --fontExtraBold: fontExtraBold;
  --fontCodecRegular: fontCodecRegular;
  --fontCodecBold: fontCodecBold;
  --sonnyGotich : sonnyGotich;
  --black: #313131;
  --green: #334644;
  --golden: #feb812;
  --vividBlue: #007bff;
  --azulFirst: hsl(222deg 48% 30%);
  --amareloFirst: hsl(41deg 99% 58%);
  --vermelhoFirst: hsl(358deg 51% 40%);
  --gray: rgb(66, 66, 66);
  --logoWidth: clamp(150px, 35vw, 300px);
  --headerMinHeight: 65px;
  --fontFamilyDiv: "Titillium Web", sans-serif;
  --fontSizeDiv: clamp(1.5em, 2vw, 30px);
  --textShadow: 1.5px 1.5px 0px #000000;
  --container: 1240px;
  --titillium: "Titillium Web", sans-serif;
  --fontSizeTitulos: clamp(28px, 4.5vw, 32px);
  --fontSizePadrao: clamp(19px, 18px, 2vw);
  --buttonFont: clamp(20px, 25px, 2.5vw);
  --paddingFaixas: clamp(50px, 5vw, 30%);
  --tamanhoRetangulo: 200px;
}

body{
  height: 100vh;
}

section#login {
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fontExtraBold);
  background-image: url("../new_img1/PORTAL CORPORATIVO REDE.png"); 
  background-repeat: no-repeat;
   background-size: cover;
  background-position-x:63px;
   display: grid;
   grid-template-columns: minmax(400px,3fr) 5fr;
  /* justify-items:center; */
   gap: 10px;
}


section#login > div:nth-child(2) {
  width: 100%;
  background-color: #91191e;
  max-width: 515px;
  box-sizing: border-box; 
  padding: 30px;
  margin: 0 10px ;
  border-radius: 40px; 
  -webkit-border-radius: 40px; 
  -moz-border-radius: 40px; 
  -ms-border-radius: 40px; 
  -o-border-radius: 40px; 
  color: whitesmoke;
  font-size: var(--fontSizeDiv);
  box-shadow: 4px 4px 16px black;
	
}

#loginForm {
 display: flex;
    flex-direction: column;
  padding: 20px;
    gap: 15px;
}
   


section#login form > div {
  flex-direction: column;
  gap: 10px;
}
section#login form > div:not(div:last-of-type) {
  margin-bottom: 2vh;
}
section#login form label {
  font-size: 17px;
  font-weight: bold;
}

#login .secao-imgs{
  height: 100%;
width: 100%;
display: flex;
flex-direction: column;
padding: 10px;
gap: 20px;

justify-content:center;
/* background-color: #cbd5e1;
box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);*/
align-items:flex-start
}

.secao-imgs h1{
    font-size: 40px;
    line-height: 1.1;
  	text-transform:uppercase;
  margin-top:1rem;
  letter-spacing:-2px;
}

.img-container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

#login .secao-imgs img{
  width: 100%;
}

.titulo-mobile{
display:none
}

.img-ett{
  max-width:220px;
  }

  .img-shift{
    max-width:200px;
  }

 

.img-firsthrh{
max-width:280px;
border-bottom: 3px solid #94a3b8;
   padding-bottom: 2rem;
}

.img-Connecting{
max-width: 350px;

}

.primeiroAcesso {
  transform: translate(50%, 50%);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  padding: 5vh;
  border-radius: 11px;
  box-shadow: black 15px 15px 26px;
  background-color: white;
  font-family: var(--fontFamilyDiv);
  display: flex;
  flex-direction: column;
  gap: 3vh;
  width: clamp(280px, 648px, 85vw);
}
.primeiroAcesso > div:first-of-type {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 1.5rem;
  color: hsl(0deg 0% 75%);
  font-family: system-ui;
  cursor: pointer;
}
.primeiroAcesso > div:nth-of-type(2) {
  font-size: 1.2rem;
  font-weight: 600;
}
.primeiroAcesso label {
  font-weight: 700;
}
.primeiroAcesso input {
  margin-top: 3px;
  margin-bottom: 10px;
}
.primeiroAcesso form {
  background-image: url(https://grupofirstrh.com.br/img_aws/Logo_FirstRH_Group_350x304.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}


#loginButton{
  margin-top: 2rem;
}

.outras-imagens{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-left:11px;
}

#loginForm > div:nth-child(1){
  display:flex;
  gap:15px;
}

#loginForm > div:nth-child(2){
    display: grid;
    grid-template-rows: 10px 1fr;
    grid-template-columns: 2fr 1fr;
  gap:15px 10px;
}

#loginForm > div:nth-child(2) label{
grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
  grid-column-end:3;
}
#loginButton {
margin-top:0
}


input {
font-weight:bold !important;
}

@media (max-width:872px){
  
  #login .secao-imgs{
    padding-top: 1rem;
    width: 100%;
    gap: 10px;
    background-color: inherit;
    box-shadow: none;
  }
  section#login {

    background-image: none;
    display:flex;
    flex-direction:column;
  }
  section#login > div:nth-child(2){
    width: 90%;
    margin-bottom:2rem;
    padding:10px 8px;
  }

  .img-container{
    width:100%;
  }
  .img-container h2{
   width: 100%;
    text-align: center;
  }
 
  .img-container{
  	gap:10px;
  }
  .img-firsthrh{
  	width:100%;
    max-width:100%;
    padding-bottom:.85rem !important;
      display: flex;
        justify-content: center;
    }
  #loginForm > div:nth-child(1){
  	    display: flex;
    gap: 10px;
  }
  
  #loginForm > div:nth-child(2){
  gap:15px 10px;
  }
  
  
  #loginForm{
  gap:10px;
    padding:15px;
  }
  #login .secao-imgs .img-firsthrh img{
  	width:265px
  }

  .outras-imagens{
    display: flex;
    gap: 6px;
    display: flex;
    flex-direction:row;
    margin-left:0px;
  }
  .img-Connecting{
    grid-row-start: 2;
    grid-column-start: 1 ;
    grid-column-end: 3 ;
    }

  .form-control{
  	width:100%;
  }
  
  section#login{
  height:auto;
  }
  
  rodape{
  margin-top:3rem;
  }
  
  .secao-imgs h1{
  display:none
  }
  
  body{
    height:100dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .titulo-mobile{
display: flex !important;
        text-align: center;
        width: 100%;
        align-items: center;
        justify-content: center;
    font-size:2rem !important;
    margin-top:1rem !important;
}
  
  .rodape{
  	line-height:1.2;
  }
  
  .rodape > div:nth-child(1){
  height:70px !important;
    padding:5px !important;
  }
  
  .rodape > div:nth-child(2){
  height:30px !important;
  }
  
}

 .form-control{
  	width:100%;
  }