a.social-signin,
div.social-profile {
  display: inline-block;
  padding: 5px 10px 5px 5px;
  color: white !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
  border-radius: 2px;
  text-shadow: none !important;
  font-family: arial, sans-serif;
}
.social-signin i {
  font-size: 20px;
  vertical-align: middle;
}
.twitter-signin {
  background-color: #55acee !important;
}
.facebook-signin {
  background-color: #3b5998 !important;
}
.email-signin {
  background-color: #3b3b3b !important;
}
div.social-profile {
  background: #0c233f;
  color: white;
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
  height: 50px;
}
div.social-profile img {
  position: absolute;
  width: 30px;
  left: 10px;
  top: 10px;
}
div.social-profile a {
  color: inherit;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
div.socialize-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 350px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background: ghostwhite;
  color: black;
  padding: 2px;
  box-sizing: border-box;
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(255, 255, 255, 0.9) inset, 0 0 0 2000px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
div.socialize-toast h2 {
  color: white;
  background: #d44500;
  text-align: center;
  line-height: 24px;
  padding: 10px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  border-radius: 2px 2px 0 0;
}
div.socialize-toast .content {
  padding: 20px 20px 0;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
}
div.socialize-toast .buttonbar {
  padding: 20px;
}
div.socialize-toast .error {
  background: #ffdbdf;
  color: #860a0a;
  box-shadow: 1px 2px 10px #ecafaf inset, 1px 1px 1px 1px white;
  padding: 10px;
  border-radius: 5px;
}
div.socialize-toast input {
  box-sizing: border-box;
}
div.socialize-toast a.button,
div.socialize-toast button,
div.socialize-toast input[type='submit'] {
  color: white;
  background: #d44500;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  display: block;
  margin: 0 auto;
  width: 200px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  padding: 10px;
  padding: 10px;
}
div.socialize-toast a.button:focus,
div.socialize-toast button:focus,
div.socialize-toast input[type='submit']:focus {
  border-color: rgba(255, 255, 255, 0.8);
  outline: 0;
  outline: thin dotted 9px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
  background: #ff7b3b;
}
div.socialize-toast a.button.secondary,
div.socialize-toast button.secondary,
div.socialize-toast input[type='submit'].secondary {
  background: #48484f;
  color: #c8c8cf;
  padding: 5px;
  font-size: 75%;
}
div.socialize-toast a.button.link,
div.socialize-toast button.link,
div.socialize-toast input[type='submit'].link {
  background: transparent;
  color: #d44500;
  text-decoration: underline;
  font-weight: normal;
  text-transform: none;
  box-shadow: none;
  text-shadow: none;
}
div.socialize-toast a.button + a.button,
div.socialize-toast button + a.button,
div.socialize-toast input[type='submit'] + a.button,
div.socialize-toast a.button + button,
div.socialize-toast button + button,
div.socialize-toast input[type='submit'] + button,
div.socialize-toast a.button + input[type='submit'],
div.socialize-toast button + input[type='submit'],
div.socialize-toast input[type='submit'] + input[type='submit'] {
  margin-top: 5px;
}
div.socialize-toast input[type='text'] {
  width: 100%;
  line-height: 1;
  padding: 10px;
}
