*
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
    font-family: sans-serif;
		opacity: 1;

}
body
{
	margin:0;
	padding:0;
	height: 100%;
    width: 100%;
	display: flex;
	flex-direction: column;	
}
.pagprincipal
{
    width: 100%;
    height: 100%;
    position: relative;
    margin: 10% auto;
    padding: 2px;
    overflow: hidden;   
	text-align:center;
}
h1
{
	font-size:40px;
}

.cajafuera {
    background-image: linear-gradient(145deg, #caa3f1, #803fbd, #6b21a8);
    width: 100vw;
    height: 100vh;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.formulariocaja {
    width: 400px;
    height: 550px;
    position: relative;
    background: #ffffff;
    padding: 2rem;
    overflow: hidden;
    border: 2px solid #a855f7;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

.botondeintercambiar {
    width: 240px;
    margin: 25px auto;
    position: relative;
    background-color: #ede9fe;
    border-radius: 50px;
    box-shadow: 0 6px 12px rgba(75, 2, 90, 0.2);
    display: flex;
    justify-content: space-between;
    padding: 5px;
    transition: background-color 0.3s ease;
}

.botoncambiarcaja {
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    background: transparent;
    border: none;
    border-radius: 50px;
    color: #4b0082;
    transition: color 0.3s ease;
    position: relative;
    z-index: 2;
}

.botoncambiarcaja:hover {
    color: #6d28d9;
}

#btnvai {
    top: 0;
    left: 0;
    position: absolute;
    width: 120px;
    height: 100%;
    background: linear-gradient(to right, #8b5cf6, #a855f7);
    border-radius: 50px;
    transition: left 0.5s ease;
    z-index: 1;
}

.logovai
{
    text-align: center;
}

.logovai img {
    width: 120px;
    margin-top: 80px; 
}


.grupo-entradas{
    position: absolute;
    width: 280px;
    transition: .5s;
}
.cajaentradatexto{
    width: 100%;
    padding: 8px 10px;
    margin: 10px 0 10px 0;
	font-size:16px;
	border-radius:5px;
	border:1px solid rgb(160, 49, 235);
	
	
}
.botonenviar{
    width: 100%;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    margin-top: 10px;
    border: 0;
    outline: none;
    border-radius: 10px;
	border:1px solid rgb(124, 11, 177);
	font-size:16px;
	color:white;
	background-color: #5d0c75;
	
	
}
.checkboxvai{
    margin: 5px 10px 24px 0;
	text-align:right;
	font-size:12px;
}

#frmlogin{
    left: 50px;
}
#frmregistrar{
    left: 450px;
}

a
{
	text-decoration-line: underline;
	cursor:pointer;
}
table
{
	text-align:center;
    width: 98%;
    border-collapse: collapse;
    border: 3px solid rgb(153, 65, 212);
	margin:50px auto;
    background: white;
	
	
}
th 
{
    background: steelblue;
    height: 40px;
    font-weight: lighter;
    text-shadow: 0 1px 0 #38678f;
    color: white;
    border: 1px solid #38678f;
    box-shadow: inset 0px 1px 2px #568ebd;
    transition: all 0.2s;
	font-size: 18px;

}
tr 
{
    border-bottom: 1px solid #cccccc;
	width:100%;
}
td 
{
    border: 1px solid #cccccc;
    padding: 10px;
    transition: all 0.2s;
	font-size: 14px;
}
.txtrecuperar
{
	font-size: 14px;
	text-align:center;
	width: 100px;
	display: inline-block;
	background-color: #1C62C1;
	padding: 6px 10px;
	border-radius:5px;

	color:white;
	border:1px solid rgb(157, 38, 226);
	cursor:pointer;
}

.cajaentradarecaptcha 
{
    width: 70%;
    padding: 8px 10px;
    margin: 10px 0 10px 0;
	font-size:16px;
	border-radius:5px;
	border:1px solid rgb(141, 74, 185);
}

.fondorecaptcha 
{
	border: 2px solid rgb(157, 62, 180);
    padding: 10px;
	font-size:100%;
    background-color: #d0afeb;
    background-size: 100%;
    display: inline;
	cursor: pointer;
}