.logo{color: #ffff;}
.landing-banner {
  height: 520px;
  background: #f7f7f7 url("./../images/bg/land.jpg") no-repeat center;
}
.landing-banner .main {
  display: flex;
  align-items: center;
  height: 100%;
}
.landing-banner .login-main {
  flex-direction: row;
  justify-content: flex-end;
}
.landing-banner .login-form {
  margin: 0;
  width: 420px;
  height: 420px;
}

.pcb-landing {
  padding: 57px 0 86px;
}
.pcb-landing-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
