.card-login[data-v-2529d779] {
  margin-top: 40px !important;
  margin-bottom: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.card-login .login-title[data-v-2529d779] {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin: 10px 0px;
  text-align: center;
}
.login-button[data-v-2529d779] {
  width: 100%;
  border-radius: 5px;
}
.flex-center[data-v-2529d779] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

