.LoginContainer {
  display: flex;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
  color: #000000;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-family: 'Univia Pro';
}

.LoginContainer h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

.Sidebar {
  color: #ffffff;
  width: 50%;
  min-height: 100vh;
  background-image: url(../img/background-login.png);
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 80px;
}

.SidebarContainer {
  width: 500px;
}

.BannerContainer {
  display: block;
  justify-content: center;
  align-items: center;
  margin: 20px 0px 20px 30px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.00) -100.86%, rgba(11, 28, 22, 0.32) 94.26%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(7.5px); 
}

.BannerLogo svg {
  width: 80px;
  height: 80px;
}

.BannerContainer p {
  padding: 20px 40px 0 40px;
  font-family: 'Univia Pro';
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; 
}

.BannerContainer p b {
  font-family: 'Univia Pro Ultra';
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; 
}

.BannerContainer img {
  display: block;
  margin: auto;
  margin-top: 30px;
  padding-bottom: 20px;
}

.BannerContainer .disclaimer {
  color: #FFF;
  text-align: center;
  font-family: 'Univia Pro';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding-bottom: 30px;
}

.BannerContainer .disclaimer a {
  color: #FFF;
  font-family: 'Univia Pro Ultra';
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration: underline;
}

.LoginContent {
  color: #ffffff;
  width: 50%;
  min-height: 100vh;
  background-image: url(../img/bg_main_login.jpg);
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 100px;
}

.LoginBox {
  width: 500px;
}

.LoginBox .logo {
  margin-top: 50px;
}

.LoginTitle {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-family: 'Univia Pro Ultra';
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}

.BannerLogo {
  margin-top: -10px;
  text-align: center;
}

.BannerTitle {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-family: 'Univia Pro Ultra';
  font-size: 16px;
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
}

.BannerTitle span {
  font-weight: 800;
  border-radius: 8px;
  background-color: #2E6B50;
  padding: 2px 5px;
  font-size: 16px;
  font-family: 'Univia Pro Ultra';
}

.FormBox a,
.FormBox a:hover {
  color: #FFF;
  font-family: 'Univia Pro';
  font-weight: 300;
  line-height: 100%;
}

.FormBox {
  padding-top: 20px;
}

.FormItem {
  padding-top: 32px;
}

.FormItem:last-of-type {
  margin-bottom: 10px;
}

.FormLabel {
  color: #FFF;
  font-family: 'Univia Pro Ultra';
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}

.FormInput {
  display: block;
  width: calc(100% - 15px);
  margin-top: 8px;
  border: none;
  padding-left: 15px;
  height: 48px;
  border-radius: 0px;
  background-color: #f4f4f4;
  color: #0B1C16;
  font-family: 'Univia Pro';
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}

.ForgotPassword {
  font-size: 18px;
  padding-top: 10px;
}

.FormButton, .BannerButton {
  display: block;
  margin: 15px 0;
  padding: 10px;
  width: auto;
  height: 44px;
  border-radius: 5px;
  background: #338266;
  box-shadow: 0px 6px 4.8px 0px rgba(0, 0, 0, 0.25);
  color: #FFF !important;
  border-radius: 4px;
  font-weight: 800;
  font-family: 'Univia Pro Ultra';
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.BannerButton {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  margin: auto;
  padding: 10px;
  width: 220px;
  height: 44px;
  background: #338266;
  box-shadow: 0px 6px 4.8px 0px rgba(0, 0, 0, 0.25);
  color: #FFF !important;
  border-radius: 4px;
  font-weight: 800;
  font-family: 'Univia Pro Ultra';
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.FormButton:hover, .BannerButton:hover {
  background: #FFF;
  color: #338266 !important;
  text-decoration: none;
}

.pt-0 { padding-top: 0 !important; }

@media (max-width: 1440px) {
  .LoginBox .logo {
    margin-top: 20px;
  }
  .LoginBox {
    width: 360px;
  }
  .LoginTitle {
    font-size: 32px;
  }
  .FormBox {
    padding-top: 10px;
  }
  .FormItem {
    padding-top: 24px;
  }
  .SidebarTitle {
    font-size: 36px !important;
  }
  .SidebarContainer {
    width: 360px;
  }
  .BannerLogo svg {
    width: 80px;
    height: 80px;
  }
  .BannerContainer p, .BannerContainer p b {
    font-size: 10px;
  }
  .BannerContainer img {
    padding: 0 30px;
    margin-top: 0px;
    width: calc(100% - 40px);
  }
  .BannerContainer .disclaimer {
    font-size: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .LoginContainer {
    display: block;
  }
  .LoginTitle {
    padding: 0 15px;
    font-size: 2.5em;
    line-height: 1em;
  }
  .LoginBox .logo {
    padding-left: 15px;
  }
  .Sidebar {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .BannerLogo {
    text-align: center;
    padding: 0 15px 20px 45px;
  }
  .SidebarContainer {
    width: calc(100% - 30px);
    margin: 0;
    padding: 0;
  }
  .SidebarContainer .LoginTitle {
    font-size: 2.5em;
    line-height: 1em;
    padding-left: 0px;
  }
  .SidebarContainer .LoginSubtitle {
    font-size: 1.5em;
    line-height: 1em;
  }
  .BannerContainer img {
    width: calc(100% - 30px);
    height: auto;
  }
  .SidebarTitle {
    font-size: 30px !important;
  }
  .LoginContent {
    width: 100%;
    margin: 0px;
    padding-top: 0px;
    padding: 0;
  }
  .LoginTitle svg {
    width: 240px !important;
  }
  .LoginSubtitle {
    margin-top: 10px;
  }
  .LoginBox {
    width: 100%;
    min-height: 500px;
    margin-left: 0px;
    margin-top: 0px;
  }
  .FormBox {
    padding-top: 10px;
    padding-left: 15px;
  }
  .BannerTitle, .BannerTitle span {
    font-size: 16px;
  }
}


.new-sidebar {
  width: 50%;
  min-height: 100vh;
  background-image: url(../img/new-login/background_sidebar_login.png);
  background-position: left center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
}

.position-top-lef-0 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.position-bottom-right {
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: 0;
}

.position-top-center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-30%);
  z-index: 0;
}

.position-bottom-center {
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: translateY(-60%);
  z-index: 0;
}

.btn-start-people {
  background-color: #66c5a1; /* Cor de fundo do botão */
  color: #000; /* Cor do texto */
  font-weight: bold;
  font-size: 20px;
  padding: 15px 30px;
  border: none;
  border-radius: 10px; /* Cantos arredondados */
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); /* Sombra */
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-start-people:hover {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4); /* Sombra mais intensa ao passar o mouse */
}

.btn-start-people {
  background-color: #59C9A5;
  color: #000;
  border: none;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 900;
  font-family: 'Univia Pro';
}

.img-disco-1 {
  height: 125px;
}
.img-disco-2 {
  height: 200px;
}
.img-phone {
  height: 430px;
}
.sub-title-img-login {
  color: white;
  font-size: 25px;
  font-weight: 300;
  font-family: 'Univia Pro';
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.text-25-img {
  width: 404px;
}
.margin-left-8 {
  position: relative;
  z-index: 10;
  margin-left: 6rem;
  margin-top: 6rem;
}

.position-left-bottom-mobile {
  display: none;
}

@media (max-width: 480px) {
  .position-top-center,.position-bottom-center {
    display: none;
  }

  .text-25-img {
    width: 60%;
  }
  .margin-left-8 {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .sub-title-img-login {
    text-align: center;
  }

  .div-img-25 {
    display: flex;
    justify-content: center;
  }
  .btn-start-people {
    margin-left: 20%;
    margin-right: 20%;
    padding: 10px 10px;
  }

  .position-bottom-right {
    bottom: 0;
    right: -40px;

  }
  .img-phone {
    width: 300px;
    height: auto;
  }

  body {
    overflow-x: hidden;
  }

  .new-sidebar {
    width: 100%;
  }
  .position-left-bottom-mobile {
    display: block;
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 0;
  }  
  .img-disco-3 {
    width: 100px;
  }
  .LoginContent {
    min-height: 80vh;
  }
}

@media (max-width: 768px) {
  .img-phone {
    width: 300px;
    height: auto;
  }
  .new-sidebar {
    width: 100%;
  }
  .position-bottom-center,.position-top-center {
    display: none;
  }
  
}


.badge-desktop {
  display: none;
}
.SidebarContent {
  width: 100%;
}

.badge-mobile-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .badge-mobile-container{
    display: none;
  }
  .SidebarContent{
    width: fit-content;
  }
  .badge-desktop{
    display: block;
  }

  .badge-mobile{
    display: none;
  }
}

.Sidebar {
  position: relative;
}

.title-banner-login {
  padding-top: 3rem;
  font-family: 'Ubuntu';
  font-size: 32px !important;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 400 !important;
}

.title-banner-login span{
  font-family: 'Ubuntu';
  font-size: 32px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.subtitle-banner-login {
  padding-top: 1rem;
  font-family: 'Ubuntu';
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 2rem;
}

.subtitle-banner-login span {
  padding-top: 1rem;
  font-family: 'Ubuntu';
  font-size: 24px;  
  font-weight: 700 !important;
  font-style: italic;
}

.BannerButton{
  margin-top: 2rem;
}

.Sidebar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.493);
}
.SidebarContent {
  position: relative;
  z-index: 1;
  padding: 20px;
  color: white;
  text-align: center;
}

.SidebarContent h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
}



.green-hash {
  color: #59C9A5;
}

.badge-desktop {
  backdrop-filter:blur(7.5px);
  border-radius: 80px;
  height: 74px;
  width: 98%;
}



.badge-mobile {
  backdrop-filter:blur(7.5px);
  border-radius: 80px;
  height: 90px;
  width: 305px;
}