h1.b-title-main {
	display: none;
}
.page-title h1 {
	text-align: center;
	font-weight: 700;
	margin: 25px 0;
}
.t-center {
	text-align: center;
	font-weight: 700;
	margin-bottom: 35px;
}
.t-center-norm {
	text-align: center;
	font-weight: 400;
	margin-bottom: 35px;
}
.t-t-lg {
	font-weight: 700;
	font-size: 18px;
}
.line {
	padding: 40px 0;
}
body {
	background: #050f3f!important;
	color: #ffffff;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.3);
}
.alert {
    position: relative;
    padding: .95rem 1.25rem;
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-title {
	font-weight: 700;
	font-size: 18px;
}
.alert  p {
	margin-bottom: 0;
}
.alert-success {
    color: #ffffff;
    background-color: #31b792;
    border-color: #31b792;
}
.alert-secondary {
    color: #1f1f1f;
    background-color: #ffffff;
    border-color: #d6d8db;
}
.tab-content>.active {
    display: block;
    background: #fff;
    color: #000000;
    padding: 25px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #000000;
}
.nav-link,
.nav-link:hover {
	color: #ffffff;
}
.b-polog a {
	font-weight: 700;
	color: #bac6ff;
}
.b-form-wrap {
	color: #000000;
	padding: 35px 25px 25px;
	order: 1px solid transparent;
    border-radius: .25rem;
    background: #ffffff;
	margin-bottom: 35px;
}
.tab-content-item__title {
	font-weight: 700;
	font-size: 18px;
}
.tab-content-item {
	margin-bottom: 20px;
}