@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Signika:wght@400;700;900&display=swap');
* {
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Signika', sans-serif;*/
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: unset;
}
textarea:focus, input:focus {
box-shadow: 0 0 0 0;
outline: 0;
}
.main {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	text-align: center;
	background: url('../img/fundo1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.logo {
	text-align: center;
}
.h3 {
	margin-top: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}
.block_access {
	margin: auto;
	padding: 20px;
	display: inline-block;
	text-align: left;
	background-color: white;
	margin-top: 25px;
	position: relative;
	width: 275px;
}
.input {
	width: calc(100% - 10px);
	padding: 5px;
	border:none;
	border-bottom: 2px solid #333;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 0.9em;
}
.plac::placeholder {
	color:red;
}
.button {
	padding: 10px;
	width: calc(100% - 0px);
	background-color: blue;
	color: white;
	border: none;
	text-transform: uppercase;
}
.recovery {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	color: blue;
	cursor: pointer;
}
.new_user {
	font-size: 0.9em;
}
.new_user_link {
	text-transform: uppercase;
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 15px);
	background-color: blue;
	color: white;
	font-size: 0.8em;
	padding-left: 15px;
}
.block_recovery, .block_cadastro, .block_confirm, .block_recovery_code, .block_new_pass {
	display: none;
}
.h2 {
	font-size: 0.8em;
}
.res_cadastro {
	font-size:0.9em;
	display: inline-block;
	margin-top: 15px;
	font-weight: bold;
}
.confirm_cd {
	display: none;
}
.block_confirm_txt {
	margin-bottom: 10px;
	font-size: 0.9em;
}
.data_privacy {
	margin: 30px;
	padding: 30px;
	background-color: white;
}