@font-face {
  font-family: NexaBold;
  src: url('NexaBold.otf'); 
}
@font-face {
  font-family: NexaLight;
  src: url('NexaLight.otf'); 
}

body{
	background-image: url(../img/fondo-bg.png);
	background-repeat: no-repeat;
  	background-size: cover;
} 
p{
	font-size: 20px;
}
.registro{
	padding: 50px;
	color: #fff;

}
.registro .texto-p{
	font-family: NexaLight, sans-serif;
}
.registro .texto-fusion{
	font-family: NexaBold, sans-serif;
}
.registro .lista{
	list-style: none;
	text-decoration-style: none;
	text-align: center;
}
.registro .bg-boton{
	background-color: #fff;
	color: #000;
	font-size: 20px;
}
.registro .input{
	background-color: transparent !important;
	border: 2px solid #fff;
	border-radius: none !important;
	color:#fff;
	font-size: 20px;
}
.registro .select{
	background-color: #000!important;
	border: 2px solid #fff;
	color: #fff;
	height: 100px;
}
.registro .input:focus{
	box-shadow: 0 0 10px #fff;
}
.registro .select:focus{
	box-shadow: 0 0 10px #fff;
}
.registro select{
	background-color: transparent !important;
}
.registro .form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    color: #fff;
    opacity: 1;
}
.corporativo form{
	background:rgba(255,255,255,0.5);
	margin: 150px auto;
	padding: 10px;
	width: 350px;
}