body{
  font-family: Arial, sans-serif;
  } 



/* link que ainda não foi visitado */
a:link {
   color: #00c2ed;
}

/* link que foi visitado */
a:visited {
    color: #00c2ed;
}

/* mouse over */
a:hover {
    color: #00c2ed;
}

/* link selecionado */
a:active {
    color: #00c2ed;
}















 .btn {
    border: none;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: background .2s;
    border-radius: 5px;
    background-color: #00c2ed;
    font-size: 16px;
    width: 100px;
    height: 40px;
    text-align: center;
    font-family: Candara, sans-serif;
}

.btn-success {
    background-color: white;
    outline: none;
    color: #00c2ed
}

.btn-success:hover {
    background-color: #d9f7ff;
}

.btn-success:active {
    color:var(--cor-primaria-success);
    background-color: var(--cor-secundaria-success);
}


.teste {
   text-align: center;
      padding-center:50px;
      font-size: 16px;
   border-radius: 8px;
   font-family: Arial, sans-serif;
}


.teste1
{  
  font-weight: bold;
    font-size: 35px;
    font-family: Arial, sans-serif;
}





a:link {
 text-decoration: none;
 color: #00c2ed;
}

a:hover {
 text-decoration: underline;
  color: #14C6FF;
}


table {
  align: center;
  width: 29% ;
  font-family: Arial, sans-serif;

   
  
}


tr:nth-child(even) {
    
    
    background-color: #f2f2f2;
    font-family: Arial, sans-serif;
    
    
}

th {
  background-color: #00c2ed;
  color: white;
  font-family: Arial, sans-serif;
  
}



input[type=text] {

    border-radius: 8px;
    text-align: center;
    height: 30px;
    font-family: Arial, sans-serif;
        }
        
input[type=text2] {

    border-radius: 8px;
    text-align: center;
    height: 23px;
    font-family: Arial, sans-serif;
        }        
        
        
        
input[type=password] {

    border-radius: 8px;
    text-align: center;
    height: 23px;
    font-family: Arial, sans-serif;
            }        
        
        
        
        
        
        
        
        
        
        
input:focus::-webkit-input-placeholder {
   color: transparent;
}
input:focus:-moz-placeholder { /* Firefox 18- */
   color: transparent;  
}
input:focus::-moz-placeholder {  /* Firefox 19+ */
   color: transparent;  
}
input:focus:-ms-input-placeholder {  
   color: transparent;  
}



textarea:focus::-webkit-input-placeholder {
   color: transparent;
}
textarea:focus:-moz-placeholder { /* Firefox 18- */
   color: transparent;  
}
textarea:focus::-moz-placeholder {  /* Firefox 19+ */
   color: transparent;  
}
textarea:focus:-ms-input-placeholder {  
   color: transparent;  
}

textarea {

    border-radius: 8px;
}








