.login {
	width: 600px;
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0 0 0 rgba(0, 0, 0, .3);
	padding: 50px 150px;
	margin: 50px auto;
}

.new_form label {
	display: block;
	margin-bottom: 20px;
}

.new_form label input {
	font-size: 15px;
	font-weight: 500;

	border-radius: 50px;
}

.new_form button,
.new_form .login_btn {
	background: #1a3c8b;
	display: block;
	color: #fff;
	margin: 20px 0;
	width: 100%;
	font-size: 14px;
	border: 0;
	padding: 5px;
	border-radius: 50px;
	text-align: center;
}

.new_form .deng {
	font-size: 12px;
	text-align: center;
}

.new_form .deng a {
	color: #1a3c8b;
}

.new_form .deng a:hover {
	color: #0d2a6e;
}

.new_form form {
	margin-top: 25px;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
	border-color: #1a3c8b;
	box-shadow: 0 0 0 3px rgb(26 60 139 / 13%);

}

.user_div {
	width: 95%;
	margin-top: 64px;
	padding-left: 5%;
}

.col-md-7 {
	width: 83.3333333%;
}

.user_tab {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 25px;
}

.page {
    text-align: center;
}

.user_tt svg {
	float: left;
	margin-right: 15px;
}

.user_ul li {
	border-bottom: 1px dashed #eee;

}

.user_ul li a {
	font-size: 15px;
	padding: 10px;
	float: left;
}

.user_ul li a:nth-child(1) {
	float: left;
}

.user_tt a,
.user_ul li a:nth-child(2) {
	float: right;
	color: #1a3c8b;
}

.user_ul li::after {
	content: '';
	display: block;
	clear: both;
}

.user_ul span {
	color: #999;
	font-weight: bold;
	margin-right: 10px;
}

.user_nav li.active a {
	background: #1a3c8b;
	color: #fff;
}

.user_nav li a svg {
	fill: #505050;
	margin: 0px 5px 0 0;
	float: left;
}

.user_nav li.active a svg {
	fill: #fff;
}

.user_nav a {
	display: block;
	padding: 10px;
	font-size: 15px;
	margin-bottom: 10px;
}

.user_info p:nth-child(1) {
	font-size: 20px;
	color: #000;
	font-weight: 500;
}

.user_info p:nth-child(1) span {
	font-size: 12px;
	color: #1a3c8b;
	opacity: 0;
}

.user_info p:nth-child(1):hover span {
	opacity: 1;
}

.user_info p {
	font-size: 15px;
	color: #999;
}

.user_info svg {
	float: left;
	margin: 0px 5px 0 0;
}

.alert_label label {
	display: block;
}

.alert_label {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 500;
	width: 70%;
	margin: 0 auto 20px;

}

.alert_label span {
	font-weight: 500;
	margin-right: 10px;
}

.alert_label input {
	width: 86%;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 500;
}

.alert_label input:-ms-input-placeholder,
.alert_label input::-moz-placeholder,
.alert_label input:-moz-placeholder,
.alert_label input::-webkit-input-placeholder {
	font-size: 13px;
	color: #999;
}

.form-header,
.btn-submit {
	background: linear-gradient(95deg, #1a3c8b 0%, #3567d9 100%);
}

.service .news-title {
	width: 182px;
	font-weight: bold;
	margin: 0 auto 65px;
}

.service .news-title,
.news .news-title {
	position: relative;
}

.news .news-title span {
	position: absolute;
	font-weight: 100;
	top: -27px;
	opacity: .3;
}

.service .news-title span {
	position: absolute;
	font-weight: 100;
	top: -27px;
	opacity: .3;
	left: 0;
}

.financial-support .support-category:hover {
	background: #1a3c8b;
	color: #fff;
}

.support-category:hover h3 {
	color: #fff;
}

.financial-support .support-category {
	transition: .3s;

}