.social-icon {
  display: inline-block;
  position: relative;
  width: calc(50% - 34px);
  margin: 5px;
  padding: 13px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  float: left;
  cursor: pointer; }
  .social-icon .icon:before {
    font-family: FontAwesome;
    float: left; }
  .social-icon:hover {
    text-decoration: none; }

.social-short-icon {
  display: inline-block;
  width: 50px;
  font-family: FontAwesome;
  color: #fff !important;
  text-align: center; }

.social-facebook {
  background: #3b5998; }
  .social-facebook .icon:before {
    content: "\f09a"; }
  .social-facebook:hover {
    background-color: #2d4373; }

.social-linkedin {
  background: #007bb6;
  padding: 13px 0 13px 8px;
  margin: 6px 10px;
  width: calc(100% - 32px); }
  .social-linkedin .icon:before {
    content: "\f0e1";
    float: none;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%); }
  .social-linkedin:hover {
    background-color: #005983; }

.social-google {
  height: 18px;
  margin-bottom: 0;
  background: url(/static/images/google-signin/btn_google_signin_dark_normal_web.png) center no-repeat; }
  .social-google:focus {
    background: url(/static/images/google-signin/btn_google_signin_dark_focus_web.png) center no-repeat; }
  .social-google .icon {
    display: none; }
  .social-google .text {
    display: none; }

.social-twitter {
  background: #00c3f3;
  padding: 13px 0 13px 8px;
  margin: 6px 10px; }
  .social-twitter .icon:before {
    content: '\f099'; }
  .social-twitter:hover {
    background-color: #009ac0; }

.social-accounts-login {
  padding: 10px 15px 0;
  text-align: center; }

.reg-form-header,
.social-accounts-login-or {
  clear: both;
  padding-top: 10px;
  text-align: center;
  position: relative; }
  .reg-form-header hr,
  .social-accounts-login-or hr {
    border: 0;
    background: #eeeeee;
    height: 1px;
    position: absolute;
    top: 11px;
    width: 100%; }
  .reg-form-header div,
  .social-accounts-login-or div {
    width: 50px;
    margin: auto;
    background: white;
    position: relative;
    z-index: 10; }
  .reg-form-header h4,
  .social-accounts-login-or h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #777777;
    font: 18px ProximaNova-Semibold, arial, helvetica, sans-serif; }

.reg-form-header h4 {
  margin-top: 10px; }

.login-line .fa {
  color: #0089c5; }

.add-holder {
  clear: both; }

.social-auth-text {
  text-transform: uppercase;
  font: 14px ProximaNova-Semibold, arial, helvetica, sans-serif;
  font-weight: bold; }

.social-auth-text-email {
  margin: 10px 0; }
  .social-auth-text-email .fa {
    font-size: 18px;
    vertical-align: -2px; }

.social-auth-text-email-value {
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
  background: #eeeeee;
  color: #777777;
  font: 14px arial, helvetica, sans-serif;
  padding: 13px;
  width: 400px;
  margin-bottom: 30px; }

.social-register-block {
  text-align: center;
  margin-bottom: 20px; }
  .social-register-block h4 {
    color: #777777;
    font: 18px ProximaNova-Semibold, arial, helvetica, sans-serif;
    margin-bottom: 10px; }

.login-error {
  margin-bottom: 30px;
  font-size: 16px;
  color: #d5351f;
  text-align: center; }

.text-center {
  text-align: center; }
  .text-center .btn {
    display: inline-block; }

p.error {
  font-size: 13px;
  line-height: 1.5;
  margin: 0.5em 0;
  padding: 0.25em;
  color: #dd5555;
  background-color: #fff4c9;
  text-align: center; }

p.tfa {
  font-size: 13px;
  line-height: 1.5;
  margin: 1em 0; }
  p.tfa a {
    display: inline-block;
    margin-left: 2em;
    color: #008ac6; }
    p.tfa a:hover {
      text-decoration: underline; }

/*# sourceMappingURL=maps/registration.css.map */
