html,
body {
  height: 100%;
  margin: 0;
  padding: 0; }

.center-x-y {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; }

.main-wrap {
  width: auto;
  border: 1px solid grey;
  border-radius: 10px;
  padding: 20px 30px; }

#social-title-login {
  font-size: 14px;
  font-weight: 400; }

#login-label,
#password-label,
#remember-me-check {
  cursor: default; }

form[name="authenticationForm"] a {
  text-decoration: none; }

/*# sourceMappingURL=loginPage.css.map */
