#login-wrapper {
  max-width: 480px;
  padding: 60px 10px;
  margin: auto;
  width: 100%;
}
#login-wrapper #login-site-image {
  margin-bottom: 40px;
  display: block;
}
#login-wrapper .error {
  background: #93014c;
  color: white;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 5px 10px;
}
#login-wrapper h3 {
  font-size: 16px;
  font-weight: 700;
  color: #a70875;
  margin-bottom: 20px;
}
#login-wrapper input, #login-wrapper select {
  width: 100%;
  padding: 5px 10px;
  line-height: 16px;
  font-size: 16px;
  height: 38px;
}
#login-wrapper input[type=submit], #login-wrapper select[type=submit] {
  background-color: #563ab7;
  border-radius: 8px;
  border-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  margin-top: 20px;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 100ms;
  transition: color 100ms;
  vertical-align: baseline;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}/*# sourceMappingURL=template-login-style.css.map */