body {
	background: url("../resources/plataforma_background.png") no-repeat center center fixed;
	background-size: cover;
	background-color:black;
	overflow: hidden;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active {
    outline:0px;
    -webkit-appearance:none;
    box-shadow: none !important;
}

input:focus {

	border:1px solid #6f42c1!important;
	color:#4b2b88!important;
	background-color: #f0ebf9!important;
	transition-duration: 0.2s!important;

}

#loginButton {

	background-color: #6f42c1;
	border-color: #6f42c1;

}

#loginButton:hover, #loginButton:focus {

	background-color: #6138ad;
	border-color: #6138ad;

}

.curtain {
	position:fixed;
	z-index:-1;
	height:110vh;
	width:110vw;
	background: rgba(0,0,0,0.6);
}

.encabezado {
	text-align: center;
	color:white;
}

.login {
	text-align: center;
	margin-top:10%;
	padding:3%;
	border-radius:0.7rem; 
	background-color: rgba(255,255,255,0.7);
}
