body {
  margin: 0px;
  background-color: #e4e5e6;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: .875rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#card-body {
  position:absolute;
  top:40%;
  width: 100%;
}

#card-login {
  width: 100%;
  display: flex;
  justify-content: center;
}

#login-div {
  width: 460px;
  background-color: white;
  border: 1px solid #c8ced3;
  border-radius: .25rem;
  padding: 40px;
  color: #151b1e;
}

#login-img {
  width: 190px;
  margin-left: -6px;
}

#login-link {
  display: block;
  color: #fff;
  background-color: #de5c33;
  border-color: #de5c33;
  text-align: center;
  height: 36px;
  line-height: 36px;
  transition: all .15s ease-in-out;
}

#login-link:hover {
  background-color: #ca4921;
}

#login-link:link, #login-link:visited {
  text-decoration: none;
}

#login-link:focus {
  outline: 0px;
  box-shadow: 0 0 0 3px #de5c3380;
}

#card-message {
  text-align: center;
}
