/* Authentication page css */
/*-------------------------*/
.bg-authentication {
	background-color: transparent;
}

.bg-authentication #icon-arrow {
	position: absolute;
	top: 10px;
	left: 15px;
}

.bg-authentication .brand-text {
	color: #5A8DEE;
	font-weight: 700;
}

@media only screen and (min-width: 992px) {
	.bg-authentication .disable-rounded-right {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

	/* IE Specific CSS */
	.bg-authentication {
		width: 100%;
		display: block;
	}
}

.blank-page .card.bg-authentication {
	box-shadow: none;
}

.card{
	background-color:transparent;
}

.btn-primary {
	border-color: #D5D5D6 !important;
	background-color: #D72026 !important;
	color: #FFFFFF;
}

.btn-primary:hover {
	border-color: #D5D5D6 !important;
	background-color: #DE4348 !important;
	color: #FFFFFF;
}

fieldset {
	border: 1px solid #6d6d6d30 !important;
	padding: 10px;
	border-radius: 5px;
}

legend {
	width: unset;
	padding: 5px;
}