body {
	background-color: #f8f9fa;
}
.card {
	background-color: #ffffff;
	border: none;
	border-radius: 10px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.card-header {
	background-color: #326dd4;
	color: #ffffff;
	border-radius: 10px 10px 0 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
}
.card-header img {
	margin-right: 1px;
	border-radius: 50%;
	border: 1px solid #ffebee !important;
}
.form-control {
	border-radius: 5px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	padding: 12px;
}
.form-control:focus {
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 0px 5px #326dd4;
}
.form-check-label {
	color: #6c757d;
}
.btn-primary {
	background-color: #326dd4;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	padding: 12px 20px;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.3s ease;
}
.btn-primary:hover {
	background-color: #326dd4;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 0px 5px #326dd4;
}

.fas{
    color:#326dd4 !important;
}

.border-custom{
	border-color: #326dd4 !important;
}