/*
---

name: SignInSocial

description: files: PurchasingSecureCheckout.aspx

requires: [CSS.Main, CSS.Layout, CSS.Buttons, CSS.SignIn]

provides: [CSS.SignInSocial]

...
*/
.secureSocialCheckout .progress {
  margin-bottom: 48px;
}
.secureSocialCheckout form .field.disabled {
  display: none;
}
.secureSocialCheckout form .forgottenpassword {
  float: right;
}
.secureSocialCheckout .field {
  padding-bottom: 2px;
}
.secureSocialCheckout div.password {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
}
.secureSocialCheckout div.password div.field.radio {
  padding-top: 0;
}
.secureSocialCheckout .centreColumn > .sleeve {
  padding: 0;
}
.secureSocialCheckout .centreColumn > .sleeve .title {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 55px;
}
.secureSocialCheckout .centreColumn > .sleeve p.required {
  border: 0 none;
  float: right;
  padding-bottom: 0;
}
.secureSocialCheckout .centreColumn .socialLogin {
  float: right;
  width: 258px;
  position: absolute;
  top: -9px;
  right: 0;
}
.secureSocialCheckout .centreColumn .centreContent {
  clear: none;
  padding-right: 288px;
  position: relative;
}
.secureSocialCheckout .centreColumn .centreContent > h2 {
  clear: none;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
.secureSocialCheckout .centreColumn .rightColumn {
  float: none;
  margin-left: 0;
  width: auto;
  padding-left: 0;
  clear: both;
  padding-top: 40px;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 98px;
}
.secureSocialCheckout .centreColumn .informInline label,
.secureSocialCheckout .centreColumn .informInline fieldset legend {
  width: 23%;
  margin-right: 2%;
  text-align: left;
}
.secureSocialCheckout .centreColumn .informInline .group {
  width: 75%;
}
.secureSocialCheckout .centreColumn fieldset.informInline .field.buttons {
  margin-left: 25%;
}
.secureSocialCheckout.signIn .centreColumn .rightColumn {
  float: right;
  margin-left: -300px;
  width: 300px;
  padding-top: 20px;
  padding-left: 0;
  clear: none;
  border-top: 0;
  margin-bottom: 0;
}
.secureSocialCheckout.signIn .centreColumn .centreContent {
  padding-right: 0;
  clear: both;
}
.secureSocialCheckout.signIn .centreColumn > .sleeve {
  padding: 0px 300px 0 0;
}
.secureSocialCheckout.signIn .centreColumn > .sleeve .title {
  border-bottom: 0;
  margin-bottom: 0;
}
.secureSocialCheckout.signIn .centreColumn > .sleeve p.required {
  float: none;
  border-top: 1px solid #e7e7e7;
  padding-bottom: 16px;
}
.secureSocialCheckout.signIn .centreColumn .informInline .group {
  width: 65.90909%;
}
.secureSocialCheckout.signIn .centreColumn .informInline .field > label,
.secureSocialCheckout.signIn .centreColumn .informInline > .password .field > fieldset > legend {
  float: left;
  padding: 0;
  width: 31.81818%;
  margin-right: 2.27273%;
  text-align: right;
}
.secureSocialCheckout.signIn .centreColumn .informInline .field .radios .radio + label {
  float: none;
  padding: 0 0 8px;
  width: 23%;
  margin-right: 2%;
  text-align: left;
}
.secureSocialCheckout.signIn .centreColumn .informInline .field.buttons {
  margin-left: 34.38228%;
}

.socialLogin .janrainContent {
  margin: auto;
}
.socialLogin .janrainHeader {
  width: auto !important;
  height: auto !important;
  left: auto !important;
  padding-top: 8px !important;
  font-size: 1.8em !important;
  font-weight: normal !important;
  line-height: 1.3334 !important;
}
.socialLogin #janrainProviderPages {
  top: 35px !important;
}
