@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	background: #000;
}

.login-register {
	/* background: rgba(129, 122, 122, 0.774);  */
	position: absolute;
}

.panel-login {
	background: rgba(0, 0, 0, .4);
	position: absolute;
}

.form-login {
	border-radius: 30px;
	background: rgba(0, 0, 0, .4) none repeat scroll 0 0;
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

.form-login-register {
	border-radius: 30px;
	background: rgb(113, 123, 155) none repeat scroll 0 0;
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

.item {
	position: relative;
	padding-top: 20px;
	display: inline-block;
}

.notify-badge {
	position: absolute;
	right: -20px;
	top: 10px;
	text-align: center;
	/* border-radius: 30px 30px 30px 30px; */
	color: white;
	padding: 5px 10px;
	font-size: 20pt;
}

.form-rounded {
	border-radius: .75rem;
	background: #e6e6e6;
	text-transform: uppercase;
}

.form-yearpicker {
	font-family: Poppins-Medium;
	font-size: 19px;
	line-height: 1.5;
	color: #666666;
	display: block;
	width: 100%;
	background: #e6e6e6;
	height: 45px;
	border-radius: 13px;
	padding: 0 10px 0 19px;
}

.yearpicker-container {
	position: absolute;
	color: #555;
	width: 200px;
	border: 1px solid #ccc;
	border-radius: 30px;
	font-size: 1rem;
	box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
	background-color: #e6e6e6;
	z-index: 999;
}

.yearpicker-header {
	display: flex;
	width: 100%;
	height: 2.5rem;
	border-bottom: 1px solid #ccc;
	align-items: center;
	justify-content: space-around;
}

.yearpicker-prev,
.yearpicker-next {
	cursor: pointer;
	font-size: 32px;
}

.yearpicker-prev:hover,
.yearpicker-next:hover {
	color: red;
}

.yearpicker-year {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0.5rem;
}

.yearpicker-items {
	list-style: none;
	padding: 1rem 0.5rem;
	flex: 0 0 33.3%;
	width: 100%;
}

.yearpicker-items:hover {
	background-color: #ffffff;
	color: var(--blue-eder);
	cursor: pointer;
	outline: none !important;
	font-weight: bold;
}

.yearpicker-items.selected {
	color: #000000;
	font-weight: bold;

}

.hide {
	display: none;
}


.btn-lg {
	padding: 12px 26px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}


h6.separator {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #666;
}

h6.separator:before,
h6.separator:after {
	content: '';
	border-top: 1px solid #e4e7e8;
	margin: 0 20px 0 0;
	flex: 1 0 20px;
}

h6.separator:after {
	margin: 0 0 0 20px;
}

.features {
	text-align: center;
}



/* @media (max-width: 768px) {
	#carousel_news {
		display: none;
	}
} */
