/*--import variables here--*/
 



.cc-onboard-card {
	background-color: var(--white-color);
	min-width: 740px;
	padding: 2em;
	width: 740px;
}


.cc-onboard-header-info h2 {
	font-size: 26px;
	font-weight: 400;
    letter-spacing: .01em;
    margin-bottom: .6rem;
    text-align: center;
}


.cc-onboard-paragraph-text p {
	color: var(--primary-color);
	font-size: 16px;
	text-align: center;
}

.cc-onboard-paragraph-text li {
	color: var(--primary-color);
	font-size: 16px;
}

.cc-onboard-header-info p {
	color: var(--primary-light-color);
	font-size: 16px;
	margin-bottom: 2.8rem;
	text-align: center;
}

.cc-onboard-paragraph-text {
	margin: auto;
	padding: 15px 0;
	width: 400px;
}




.cc-onboard-card.cc-onboard-card-md {
	width: 1040px;
}





.cc-onboard-card h3 {
	font-size: 18px;
	font-weight: 400;
}


.cc-onboard-card-footer {
	margin-top: 20px;
}

.cc-onboard-card-back .cc-text {
	font-size: 18px;
	margin-left: 20px;
}


.cc-onboard-card-back {
	margin-bottom: 20px;
}

.cc-onboard-card .cc-onboard-inner {
	background-color: var(--background-color);
	height: 340px;
	padding: 2.1rem 2.6rem;
}

.cc-layout-content .page-content .cc-onboard-inner .cc-form-control.cc-input-md {
	width: 340px;
}

.cc-layout-content .page-content .cc-onboard-inner .cc-form-control.cc-select-sm {
	width: 140px;
}

.cc-onboard-card-footer.cc-submit-action .cc-btn-disabled, .cc-onboard-card-footer.cc-submit-action .cc-btn-primary, .cc-onboard-card-footer.cc-submit-action .custom-checkbox {
	margin-right: 0;
} 

.cc-inner-prev-next {
	width: 240px;
}

.cc-inner-prev-next-year {
	width: 330px;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
	.cc-onboard-card.cc-onboard-card-lg {
	width: 1248px;
}
}

@media (min-width: 1400px) {
	.cc-onboard-card.cc-onboard-card-lg {
	width: 1280px;
}
}


