#signin {
  margin: 0 auto;
  max-width: 600px;
  min-width: 320px;
  padding: 10px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#signin h1 {
  text-align: center;
  font-size: 28px;
  line-height: 65px;
  text-transform: uppercase;
}
#signin p {
  margin-bottom: 20px;
  color: #58595b;
}
#signin a {
  text-decoration: none;
}
.signin-errors {
  color: #cc0000;
}
.signin-errors li {
  list-style: inside disc;
}
.signin-details {
  text-align: center;
}
.signin-left,
.signin-right {
  position: relative;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.signin-left {
  padding-right: 20px;
}
.signin-right {
  padding-left: 20px;
  border-left: 1px solid #cccccc;
}
a.signin-button {
  display: block;
  color: white;
  background-color: #999999;
  padding: 0 10px;
  line-height: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 5px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
a.signin-button .icon {
  display: block;
  float: left;
  font-size: 30px;
  line-height: 50px;
  width: 30px;
  text-align: center;
}
a.signin-button:focus,
a.signin-button:hover {
  opacity: .8;
  outline: none;
}
a.signin-facebook {
  background-color: #5e77ab;
}
a.signin-twitter {
  background-color: #00aced;
}
.signin-or {
  position: absolute;
  top: 50%;
  left: -10px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  background-color: white;
  text-transform: uppercase;
  color: #aaaaaa;
}
.signin-form label {
  display: block;
  margin-bottom: 10px;
}
.signin-form label input {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 8px 10px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.signin-form label input:focus {
  border-color: #47c8d6;
  outline: none;
}
.signin-form label.error {
  color: #cc0000;
}
.signin-form label.error input {
  border-color: #cc0000;
}
.signin-form .submit {
  width: 100%;
  padding: 0 10px;
  line-height: 50px;
  color: white;
  margin-top: 20px;
  background-color: #47c8d6;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.signin-form .submit:focus,
.signin-form .submit:hover {
  background-color: #ed6741;
  outline: none;
}
.signin-left,
.signin-right {
  float: none;
  width: auto;
  padding: 0;
  border: none;
}
.signin-right {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  margin-top: 20px;
}
.signin-or {
  top: -10px;
  left: 50%;
  width: 50px;
  height: auto;
  line-height: inherit;
  margin-top: 0;
  margin-left: -25px;
}
