body {
    font-family: Exo;
    transition: 3s;
    background-image: url("../images/NovoIndex/Padrao_do_Fundo.png");
    background-size: cover;
    /* background-position:center; */
    background-repeat:no-repeat;
  }
  
  .login-container {
    margin-top: 9%;
    border: 1px solid #CCD1D1;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 50%;
  }
  
  .ads {
    background-color: #f1f1f1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    text-align: center;
    height: 500px;
  }

  .ads h1 {
    margin-top: 10px;
    text-align: center;
    color:#04346D;
  }
  
  .ads h2 {
    margin-top: -30px;
    text-align: center;
    color:#04346D;
  }
  
  #fl {
    /* font-weight: 200; */
    font-size: 14px;
  }
  
  .profile-img {
    text-align: center;
  }
  
  .profile-img img {
        max-width: 100%;
    /* border-radius: 50%; */
    /* animation: mymove 2s infinite; */
  }
  
  @keyframes mymove {
    from {border: 1px solid #F2F3F4;}
    to {border: 8px solid #F2F3F4;}
  }
  
  #login {
    padding: 15px;
    background-color:#fff ;
    border-radius: 5px;
  }

  #login h3{
    color:#04346D;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #noticias {
    margin-top: 5%;
    background-color:#fff ;
    color: #04346D;
    border-radius: 5px;
    height: 400px !important;
    overflow: scroll;
    margin-top: 3%;

  }
  
  .login-form h3 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .form-control {
    font-size: 14px;
  }
  
  .forget-password a {
    text-decoration: none;
    font-size: 13px;
    text-align: center !important;
  }

  #noticias a{
    text-decoration:none;
  }

  .mb-3{
    margin: 4px;
    max-width: 350px;
    max-height:80px;
  }

  .card-body h5 {
    margin-top:-18px;
    font-size:11px; 
    color:red;
    font-weight: bold;
    text-align: left;
  }

  .card-body {
    height: auto;
    max-height: 80px;
    margin-left: -15px;
  }

  .card-body .card-text{
    margin-top: -10px; 
    font-size:11px;
    color:black;
    text-align: left;
  }

  .card-img {
    height: 79px ;
    object-fit: fill;
  }

  .card{
    transition: box-shadow .3s;
    border: 1px solid #ccc;
    background: #fff;
    /* float: left; */
    max-width: 500px;
  }
  
  .card:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
  }

  /* ---------- */

  .form-style-7{
    max-width:400px;
    /* margin:50px auto; */
    background:#fff;
    border-radius:2px;
    /* padding:20px; */
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  .form-style-7 h1{
    display: block;
    text-align: center;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: #5C5C5C;
    font-size:x-large;
  }
  .form-style-7 ul{
    list-style:none;
    padding:0;
    margin:0;	
  }
  .form-style-7 li{
    display: block;
    padding: 5px;
    /* border:1px solid #DDDDDD; */
    border:1px solid #04346D;
    margin-bottom: 19px;
    border-radius: 3px;
  }
  .form-style-7 li:last-child{
    border:none;
    margin-bottom: 0px;
    text-align: center;
  }
  .form-style-7 li > label{
    display: block;
    float: left;
    margin-top: -19px;
    background: #FFFFFF;
    height: 14px;
    padding: 2px 5px 2px 5px;
    color: #04346D;
    font-size: 14px;
    overflow: visible;
    font-family: 'Exo' ;
  }
  .form-style-7 input[type="text"],
  .form-style-7 input[type="date"],
  .form-style-7 input[type="datetime"],
  .form-style-7 input[type="email"],
  .form-style-7 input[type="number"],
  .form-style-7 input[type="search"],
  .form-style-7 input[type="time"],
  .form-style-7 input[type="url"],
  .form-style-7 input[type="password"],
  .form-style-7 textarea,
  .form-style-7 select 
  {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: block;
    outline: none;
    border: none;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    padding: 0;
  }
  .form-style-7 input[type="text"]:focus,
  .form-style-7 input[type="date"]:focus,
  .form-style-7 input[type="datetime"]:focus,
  .form-style-7 input[type="email"]:focus,
  .form-style-7 input[type="number"]:focus,
  .form-style-7 input[type="search"]:focus,
  .form-style-7 input[type="time"]:focus,
  .form-style-7 input[type="url"]:focus,
  .form-style-7 input[type="password"]:focus,
  .form-style-7 textarea:focus,
  .form-style-7 select:focus 
  {
  }
  .form-style-7 li > span{
    background: #F3F3F3;
    display: block;
    padding: 2px;
    margin: 0 -5px -5px -5px;
    text-align: center;
    color: #C0C0C0;
    font-family:'Exo';
    font-size: 11px;
  }
  .form-style-7 textarea{
    resize:none;
  }
  .form-style-7 input[type="submit"],
  .form-style-7 input[type="button"]{
    background: #04346D;
    border: none;
    padding: 10px 20px 10px 20px;
    /* border-bottom: 3px solid #5994FF; */
    border-radius: 3px;
    color: rgb(255, 255, 255);
    font-family:'Exo';
  }
  .form-style-7 input[type="text"],
  .form-style-7 input[type="number"]
  {
    font-family:'Exo';
  }
  .form-style-7 input[type="submit"]:hover,
  .form-style-7 input[type="button"]:hover{
    background: #6B9FFF;
    color:#fff;
  }
