.invisivel{
    display:none;
}
.novocliente_container{
    overflow-y: hidden;
     height: 100%;
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
 }
 .novocliente_container h1{
    background-color: black;
     color: antiquewhite;
     width: 100%;
     text-align: center;
     margin-bottom: 3px;
 }
 
 .novocliente_margem{
     display: flex;
     flex-direction: column;
     align-items:center;
     justify-content:flex-start;
     width: 98%;
     height:98%;
     border-radius: 5px;
     border: 2px solid #fff;
     overflow-y: auto;
     padding-bottom: 100px;
     max-width: 800px;
     margin-bottom:5px;
        
 }
  .novocliente_form_control {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 7px;
  background-color: rgb(255, 255, 255);
  margin:3px;
  
}
.novocliente_form_control label {
  width: 95%;
}

.novocliente_form_control input {
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
  padding: 0.7em;
  width:95%;
 text-align: left;
 
}
.novocliente_form_control label span {
  font-weight: bold;
  font-size: 0.8em;
  margin: 0.3em;
  display: block;
  text-align: left;
  width: 95%;
}
