/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23/09/2022, 09:18:18
    Author     : BRUNO
*/
.tr{
    padding: 5px;
   
}
.tr h2{
    background-color: #3399ff;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 55px;
   
}
#form-ord{
    width: 450px;
    margin: 50px auto;
    height: auto;
    background-color: #fff;
    display: block;
    padding: 10px;
    border: 1px #ccc solid;
    border-radius: 3px;
}
.campo-input{
    width: 100%;
    height: 45px;
    margin: 5px 0;
}
.campo-input:hover{
    border: 1px #3399ff solid;
    
}
.txt:hover{
    border: 1px #3399ff solid;
}
.txt{
    width: 100%;
    height: 100px
}
.bt{
    background-color: #00cc00;
    width: 120px;
    height: 40px;
    border: none;
    color: #fff;
    position: relative;    
}