/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2024 | 21:10:30 */
#username, 
#lastname{
	opacity: %80;
	width: 48%;
	border: none;
	display: inline-block;
	margin-left: 0.2rem;
}

input {
	background-color: #6B818D;
	color: #FFFFFF;
	opacity: 80%;
	margin-bottom: 1rem;
	font-size: 1rem;
	font-weight: 500;
}

label {
	color: #FFFFFF;
	font-family: "Asap Condensed";
}

.inline-block {
	display: inline-block;
}

.align {
	margin-left: 15rem;
}

.block {
	display: block;
}

.msg-pass {
	color: #839FD0;
	text-align: center;
	font-family: "Asap Condensed";
	font-size: 1rem;
	font-weight: 600;
}

#btn-account {
	background-color: #B00007;
	color: #FFFFFF;
	border: none;
	margin-left: 15%;
}

.text {
	color: #E4E4E4;
	font-family: "Asap Condensed";
	font-size: 1.2rem;
	font-weight: 500;
	display: inline-block;
}

a.login {
	color: #FF0007;
	font-family: "Asap Condensed";
	font-weight: 700;
	text-decoration: none;
	font-size: 1.3rem;
	margin-left: 3%;
}

hr {
	color: #E4E4E4;
}

.politycs {
	color: #839FD0;
	text-align: center;
	font-family: "Asap Condensed";
	font-size: 1rem;
	font-weight: 600;
}