body {
margin: 0;
background-image: url('/images/fachadaCnen.png');
background-repeat: no-repeat;
background-position: right bottom;
background-size: 70%;
}

.img-fundo {
position: absolute;
right: 0;
bottom: 0;
width: 140vh;
}

h1 {
font-size: 1.5rem;
margin-bottom: .4rem;
font-weight: 700;
color: var(--azul-cnen-50);
}

a {
  color: var(--azul-cnen)
}

/* Menu superior */
.menu-topo {
width: 100%;
background: linear-gradient(90deg, var(--azul-cnen) 0%, var(--azul-cnen-50) 31%, var(--azul-cnen) 100%);
color: white;
padding: 10px;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
display: flex;
flex-direction: row;
justify-content: space-between;
}

.container-logo {
height: 50px;
}

.logoCnen {
margin-left: 40px;
height: 100%;
}

.container-texto-barra-superior {
height: 50px;
padding-top: 10px;
}

.container-barra-principal {
display: flex;
flex-direction: row;
}

.texto-barra-superior {
margin-left: 40px;
font-size: 1rem;
color: var(--cnen-bco);
}

.title-login-form {
display: flex;
flex-direction: row;
}
.title-login-text {
  width: 90%;
margin-left: 10px;
}

.memoriaCnen {
font-size: 1.2rem;
font-weight: 700;
color: var(--cnen-bco);
}

.admCnen {
font-size: 1rem;
font-weight: 700;
letter-spacing: 0.24rem;
color: var(--cnen-bco);
}

.login-form {
position: absolute;
top: 250px;
left: 350px;
width: 300px;
height: auto;
padding: 20px;
border-radius: 8px;
}

.login-form h2 {
margin-top: 0;
font-size: 22px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
width: 100%;
padding: 10px;
margin: 10px 0;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 16px;
}

.login-form input[type="submit"] {
width: 100%;
padding: 10px;
background-color: var(--azul-cnen-50);
color: white;
border: none;
border-radius: 4px;
font-size: 16px;
cursor: pointer;
}

.cnen-button-azul {
    padding: 7px 12px;
    background-color: var(--azul-cnen-50);
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.cnen-button-azul-disabled {

padding: 7px 12px;
background-color: var(--azul-cnen-50);
color: white;
border: none;
border-radius: 4px;
font-size: 12px;
cursor: none;
opacity: .5;
}

.cnen-button-azul:hover {
background-color: var(--azul-cnen-30);
}

.cnen-button-cinza:hover {
background-color: var(--cnen-border-input);
}

.cnen-button-cinza {
padding: 7px 12px;
background-color: var(--cinza-cnen);
color: white;
border: none;
border-radius: 4px;
font-size: 12px;
cursor: pointer;
}

.login-form input[type="submit"]:hover {
background-color: var(--azul-cnen-30);
}

.container-info-usuario {
display: flex;
flex-direction: column;
text-align: center;
margin-right: 20px;
z-index: 999;
}

.usuario {
font-size: .6rem;
}

.conteudo-dinamico {
height: 100%;
padding: 120px 100px  20px 100px;
margin-bottom: 50px;
}

.logout-btn {
cursor: pointer;
}

.container-info-logout {
display: flex;
flex-direction: row;
}


.cnen-title {
font-size: 1rem;
margin-bottom: .2rem;
font-weight: 700;
color: var(--azul-cnen-50);
}

.cnen-breadcrumb {
  font-size: 1rem;
margin-bottom: .4rem;
font-weight: 700;
color: var(--azul-cnen-50);
}

 footer {
    background: linear-gradient(90deg, var(--azul-cnen) 0%, var(--azul-cnen-50) 31%, var(--azul-cnen) 100%);
    color: white;
    text-align: center;
    padding: 1rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    }

    .copyright {
    color: var(--cinza-cnen-50);
    font-size: .6rem;
    }

    .cnen-label {
      font-size: .8rem;
      font-weight: bold;
    }

      .cnen-label span {
      font-size: .8rem;
      font-weight:normal;
    }


    .msg-error {
      font-size: 1rem;
      color: var(--cnen-vermelho);
      font-weight: 700;
    }

      .msg-error-login {
      font-size: 1rem;
      color: var(--cnen-vermelho);
      font-weight: 700;
      text-align: center;
    }
    
    .msg-success {
      font-size: 1rem;
      color: var(--cnen-verde);
      font-weight: 700;
    }
      .msg-alert {
      font-size: 1rem;
      color: var(--laranja-input-cenen);
      font-weight: 700;
    }

    a {
      font-weight: 700;
    }



/* Responsividade */

@media (max-width: 1850px) {
.img-fundo {
  width: 90vh;
}
.login-form {
  margin-top: -100px;
  z-index: 999;
}

}


@media (max-width: 990px) {

  .login-form {
    margin-top: -100px;
  z-index: 999;
}

  .memoriaCnen {
font-size: 1rem;
}

.admCnen {
font-size: .9rem;
}


.menu-topo {
  flex-direction: row;
  height: 140px;
}

.texto-barra-superior {
  margin-left: 40px;
  font-size: .8rem;
  color: var(--cnen-bco);
}

body {
background-position: center;
background-size: auto;
}


}


@media (max-width: 768px) {

  .login-form {
    margin-top: -100px;
  z-index: 999;
}

  body {
  background-position: center;
  background-size: auto;
}

   .memoriaCnen {
font-size: 1rem;
}

.admCnen {
font-size: .9rem;
}

.conteudo-dinamico {
padding: 190px 50px 20px 50px;
}

.img-fundo {
position: absolute;
right: 0;
bottom: 0;
width: 40vh;
}


.container-info-usuario {
  align-items: center;
  margin-left: 20px;
}

.container-logo {
height: 40px;
}

.container-info-logout {
flex-direction: column;
align-items: center;
}

.container-barra-principal {
display: flex;
flex-direction: column;
width: 80%;
}

.menu-topo {
flex-direction: row;
height: 140px;
}

.login-form {
  position: static;
  margin: 140px auto 20px;
  left: 0;
  width: 90%;
  max-width: 350px;
}

.menu-topo h1 {
  font-size: 18px;
}

.login-form {
  margin-top: 200px;
}

.texto-barra-superior {
font-size: 1rem;
margin-top: -10px;
}

}

