.registration .sw-theme-default>ul.step-anchor>li.active>a{
    color: #8f0202!important;
}
.registration .sw-theme-default>ul.step-anchor>li>a::after{
	background: #8f0202;
}
.registration .sw-theme-default{
	box-shadow:none;
}
.registration .sw-theme-default .step-content{
    padding: 10px 0px;
}

.registration .smartwizard hr{
    background-color: #8f0202;
	border-top-width: 2px;
	margin: 30px 0px;
}
.registration-info{
	background: url('img/info.jpg') 100% 100% no-repeat; 
	background-size: cover;
	color: #585454;
	font-weight: bold;
	font-size: 18px;
}
.registration-info .row{
	height: 80px;
}
.registration-help{
	margin: 30px 0px;
}
.registration .smartwizard-wrap{
	margin: 20px 0px;
}

.registration .custom-control{
    margin-bottom: 5px;
}

.registration .modal img{
	width: 100%;
}
.registration .modal .modal-body .modal-text{
	font-size: 14px;
    margin-bottom: 15px;
	text-align: center;
}
.btn-secondary.sw-btn-next:hover{
	background-color: #400000;
}
.btn-secondary.sw-btn-next.disabled:hover{
	background-color: #6c757d;
}
#registration_about_me{
	height: 140px;
}
.btn-toolbar .btn{
	margin-top: 5px!important;
}