body {
    font-family: Arial, sans-serif;
    padding: 20px;
}


* {
    user-select: none;
    -webkit-user-select: none; /* Para navegadores baseados em WebKit (Chrome, Safari) */
    -moz-user-select: none;    /* Para Firefox */
    -ms-user-select: none;     /* Para Internet Explorer/Edge */
  }

form {
    max-width: 400px;
    margin: 0 auto;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 10px;
    color:gray;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size:16px;
    background:transparent;
    text-align: center;
}

input[type="submit"] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
}
select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size:16px;
    background:transparent;
    text-align: center;
}



.cabeca_no {
    float:left;
    position: fixed;
    background-color: #007bff;
    width:100%;
    left:0;
    top:0;
    color:white;
    text-align:center;
    z-index:100;

    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */

}
.cabeca {
    float:left;
    position: fixed;
    background-color: #007bff;
    width:100%;
    left:0;
    top:0;
    color:white;
    text-align:center;
    z-index:100;


    background-size:contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../imagens/botoes/voltaz.gif");
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */

}

.retrato {
    float: left;
    position: relative;
    width: 100%;
    height: 120px;
    
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../imagens/botoes/cadastro.jpg");
    
}
.bott {
    float: left;
    width: 60px;
    height: 60px;
    position: fixed;
    top:90px;
    left:0;
    border-radius: 50%;
    font-size:30px;
    border:none;
    z-index:200;
}
.bott2 {
    float: left;
    width: 60px;
    height: 60px;
    position: fixed;
    top:90px;
    right:0;
    border-radius: 50%;
    font-size:30px;
    border:none;
    z-index:200;
}

.nosele {

  -webkit-touch-callout: none;  /* iPhone OS, Safari */
  -webkit-user-select: none;    /* Chrome, Safari 3 */
  -khtml-user-select: none;     /* Safari 2 */
  -moz-user-select: none;       /* Firefox */
  -ms-user-select: none;        /* IE10+ */
  user-select: none;            /* Possível implementação no futuro */

}



::-webkit-input-placeholder  { color:rgba(128,128,128,0.18);font-size:18px;font-style:italic;text-align:center; }
input:-moz-placeholder { color:rgba(128,128,128,0.18);font-size:18px;font-style:italic;text-align:center; }
textarea:-moz-placeholder { color:rgba(128,128,128,0.18);font-size:18px;font-style:italic;text-align:center; }
