body {
	font-family:Poppins !important;
	font-size: 12px;
	font-weight: normal;
	color:#303c51 !important;
}

.m-form__section {
	margin-bottom:0 !important;
}

.m-separator.m-separator--lg {
	margin: 0 !important;
}

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__progress .progress .progress-bar {
	background-color: #303c51;
}

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__progress .progress .progress-bar::after {
	background-color: #303c51;
}

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span {
	background-color: #303c51;
}

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
	background-color: #303c51;
}

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span {
	background-color: #303c51;
}

.m-wizard.m-wizard--1 .m-wizard__head {
	margin: 1rem 0 !important;
}

.m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps {
	margin-top: 1rem;
}

.m-wizard.m-wizard--1 .m-wizard__head .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-label {
	font-size:16px !important;
}

.m-form .m-form__actions {
	padding: 10px 30px !important;
}

.m-form__section {
	margin-top: 10px !important;
}

.m-form .m-form__group {
	padding: 0 !important;
}

.m-form .m-form__group .form-control-label, .m-form .m-form__group label {
	font-size:1.2rem !important;
}

#confirmMessage {
	font-size:16px;
}