@media (min-width: 1025px) {
	.h-custom {
		height: 100vh !important;
	}
}

.card {
	border-color: transparent !important;

}

.card-registration .select-input .form-control[readonly]:not([disabled]) {
	font-size: 1rem;
	font-weight: bold;
	line-height: 2.15;
	padding-left: .75em;
	padding-right: .75em;

}

.card-registration .select-arrow {
	top: 13px;
}


.gradient-custom-2 {
	/* fallback for old browsers */
	background: #a1c4fd;

	/* Chrome 10-25, Safari 5.1-6 */
	background: white;

	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background: white)
}

@media (min-width: 992px) {
	.card-registration-2 {
		border-top-right-radius: 15px;
		border-bottom-right-radius: 15px;
	}
}

@media (max-width: 991px) {
	.card-registration-2 {
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	}
}
