* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1.heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #a81631;
  margin-top: 2.5rem;
}

h2.heading2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #a81631;
  margin-top: 2.5rem;
}

.main_wrapper {
  width: 100%;
  /*height: 100%;*/
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-around;
}

#left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

#right {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
}

.login_div {
  border-radius: 1rem;
  padding: 5rem;
}

#thetaste-logo-link {
  margin: 32px auto;
}

#wp-submit {
  background-color: #a81631;
  border: none;
  font-family: "Open Sans", sans-serif;
  margin-top: 25px;
  color: #ffffff;
}

.fa-user {
  color: #a81631;
  font-size: 55px;
  margin-bottom: 1.5rem;
}

#loginform label {
  font-family: "Open Sans", sans-serif;
  color: #a81631;
}

label.user_login,
label.user_pass {
  font-weight: 700;
}

.form-control:focus {
  border-color: #a81631 !important;
  box-shadow: 0 0 0 0.2rem rgba(168, 22, 49, 0.25) !important;
}

.login-error {
  color: red;
}

/*# sourceMappingURL=thetaste-venue-login.css.map */
