.content-wrapper{
	padding: 0px;
	background-color: #000000;
	height: 100vh;
}
.bg-authentication{
	border-radius: 8px;
	box-shadow: 1px 1px 16px 0px #00000029;
}

.bg-authentication .card{
	background-color: #000000;
}

.card-title .text-center{
	font-weight: 700;
	font-size: 24px;
}

.text-center{
	color: #ffffff;
}

.card-body{
	display: flex;
	justify-content: center;
	flex-direction: column;
}

form{
	align-self: center;
}

.img-fluid{
	width: 100%;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}

.align-self-center img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

footer.footer {
	padding: 0px;
}

.content-wrapper.card{
	margin-bottom: 0px;
	justify-content: center;
}

.bg-authentication {
	box-shadow: 1px 1px 16px 0px #00000029;
}

input, select, textarea{
	background-color: #000000 !important;
}


p,
.form-control,
.form-control:focus{
	color: #ffffff;
}


.p-dialog input,
.p-dialog select,
.p-dialog textarea{
	background-color: #fff !important;
}

.p-dialog .form-control,
.p-dialog .form-control:focus{
	color: #48B5D8;
}


