/* Importación de fuentes de google fonts */ 
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);


input{
	background-color: #fbfbfb; 
	width: 250px; 
	height: 40px; 
	border-radius: 5px;  
	border-style: solid; 
	border-width: 1px; 
	margin-top: 25px;  
	padding-left: 10px;
}

button{
	height: 45px; 
	padding-left: 5px;
	padding-right: 5px; 	
	margin-bottom: 20px; 
	text-transform: uppercase;
	background-color: #192118; 
    color: white;
	border-style: solid; 
	border-radius: 10px;	
	width: 100px;   
  cursor: pointer;
}


button p{
	color: rgb(255, 255, 255); 
}


span{
	color: #000000; 
}


h1{
	font-size: 39px;  
	text-align: letf; 
	padding-bottom: 20px; 
	color: #ab4493;
}


h3{
	font-size: 16px; 
	padding-bottom: 30px;
	color: #0e0e0e;   
}


p{
	font-size: 14px; 
	color: #0e0e0e; 
}