form{
	width: 500px;
	margin: auto;
	background: rgba(0,0,0,0.7);
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 7px;
   
}
input, select, textarea{
	width: 100%;
	margin-bottom: 20px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 14px;
    border-radius: 5px;
}


textarea{
	min-height: 100px;
	max-height: 200px;
	max-width: 100%;
}

label{
    color: white;
}

.boton-form{
text-align:center;
padding: 8px 10px;
border-radius:7px;
color:#fff;
background: rgba(255,16,120,.9);
font-size: 14px;
text-decoration: none;
width: 50%;
cursor:pointer;
}

.boton-form:hover{
	background: rgba(255,16,120,.5);
	
}

.texto{
	color:#fff;
}
.texto a{
	color:rgb(255,16,120);
}
.fecha{
	color:#fff;
}
.img-frm{
    width: 20%;
}
@media screen and (max-width:800px) {
	form{
		width: 100%;
	}
}
