#lk_enter {
	margin: 0 auto;
}
#lk_enter .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #005387;
	background-color: #005387;
}
.custom-control-label {
	cursor: pointer;
}
#lk_enter .btn-danger {
	background-color: #005387;
	border-color: #005387;
}
#lk_enter .btn-danger:hover {
	background-color: #2866a5;
	border-color: #2866a5;
}
#lk_enter .btn-danger:not(:disabled):not(.disabled):active, #lk_enter .btn-danger:not(:disabled):not(.disabled).active {
	background-color: #4d88db;
	border-color: #4d88db;
}
#lk_enter, .enter2 {
	max-width: 350px;
}
.enter1 {
	height: 40px;
}
.switchToOldCheckbox {
	color: gray;
	font-size: 0.8rem;
	line-height: 0.8rem;
}
.switchToOldCheckbox:hover {
	font-size: 0.8rem;
	line-height: 0.8rem;
}
.remindPass span {
	cursor: pointer;
	color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
}
.remindPass span:hover {
	text-decoration: underline;
}