*{  margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{justify-content: start;
    text-align: center;
    width: max-content;
    margin: 0,auto;
    font-size: small;
    background-color: rgb(180, 201, 223);
    /* background-color: rgba(255, 0, 0, 0.5); */
}
.header{
    display: flex;
    justify-items: center;
    align-content: center;
    justify-content: center;
    background-color: midnightblue;
}
.form_register{
    width: 450px;
    margin: auto;
    margin-bottom: 0;
}
.container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2 !important;
    padding-right:0 !important;
    width: 100% !important;
    height: auto;
    border: 2px solid white;
    display: flex;
    align-items: flex-start;
    background-color: burlywood;
  }

  hr{ border: 0;
    background: #ccc;
    height: 1px;
    margin: 10px;
    display: block;
}
/*.titulo-form{
    background-color: midnightblue;
    display: flex;
    justify-content: center;
    width: max-content;
    color: whitesmoke;
}*/
.titulo-form1{
    background-color: midnightblue;
    color: whitesmoke;
}

tr:nth-child(even){background-color: #f2f2f2;}
tr:nth-child(odd){background-color:aquamarine;}

a:link,a:visited{
    background-color:cadetblue;
    color:white;
    padding: 6px 8px;
    text-align:center;
    text-decoration: none;
    display: inline-block;
    border-radius:3px;
}
h1,h2,h3,h4{
    color: #f2f2f2;
    text-align: center;
}
.search input[type="text"] {
      border: none;
      outline: none;
      flex: 1;
      padding: 5px;
      font-size: 13px;
    }
 
.paginar ul
  { padding: 5px;
    list-style: none;
    background: #fff;
    margin-top: 1px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
  }

.paginar a:link, .pageSelected{
    color:whitesmoke;
    border: 1px solid #ddd;
    padding: 3px;
    display: inline-block; 
    font-size: 11px;
    text-align: center;
    width: 20px;
}

.paginar a:hover{background-color: #ddd;}

.pageSelected{
    color:#fff;
    background: #428bca;
    border: 1px solid #428bca;
};

/* input:focus{
    background-color: grey;
} */

table{
    background-color: lightgray;
    border-collapse: collapse;
    width:max-content;
}

th{
    background-color: steelblue;
    color: white; 
}
th,td{
    text-align:left ;
    padding:2PX;
};

label{
    background-color: grey;
    color: white;
};

input[type=text] {background-color: white} ; 

input[type=submit]{
    width: 100;
    background-color: #4caf50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    display: inline-block;
    border:none;
    border-radius: 4px;
    cursor:pointer;
}

a:hover, a:active{
    background-color: lightblue;
    border-radius: 5px;
}