  /* HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/


a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp { border: 0; margin: 0; padding: 0; font-size: 100%; zoom: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote { list-style:none; }

h1, h2, h3, h4, h5, h6 { line-height:normal; font-weight:normal; }

a { text-decoration: none; outline:none; cursor:pointer; }

b, strong { font-weight: bold; }

img { color: transparent; font-size: 0; vertical-align: middle; border:none; -ms-interpolation-mode: bicubic; }

ul, li { display: list-item; list-style:none; }

table { border-collapse: collapse; border-spacing: 0; }

th, td, caption { font-weight: normal; vertical-align: top; text-align: left; }

svg { overflow: hidden; }


/* General Stlyes*/

body {
  font: 12px/1.5 Helvetica, sans-serif;
  background: #505050 url(//d1vmt3koir43p3.cloudfront.net/assets/tweed.png);
}

.btn-primary {
  background-color: #78cd51;
  border-color: #78cd51;
}

a{-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}

a:active{-webkit-transition: all 0.05s ease-out; -moz-transition: all 0.05s ease-out; -o-transition: all 0.05s ease-out; transition: all 0.05s ease-out;}

#sign_in {
  width: 500px;
  margin: 0 auto 0;
  text-align: center;
  color: #fff;
}
#logo {
  margin: 50% auto 0;
}
#logo img {
  width: 480px;
}
#sign_in h2 {
  font-weight: 600;
  font-size: 2em;
}
#sign_in p {
  margin-top: 25px;
  width: 100%;
  font-size: 1.5em;
  font-weight: 600;
}
.devise-heading {
  margin-top: 1rem;
}
.submit-button {
  line-height: 35px;
  font-size: 1.5em;
  margin: 2rem auto;
  color: white;
  display: block;
  clear: both;
  padding: 10px 40px 10px 40px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-decoration: none;
  font-family: lucida grande;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  background-color: #44bb44;
}
.submit-button:hover {
  background-color: #3ab13a;
}
#sign_in .field {
  padding: 0 10px;
  clear: both;
}
#sign_in .field label {
  padding: 0.5rem 0;
  float: left;
  clear: both;
  font-size: 16px;
  color: #888;
  font-weight: 400;
  line-height: 20px;
}
#sign_in .field input {
  font-size: 20px;
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#sign_in .field input[type=email], #sign_in .field input[type=password] {
  width: 450px;
  height: 30px;
  display: block;
}
#sign_in .field input[type=checkbox] {
  float: left;
  height: 30px;
}
.shared-link {
  float: right;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  margin: 0.5rem;
  font-size: 0.9rem;
}

footer {
  position: absolute;
  bottom: 25px;
  left: 5px;
  right: 5px;
  width: 100%;
  font-size: 0.8em;
}
#copyright {
  color: #fff;
  position: absolute;
  left: 15px;
}

.flash {
  font-size: 16px;
  font-weight: 400;
  padding: 1rem;
  color: #fb0;
}
.flash.notice {
  color: #0f0;
}

#js-flash {
  color: #fb0;
}
#js-flash.success {
  color: #0f0;
}

/* Responsive styles */
@media screen and (max-width: 700px) {
  #sign_in {
    width: 350px;
  }
  #logo img {
    width: 350px;
    height: 70px;
  }
}
