@import url(https://fonts.googleapis.com/css?family=Signika:700,600,400);

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

h2 {
  font-weight: bold;
}

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

 .login-submit, .login-submit:before, .login-submit:after {

  background: #373737 url("../assets/classy_fabric.png") 0 0 repeat;

}
#formback{
   background: #373737 url("../assets/classy_fabric.png") 0 0 repeat;

}

#logo {
    width: 450px;
    max-width: 75%;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-top: 10px;
}

.accountText {
  padding: 0% 10%;
  font-size: 16px;
  color: #FFF;
}

#submit-creation {
    padding: 0.75em;
    text-align: center;
    color: #000;
    font-size: 16px;
    background-color: #78BE21;
    margin: 1.25em 0em;
    height: 50px;
    width: 10em;
    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;
}


a {
  color: #66BBCC;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

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;
}
.user-info {

  margin: 10px;
  font-weight: 300;
  color: #a8a7a8;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}

.user-info p {
  margin: 0 0 10px;
  color: #FFF;
  font-weight: bold;
  /*font-size: 16px;*/
}

.create-account-info {
  color: #a8a7a8;
  margin: 0 30px 15px 30px;
}

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 {
  width: 400px;
}


input[type=text],
input[type=password],
input[type=email],
input[type=number] {
  padding: 0 10px;
  width: 500px;
  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);
}


input {
    display: inline-block;
    width: 300px;
    text-align: left;
}


label {
  color: #FFF;
    text-align: left;
    padding-right:20px;
    display:inline-block;
    min-width:150px;
}

@media screen and (max-width: 780px) {
  label {
      text-align: center;
  }
}


.help-inline {
  margin-left: 140px;
  font-style: italic;
  padding: 0 10px;
  /*padding-left: 200px;*/
  width: 300px;
  height: 40px;
  color: #bbb;
}

.login-submit {
  position: relative;
  width: 48px;
  height: 48px;
  padding: 8px;
  top: 330px;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);

}
.login-submit:before, .login-submit:after {
  content: '';
  z-index: 1;
  position: absolute;
}
.login-submit:before {
  top: 28px;
  left: -4px;
  width: 4px;
  height: 10px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}
.login-submit:after {
  top: -4px;
  bottom: -4px;
  right: -4px;
  width: 36px;
}

.login-button {
  margin-top: 15px;
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0 0 48px;
  position: absolute:
  top: 75%;
  left:50%;
  /* Fix wrong positioning in Firefox 9 & older (bug 450418) */
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
  /* Must use another pseudo element for the gradient background because Webkit */
  /* clips the background incorrectly inside elements with a border-radius.     */
}

.links {
  margin: 0 auto 0 50px;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 40px;
  background: #282828;
}
.lt-ie9 .login-submit {
  position: absolute;
  top: 12px;
  right: -28px;
  padding: 4px;
}
.lt-ie9 .login-submit:before, .lt-ie9 .login-submit:after {
  display: none;
}
.lt-ie9 .login-button {
  line-height: 48px;
}
.lt-ie9 .about {
  background: #313131;
}

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

}
