/*
    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    @media (min-width: 768px) {
        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }
    }
*/
      
  html, body {
    font-family: "Intel Clear";
    padding: 0;
    margin: 0;
    height: 100%;

    min-height: 100vh;
    display: flex;
    flex-direction: column;

    background: rgb(51, 51, 189);
    background: linear-gradient(180deg, rgb(51, 51, 189) 0%, rgba(0,212,255,1) 100%);
}

.titulo {
  color: white;
  font-size: 28px;
}

.rodape {
  font-size: 14px;
  text-align: center;
}

#footer {
  margin-top: auto;
  width:100%;
  height:30px; 
  /*background:rgb(222, 223, 223);*/
}

#footer_inside_div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.fixedContainer {
  background: rgba(255, 255, 255, .3);
  color: #ffffff;
  position: fixed;
  padding: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  width: 400px;
}
  
.login_item {
  margin: auto;
  width: 250px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.login_invalid {
  color: #f73131;
  text-align: center;
}
