@charset "utf-8";
/* CSS Document */

body {
    margin: 0 auto;
	width: 100%;
    height: 100%;
	max-width: 1348px;
	max-height: 969px;
	
		
} 


/**Menu**/
   

.header-1{
   background: #d71c80;
   max-width: 1348px;
	max-height: 969px;
	

   position: static;  
   display: flex;
	padding: 20px;
	justify-content: space-between;
	align-items: center;
	

}

.header-1 img {
	
		align-items: center;

}

.Menu a {
	text-decoration: none;
	font-family: arial;
	color: white;
	margin-left: 10px;
	align-items: center;
     
}
.Menu li {
	margin-left: 10px;
	
}

.Cadastro{
	width: 100%;
	height: 100%;
	background:url("../IMG/entre/Foto com as mãos para cima-min.jpg");
	background-size: 100%;

	display:inline-block;
}
.Cadastro h1{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-align: center;
	font-size: 100px;
	color: white;
    font-weight: 1px
}
.nome input{
	width: 30%;
    margin-left: 400px;
	border-radius: 100px;
	border-style: solid;
	border-color: #6642c6;
	margin-top: 20px;
	height: 40px;
	display: inline-block;
	font-family: arial;
	text-align-last:left;
	padding-left:30px;

}
.cpf-cnpj input{
	width: 30%;
    margin-left: 400px;
	border-radius: 100px;
	border-style: solid;
	border-color: #6642c6;
	margin-top: 20px;
	height: 40px;
	display: inline-block;
	font-family: arial;
	text-align-last:left;
	padding-left:30px;

}


.btncadastrar input{
	font-family:Arial;
	font-size: 30px;
	border-radius: 200px;
	background: #7555c6;
	border: none;
	color:#fff;
	
    margin-left: 50px;
	cursor:pointer;
	margin-left: 500px;
	margin-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-top: 5px;

}



.cadastro1 a {
	font-family: arial;
	text-decoration: none;
	color: white;
	text-align: center;
	margin-left: 440px;
}

