body {
	background-color: #d1dfe8;
	padding-top: 140px;
}

.login-title-bolder {
	font-weight: bolder !important;
}

.step-title {
	font-weight: bolder !important;
	font-size: 19px !important;
}

.step-text {
	font-size: 15px !important;
}

.stepper-line {
	width: 2px;
	height: 100px;
	margin: 0 auto;
	transform: rotate(180deg);
	border: none;
	border-left: 5px dotted #7da2c4;
}

.space-top {
	margin-top: 25px;
}

.space-top-xs {
	margin-top: 10px;
}

.step-title-counter {
	font-size: 17px !important;
}

.jumbotron-login {
	background-color: #f2f0ef !important;
}

.step-enabled {
	background-color: #f2f0ef !important;
}

.step-disabled {
	background-color: #fcf5eb !important;
	opacity: 0.4;
}

.state-disabled {
	opacity: 0.4 !important;
}

.jumbotron {
	border-radius: 30px !important;
}

.btn-primary-1 {
	background-color: #7da2c4 !important;
	color: white !important;
}

.btn-primary-2 {
	background-color: #cce8eb !important;
}

.btn-primary-3 {
	background-color: #b9c7eb !important;
}

.btn-warning-1 {
	background-color: #f2a901 !important;
}

.btn-danger-1 {
	background-color: #ffd5c7 !important;
}

.nav-bar-expand {
	height: 80px !important;
}

.input-text-1 {
	border-radius: 15px;
}

.btn,
.btn:hover {
	width: 250px;
	border-radius: 25px;
	font-size: 15px !important;
	color: white;
}

.logout-space {
	padding-top: 28px;
	padding-right: 15px;
}

#logout {
	padding-right: 15px;
	font-size: 20px;
}

.flex {
	display: flex;
	justify-content: space-around;
}

.items-center {
	align-items: center;
}

.self-center {
	align-self: center;
}

/* button */
.reg-btn,
.reg-btn:hover {
	padding: 0px !important;
	margin: 0px !important;
	border-radius: 25px;
	color: white;
	height: 42px;
	text-decoration: none;
	display: flex;
}

.reg-btn-s {
	width: 100px;
}

.reg-btn-m {
	width: 120px;
}

.reg-btn-l {
	width: 150px;
}

.reg-btn-xl {
	width: 200px;
}