
body
{
	margin: 0;
    padding: 0;
	/* background-image: radial-gradient(circle at 50% -20.71%, #137525 0, #39aa68 50%, #137525 100%);  */
}
.cajafuera
{
 width: 100%;
    height: 100%;
    display: grid;
    margin-top: 5.5rem;


}
.formulariocaja
{
	/* background-color: rgba(0, 0, 0, .5); */
	background-color: rgba(9, 68, 1, 0.5);
    width: 400px;
    height: auto;
    position: relative;
    margin: auto;
    padding: 1em;
	border-radius: 5px;
	color:white;
	/* border:0.1em solid black; */
}

input 
{
	display: block;
	text-align: left;
	box-sizing: border-box;
}

.cajaentradatexto{
    width: 80%;
    padding: 10px;
	font-size:1em;
	border-radius:5px;
	border:1px solid black;
	color:black;
	font-weight: bold;
}

.formtitulo
{
	font-size:2em;
	font-weight: bold;
	padding-bottom:0.8em;
	color:white;
}

a
{
	text-decoration: none;
	cursor:pointer;
	color:orange;
	font-weight: bold;
	
}

.afcheckbox1
{
	margin-top:5%;
	margin-left:10%;
}
.botonenviar
{
    width: 80%;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    margin-top: 10px;
    border: 0;
    outline: none;
    border-radius: 10px;
	border:1px solid black;
	font-size:16px;
	color:white;
	background-color: #022c09;
	text-align:center;
	margin-top:15%;
	
	font-weight: bold;
}

img
{
	width: 25px;
}

.textoscajas
{
	margin-left:8%;
	font-weight: bold;
	margin-top:2%;
	margin-bottom:2%;
	color:white
}

.autor::before {
    content:"© 2024 Repositorio de proyectos. O.O.M.S.A.P.A.S. LA PAZ | Departamento de Informática | BD: "
} 

.autor
{
    
	margin-top:5%;
	color:black;
    
}
.autor2::before {
    content:"© 2024 Repositorio de proyectos. O.O.M.S.A.P.A.S. LA PAZ | Departamento de Informática "
} 

.autor2
{
    
	margin-top:5%;
	color:black;
    
}