.account-container {
  width: 380px;
  display: block;
  margin: 85px auto 0 auto;
  background: #f9f9f9;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.account-container h1 {
  margin-bottom: .4em;
  color: #263849;
  font-size: 30px;
}
.login-fields .field {
  margin-bottom: 1.25em;
}
.login-fields label {
  display: none;
}
.login-fields input {
  font-family: 'Open Sans';
  font-size: 13px;
  color: #8e8d8d;
  padding: 11px 15px 10px 50px;
  background-color: #fdfdfd;
  width: 255px;
  display: block;
  margin: 0;
  box-shadow: inset 2px 2px 4px #f1f1f1;
}
.login-fields .username-field {
  background: url(../img/signin/user.png) no-repeat;
}
.login-fields .password-field {
  background: url(../img/signin/password.png) no-repeat;
}
.login-fields2 .field {
  margin-bottom: 1.25em;
}
.login-fields2 input {
  height: 15px;
  font-family: 'Open Sans';
  font-size: 13px;
  color: #8e8d8d;
  padding: 11px 15px 10px 50px;
  background-color: #fdfdfd;
  width: 255px;
  display: block;
  margin: 0;
  box-shadow: inset 2px 2px 4px #f1f1f1;
}
.login-fields2 .username-field {
  background: url(../img/signin/user.png) no-repeat;
}
.login-fields2 .password-field {
  background: url(../img/signin/password.png) no-repeat;
}
.login-actions {
  width: 100%;
  margin-top: -1em;
  margin-bottom: 0.25em;
}
.login-extra {
  display: block;
  width: 300px;
  margin: 1.5em auto;
  text-align: center;
  line-height: 19px;
  text-shadow: 1px 1px 0px #fff;
}
.login-checkbox {
  float: left;
  margin-top: 15px;
}
.login-checkbox  > input[type='checkbox'] {
  opacity: 0;
  float: left;
  width: 15px;
}
.login-checkbox  > input[type='checkbox'] + label {
  clear: none;
  height: 15px;
  display: block;
  padding: 0 0 0 22px;
  margin: 0;
  font-size: 12px;
  line-height: 1.2em;
  background: url(../img/signin/check.png) no-repeat 0 0;
  cursor: pointer;
}
.login-checkbox  > input[type='checkbox']:checked + label {
  background-position: 0 -15px;
}
/** Buttons **/
.login-social .twitter,
.fb .linkedin {
  position: relative;
  height: 60px;
  width: 180px;
  display: inline-block;
  background: url(../img/signin/twitter_btn.png) no-repeat;
  margin-bottom: 21px;
}
.login-social .twitter:active,
.fb:active .linkedin:active {
  top: 1px;
}
.twitter:hover,
.fb:hover, .linkedin:hover {
  background-position: 0 -60px;
}
.login-social .twitter a,
.fb a, .linkedin a {
  padding: 5px 0 0 35px;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 14px;
  height: 60px;
  display: block;
}
.login-social .twitter a:hover,
.fb a:hover, .linkedin a:hover {
  color: #FFF;
  text-decoration: none;
}
.fb {
  width: 180px;
  background: url(../img/signin/fb_btn.png) no-repeat;
}
.fb a {
  font-weight: bold;
  padding: 20px 0 0 30px;
}
.linkedin {
  width: 180px;
  background: url(../img/signin/linkedin_btn.png) no-repeat;
  margin-bottom: 21px;
}
.linkedin a {
  font-weight: bold;
  padding: 20px 0 0 30px;
}

.register .login-social {
  margin-bottom: 1em;
}
.register .login-actions {
  margin-bottom: 0;
}
.register .login-fields input {
  width: 299px;
  padding-left: 6px;
}
.register .login-fields2 input {
  width: 299px;
  padding-left: 6px;
}
.register h1 {
  color: #444;
}
.register span.login-checkbox {
  position: relative;
  top: -6px;
  width: 200px;
}
.register span.login-checkbox  > input[type="checkbox"] + label {
  position: relative;
  line-height: 1.3em;
}

@media (max-width: 480px) {
  .account-container {
    width: 280px;
    margin-top: 35px;
  }
  .login-fields input {
    width: 160px;
  }
  .login-fields2 input {
    width: 160px;
  }
  .login-social {
    width: 100%;
  }
  .twitter {
    display: block;
    margin-bottom: 1em;
  }
  .register .login-fields input {
    width: 204px;
    padding-left: 6px;
  }
  .register .login-fields2 input {
    width: 204px;
    padding-left: 6px;
  }
}