@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap');



html,
body
{
	font-family: "Open Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
}

body
{
	width:100%;
	margin:0 auto;
	font-family:Arial;
}
#topLeft{
	position: absolute;
    top: 10px;
	left: 20px;
}
#topRight{
	position: absolute;
    top: 10px;
	right: 20px;
}
#bottomLeft{
	position: absolute;
    bottom: 10px;
	left: 20px;
}
#bottomRight{
	position: absolute;
    bottom: 10px;
	right: 20px;
	color:#FFF;
	font-size:10px;
}
h1{
	color: #ffffff;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
a{
	font-size:12px;
	color:#CCC;
	text-decoration:none;
}
a:hover{
	color:#fff;
}
#login{
	background:#FFF;
	width:300px;
	height:300px;
	font-size:10px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-150px;
	border-radius:30px;
	animation:1s ease-out 0s normal none 1 running BOX_FADE_IN;
}
@keyframes BOX_FADE_IN {
	0% {
		opacity: 0;
		transform: scale(0.93);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
#inner{
	padding:30px;
}
h2{
	text-align:center;
	font-size: 20px;
	font-weight: bold;
	margin:20px 0 30px;
	height:50px;
}
.h2_1 {
	font-size: 29px;
}
.h2_2 {
	font-size: 15px;
}
#campos{
	position:relative;
}
#campos input
{
	width:100%;
	box-sizing:border-box;
	border:none;
	border-bottom:1px solid #999;
	font-size:20px;
	padding:10px;
}
#submit{
	position:absolute;
	font-size:40px;
	bottom:3px;
	right:0;
}
#submit input{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	cursor:pointer;
}
#submit:hover{
	color:#333;
}
#error{
	color: #ff0000;
    font-size: 14px;
    font-weight: bolder;
    margin-top: 14px;
    text-align: center;
}

#topLeft > div{
	background-color: #FFf;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
}

#logo{
	height: 70px;

}


#login_logo_2024 {
	position: absolute;
	text-align: center;
	width: 100%;
	top: -50px;
}
