/* union user center */
body {
	background-color: #fff;
}

.union-user-box {
  position: relative;
	width: 100%;
	max-width: 36rem;
  background-color: #fff;
}

.union-user-box .card {
  border: none;
}

.union-user-box .card .card-header {
  background-color: #fff;
}

.union-user-box .login {
  margin-top: 36px;
  width: 300px;
}

.union-user-box .login-logo {
  margin-bottom: 20px;
  text-align: center;
}

.union-user-box .login-logo img {
  width: 150px;
}

