/* line 1, /Users/tim/Clients/Intent-Solutions/Rails-API/app/assets/stylesheets/landing.scss */
html, body {
  height: 100%;
}

/* line 5, /Users/tim/Clients/Intent-Solutions/Rails-API/app/assets/stylesheets/landing.scss */
body {
  min-height: 100%;
}

/* line 9, /Users/tim/Clients/Intent-Solutions/Rails-API/app/assets/stylesheets/landing.scss */
body {
  background-color: #B6008D;
  margin: 0px;
  padding: 0px;
}

/* line 15, /Users/tim/Clients/Intent-Solutions/Rails-API/app/assets/stylesheets/landing.scss */
a img {
  border: none;
}

/* line 19, /Users/tim/Clients/Intent-Solutions/Rails-API/app/assets/stylesheets/landing.scss */
h1 {
  color: white;
  padding: 10px;
}

/* line 24, /Users/tim/Clients/Intent-Solutions/Rails-API/app/assets/stylesheets/landing.scss */
.intro {
  padding-top: 130px;
  padding-left: 70px;
  font-family: arial;
}

/* line 30, /Users/tim/Clients/Intent-Solutions/Rails-API/app/assets/stylesheets/landing.scss */
.tad {
  padding-top: 30px;
  padding-left: 30px;
}

/* line 35, /Users/tim/Clients/Intent-Solutions/Rails-API/app/assets/stylesheets/landing.scss */
.page-wrap {
  color: white;
  min-height: 100%;
  margin-bottom: -30px;
}

/* line 41, /Users/tim/Clients/Intent-Solutions/Rails-API/app/assets/stylesheets/landing.scss */
.page-wrap:after {
  content: "";
  display: block;
}

/* line 46, /Users/tim/Clients/Intent-Solutions/Rails-API/app/assets/stylesheets/landing.scss */
.site-footer,
.page-wrap:after {
  height: 30px;
}

/* line 51, /Users/tim/Clients/Intent-Solutions/Rails-API/app/assets/stylesheets/landing.scss */
.site-footer {
  font-family: arial;
  color: white;
  text-align: center;
  font-size: .7em;
}

/* line 58, /Users/tim/Clients/Intent-Solutions/Rails-API/app/assets/stylesheets/landing.scss */
a {
  color: white;
}

/* line 62, /Users/tim/Clients/Intent-Solutions/Rails-API/app/assets/stylesheets/landing.scss */
.home-content {
  padding-left: 40px;
  font-size: 1.2em;
  max-width: 500px;
  padding-right: 20px;
}

/* line 69, /Users/tim/Clients/Intent-Solutions/Rails-API/app/assets/stylesheets/landing.scss */
.content {
  padding-left: 20px;
}

/* line 73, /Users/tim/Clients/Intent-Solutions/Rails-API/app/assets/stylesheets/landing.scss */
.justify {
  max-width: 820px;
  text-align: justify;
  padding-right: 20px;
}

/* line 79, /Users/tim/Clients/Intent-Solutions/Rails-API/app/assets/stylesheets/landing.scss */
.loginBtn {
  color: #b6008d;
  background-color: white;
  padding: 15px 15px;
  border-radius: 2px;
  margin-left: 40px;
  margin-top: 32px;
  display: block;
  width: 400px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
