.user-vista .card {
	border: none;
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.user-vista .form-control:focus {
	border-color: #0d6efd;
	box-shadow: 0 0 0 0.2rem rgba(13,110,253,0.25);
}
.user-vista .form-label {
	font-weight: 500;
}
.user-vista .login-link {
	position: absolute;
	top: 20px;
	right: 30px;
}
@media (max-width: 768px) {
	.user-vista .login-link {
	position: static;
	margin-bottom: 1rem;
	text-align: center;
	}
}
