/* Login */

.screen-container {
  position: relative;
  width: 80vw;
  height: 17px;

  background: #FFFFFF;
}


/* WhatsApp Image 2024-10-22 at 14.14.44 1 */

.logo {
  position: absolute;
  width: 118px;
  height: 57px;
  left: calc(50% - 248px/2);
  top: 128px;

  /*background: url(WhatsApp Image 2024-10-22 at 14.14.44.jpg);*/
}

.logo-img {
  width: 285.62px;
  height: 140px;

  background: url(/static/default_logo.png);
}

/* Group 2 */

.btn-login-div{
  position: absolute;
  width: 348px;
  height: 116px;
  left: calc(50% - 348px/2);
  top: calc(50% - 116px/2 + 125.5px);
}



/* Group 5 */

/*btn-login{
  position: absolute;
  width: 348px;
  height: 50px;
  left: 32px;
  top: 526px;
}*/

.logout-form {
  display: flex; 
  flex-direction: row;
  justify-content: space-between;
}



/* Rectangle 2 */

.btn-login {
  position: absolute;
  width: 348px;
  height: 50px;
  left: 32px;
  top: 526px;

  background: #0015FF;
  border-radius: 8px;

  color: #FFFFFF;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}


/* ENTRAR */

.btn-login-txt {
  position: absolute;
  width: 66px;
  height: 19px;
  left: calc(50% - 66px/2);
  top: calc(50% - 19px/2 + 93px);

  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;

  color: #FFFFFF;
}



/* Group 6 */

placeholder2 {
  position: absolute;
  width: 348px;
  height: 50px;
  left: 32px;
  top: 592px;
}



/* Rectangle 2 */

.btn-cria_conta {
  box-sizing: border-box;

  position: absolute;
  width: 348px;
  height: 50px;
  left: 32px;
  top: 592px;

  background: #FFFFFF;
  border: 1px solid #0015FF;
  border-radius: 8px;

  color: #0015FF;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}


/* CRIAR CONTA */

placeholder4 {
  position: absolute;
  width: 111px;
  height: 19px;
  left: calc(50% - 111px/2 + 0.5px);
  top: calc(50% - 19px/2 + 159px);

  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;

  color: #0015FF;
}



/* Group 16 */

.login-form{
  position: absolute;
  width: 348px;
  height: 60px;
  left: calc(50% - 228px/2);
  top: 34px;
}



/* Group 4 */

.group4 {
  position: absolute;
  width: 348px;
  height: 72px;
  left: 32px;
  top: 4px;
}



/* Group 1 */

.group1 {
  position: absolute;
  width: 308px;
  height: 72px;
  left: calc(50% - 448px/2);
  top: 334px;
}



/* Rectangle 1 */

.username {
  box-sizing: border-box;

  position: absolute;
  width: 308px;
  height: 50px;
  left: 32px;
  top: 356px;

  background: #F5F5F5;
  border: 1px solid #E5E4E2;
  border-radius: 8px;
}


/* Login: */

.username-label{
  position: absolute;
  width: 70px;
  height: 18px;
  left: 2px;
  top: -24px;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;

  color: #696969;
}



/* Group 7 */

.group7 {
  position: absolute;
  width: 348px;
  height: 72px;
  left: 2px;
  top: 2px;
}



/* Group 15 */

.group15 {
  position: absolute;
  width: 308px;
  height: 72px;
  left: -22px;
  top: 422px;
}



/* Group 3 */

.placeholder-password {
  position: absolute;
  width: 348px;
  height: 50px;
  left: 32px;
  top: 444px;
}



/* Rectangle 1 */

.password {
  box-sizing: border-box;

  position: absolute;
  width: 348px;
  height: 50px;
  left: 32px;
  top: 444px;

  background: #F5F5F5;
  border: 1px solid #E5E4E2;
  border-radius: 8px;
}


/* Group 6 */

.group6{
  position: absolute;
  width: 348px;
  height: 18px;
  left: 32px;
  top: 422px;
}



/* Senha: */

.password-label{
  position: absolute;
  width: 70px;
  height: 18px;
  left: -28px;
  top: -445px;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;

  color: #696969;
}



/* Redefinir senha */

.redef-senha{
  position: absolute;
  width: 189px;
  height: 15px;
  left: 191px;
  top: -445px;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
/* identical to box height */
  text-decoration-line: underline;

  color: #007FFF;
}

/*CSS antigo*/

/* Menu Button */
.menubtn {
  background-color: white;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.bottom-div {
  background-color: white;
  width: 100%;
  padding: 20px;
}

.container-line {
  display: flex;
  flex-direction: row; /* Stack elements horizontally */
  align-items: center; /* Center align the items */
  padding: 4px;
  margin: 4px;
}

.container {
  display: flex;
  flex-direction: column; /* Stack elements vertically */
  align-items: center; /* Center align the items */
}

.top-div {
  background-color: white;
  width: 100%;
  padding: 20px;
}

/* Menu inicial */

/* Frame 25 */

/* Auto layout */
.menu-opcoes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;

  position: absolute;
  width: 370px;
  height: 272px;
  /*left: calc(50% - 330px/2);*/
  left: calc(50% - 288px/2);
  top: 308px;
}



/* Opção Estrada */

.opcao-estrada {
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 24px;

  width: 370px;
  height: 80px;

  border: 1px solid #E5E4E2;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}


/* image */

.estrada-img {
  width: 64px;
  height: 64px;

  background: url(/static/imgs/road2.png);
  background-position: center;
  border-radius: 4px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}


/* Title */

.estrada-link {
  width: 170px;
  height: 28px;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */

  color: #696969;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}


/* Opcao Predial */

.opcao-predial {
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 24px;

  width: 370px;
  height: 80px;

  border: 1px solid #E5E4E2;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);

  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}


/* image */

.predial-img {
  width: 64px;
  height: 64px;

  background: url(/static/imgs/construction-site.jpg);
  background-position: center;
  border-radius: 4px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}


/* Title */

.predial-link {
  width: 188px;
  height: 28px;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */

  color: #696969;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}


/* Opção Saneamento */

.opcao-saneamento {
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 24px;

  width: 370px;
  height: 80px;

  border: 1px solid #E5E4E2;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);

  /* Inside auto layout */
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}


/* image */

.saneamento-img {
  width: 64px;
  height: 64px;

  background: url(/static/imgs/pipeline.jpg);
  background-position: center;
  border-radius: 4px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* Title */

.saneamento-link {
  width: 201px;
  height: 28px;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
/* identical to box height, or 156% */

  color: #696969;

/* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;
}

/* Opção Cogo */

.opcao-cogo {
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 24px;

  width: 370px;
  height: 80px;

  border: 1px solid #E5E4E2;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);

  /* Inside auto layout */
  flex: none;
  order: 3;
  align-self: stretch;
  flex-grow: 0;
}


/* image */

.cogo-img {
  width: 64px;
  height: 64px;

  background: url(/static/imgs/technical-drawing.jpg);
  border-radius: 4px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* Title */

.cogo-link {
  width: 201px;
  height: 28px;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
/* identical to box height, or 156% */

  color: #696969;

/* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;
}