/* Estilos padrão para a div */
.TituloPagina{
  /* Outros estilos que você queira aplicar */

  /* Adiciona uma largura máxima quando a largura da janela for menor que 768 pixels (pode ajustar conforme necessário) */
  @media screen and (max-width: 767px) {
    max-width: 200px; 
    word-wrap: break-word;
    font-size: 10vw; 
    padding-top: 10px; 
    line-height: 2;
    line-height: normal !important;
    padding-left: 3px;

    
  }
}
@media only screen and (device-width: 740px),
only screen and (max-width:740px) {
.nav{position: absolute; right: 0; top: 0; margin-right: 50px;}
.nav-wrapper{position: relative !important; left: 0px; top: 0px; padding-left: 0px; z-index: 1000 !important; padding-left: 0px;}
.dropdown-menu{z-index: 1000;}
#dropdownMenuLink{position: absolute; right: 0px; top: 0px;}
.page-title{font-size:4vw}
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  line-height: 30px; /* Vertically center the text there */
  background-color: #f5f5f5;
  border-top:1px solid #ccc;
  z-index: 1000;
}
.footer .nav {padding-left: 45px}
body {
  /* overflow: hidden;  Hide scrollbars */
}
#frm_login div{font-weight: bold}
#frm_login input{
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

#frm_login input[type=email],
#frm_login input[type=password],
#frm_login input[type=text],
#frm_login button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#frm_login .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}
