 
  
  /* LOGO */
  .img-logo-main{
    width: 100%;
    display: block;
    background: url('../imagens/logo-main.bmp') no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent; 
    width: 100%;
    height: 80px;
    display: block;
	
}

  .imagem-rodape {
    position: absolute;
    left: -6%;
    bottom: -8px;
  }

  .rodape {
    position: absolute;
    bottom: 10px;
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    left: 37%;
  }
  
  
  a{
    text-decoration: none;
  }
  
  /* esconde as ancoras da tela */
  a.links{
    display: none;
  }

  /* Formatação dos Títulos Tela Login */

  .titulo-login{
    display: block;
    text-align: center;
  }
  

  
  /* formatando o cabeçalho dos formulários */
  h1{
    font-size: 48px;
    color: #f5821f;
    font-family: Arial,sans-serif;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .h1-interacti{
    font-size: 40px;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
   
  }
  /* h1:after{
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background: -webkit-linear-gradient(left, #f5821f 0%,#e69249 20%,#ee913f 53%,#e49f63 79%,#f0a564 100%); 
    background: linear-gradient(left, #f5821f 0%,#e69249 20%,#ee913f 53%,#e49f63 79%,#f0a564 100%);
  } */
  
  p{
    margin-bottom:15px;
  }
  p:first-child{
    margin: 0px;
  }
  label{
    color: #405c60;
    position: relative;
  }
  
  /**** advanced input styling ****/
  /* placeholder */
  ::-webkit-input-placeholder  {
    color: #a5a4a4; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder{
    color: #bebcbc;
    font-style: italic;
  } 
  input {
    outline: none;
  }

  .cboEmpresa{
    width: 100%;
    margin-top: 4px;
    padding: 5px;    
    border: 1px solid #b2b2b2;
    
    -webkit-border-radius: 3px;
    border-radius: 15px;
    
    -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #969597;
    font-family: Helvetica, Arial, sans-serif;
    height: 51.7px;
  }
  
  input:not([type="checkbox"]){
    width: 100%;
    margin-top: 4px;
    padding: 10px;    
    border: 1px solid #b2b2b2;
    
    -webkit-border-radius: 3px;
    border-radius: 15px;
    
    -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  
  /*estilo do botão submit */
  input[type="submit"]{
    width: 100%!important;
    cursor: pointer;  
    background:#f5821f ;
    padding: 8px 5px;
    color: #fff;
    font-size: 20px;  
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 1px solid #fff; 
    
    
    border-radius: 5px;
    
    transition: all 0.2s linear;
  }
  input[type="submit"]:hover{
    background:  #cccecf;
  }
  
  /*marcando os links para mudar de um formulário para outro */
  .link{
    position: absolute;
    background: #e1eaeb;
    color: #7f7c7c;
    left: 0px;
    height: 20px;
    width: 440px;
    padding: 17px 30px 20px 30px;
    font-size: 16px;
    text-align: right;
    border-top: 1px solid #dbe5e8;
  
    -webkit-border-radius: 0 0  5px 5px;
    border-radius: 0 0  5px 5px;
  }
  .link a {
    font-weight: bold;
    background: #f7f8f1;
    padding: 6px;
    color: rgb(29, 162, 193);
    margin-left: 10px;
    border: 1px solid #cbd518;
  
    -webkit-border-radius: 4px;
    border-radius: 4px;  
  
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s  linear;
  }
  .link a:hover {
    color: #39bfd7;
    background: #f7f7f7;
    border: 1px solid #4ab3c6;
  }
  
  /* estilos para para ambos os formulários */
  #cadastro, 
  #login{
    position: relative;
    width: 35%;   
    padding: 18px 6% 60px 6%;
    margin-top: 5%;
    margin-left: 32%;
    margin-right: 20%;
    /*background: rgb(247, 247, 247);*/
    background: white;
    border: 3px solid #f5821f ;   
    border-radius: 10px;
    
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
  
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
  }
  
  #paracadastro:target ~ .content #cadastro,
  #paralogin:target ~ .content #login{
    z-index: 2;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
  }
  #registro:target ~ .content #login,
  #paralogin:target ~ .content #cadastro{
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
  }
  
  /*fadeInLeft*/
  @-webkit-keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }
  
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  /*fadeOutLeft*/
  @-webkit-keyframes fadeOutLeft {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
    }
  }
  
  @keyframes fadeOutLeft {
    0% {
      opacity: 1;
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      transform: translateX(-20px);
    }
  }

    /* Extra small  and Small devices (landscape phones, less than 768px) */
    @media (max-width: 767.98px) {
      #cadastro, #login {
        position: relative;
        width: 80%;
        padding: 18px 6% 60px 6%;
        margin-top: 5%;
        margin-left: 10%;
        margin-right: 20%;
        background: rgb(247, 247, 247);
        background: white;
        border: 3px solid #f5821f;
        border-radius: 10px;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        animation-duration: 0.5s;
        animation-timing-function: ease;
        animation-fill-mode: both;
    }


    .rodape{
      font-size: xx-small;
      left: 25%;
    }

    .imagem-rodape{
      width: 10px ;
      height:10px;
      left: 45%;
    }
 }


