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

.user-input {
  align-items: center;
  max-width: 75%;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

.about {
  margin: 70px auto 40px;
  padding: 8px;
  width: 260px;
  font: 10px/18px 'Lucida Grande', Arial, sans-serif;
  color: #666;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  background: #eee;
  background: rgba(250, 250, 250, 0.8);
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
}
.about a {
  color: #333;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
.about a:hover {
  text-decoration: none;
  background: #fafafa;
  background: rgba(255, 255, 255, 0.7);
}

.about-links {
  height: 30px;
}
.about-links > a {
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
}

.about-author {
  margin-top: 5px;
}
.about-author > a {
  padding: 1px 3px;
  margin: 0 -1px;
}

body {
   background: rgba(0, 0, 0, 0) linear-gradient(to left, #254667 0%, #001a32 75%) repeat scroll 0 0;
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #404040;
  padding-top: 50px;
}

a {
  color: #00a1d2;
  text-decoration: none;
}

#create-account {
  color: #00a1d2;
  text-decoration: none;
  margin-right: 2em;
  text-align: left;
  display: inline;
}

#forgot {
  color: #00a1d2;
  text-decoration: none;
  margin-left: 2em;
  text-align: right;
  display: inline;
}

a:hover {
  text-decoration: underline;
}

.login {
  position: relative;
  margin: 10px auto;
  width: 400px;
  padding-right: 32px;
  font-weight: 300;
  color: #a8a7a8;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}
.login p {
  margin: 0 0 10px;
}

.user {
  position: relative;
  margin: 80px auto;
  width: 400px;
  padding-right: 32px;
  font-weight: 300;
  color: #a8a7a8;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}
.user p {
  margin: 0 0 10px;
}
input, button, label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text],
input[type=password],
input[type=email] {
  padding: 0 10px;
  width: 300px;
  max-width: 100%;
  height: 40px;
  color: #bbb;
  text-shadow: 1px 1px 1px black;
  background: rgba(0, 0, 0, 0.16);
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}

#btnContainer {
  text-align: center;
}

#submit-login {
  text-align: center;
  color: #000;
  font-size: 16px;
  background-color: #78BE21;
  margin: 1.25em 0em;
  height: 50px;
  width: 100px;
  border-radius: 2px;
  display: inline-block;
  border: 0 none;
  border-radius: 24px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 1px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}


@media screen and (max-width: 760px) {
  .login p {
    text-align: center;
  }
  #create-account,
  #forgot {
      display: block;
      text-align: center;
      padding: 0.5em 0 0 0;
      margin: 0;
  }
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number] {
    padding: 0 10px;
    width: 500px;
    display: block;
    max-width: 50%;
    height: 40px;
    color: #bbb;
    text-shadow: 1px 1px 1px black;
    background: rgba(0, 0, 0, 0.16);
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  }
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus{
  color: white;
  background: rgba(0, 0, 0, 0.1);
  outline: 0;
}

label {
  color: #FFF;
  float: left;
  width: 100px;
  line-height: 40px;
  padding-right: 10px;
  font-weight: 100;
  text-align: right;
  letter-spacing: 1px;
}

.links {
  margin-top: 1em;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#title{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /* font-size:24px; */
  color: #FFFFFF;
  /* padding-left: 0px; */
  padding-top: 5px;
  padding-bottom: 20px;
  opacity: .90;

  padding-left: 20%;
  padding-right: 20%;
  line-height: normal;
  font-size: larger;
}

#closed{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:18px;
  font-weight: bold;
  color: white;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 20px;
  opacity: .70;

}

#brand{
  width: 450px;
  max-width: 75%;
  padding-bottom: 1.5em;
  padding-left: 30px;
}
