/* Button */
.space-y-5 .inline-flex{
	background-color: #0781c4;
}

/* Link */
.text-center .font-semibold{
	background-color: #0781c4;
	color: #ffffff;
	border-style: solid;
	border-width: 2px;
}

/* Main */
.nx-auth-shell .nx-auth-panel{
	border-color: #ffffff;
	border-width: 12px;
	border-style: none;
}

/* Input */
.space-y-5 #email{
	background-color: #070a1c;
	color: #ffffff !important;
	border-top-width: 2px !important;
	border-top-color: rgba(255, 255, 255, 0.15) !important;
}
