/**
 *	Home Page Styles
 */
/**
 *	Master Variables File
 *	This file holds all the includes that can be the included into other files.
 *	It is imperative that all files under the variable banner do not contain any
 *	code.
 */
/**
 *	Defaults
 */
/*
 *	These are the variables taken from screen.scss.
 */
/**
 *	Just for the Focus Area. A very simple mixin that's all frivolous.
 *  It's no longer frivolous Liam, it has a purpose now, leave it alone.
 */
/**
 *	Button
 */
/**
 *	Form Button Mixin
 */
/**
 *	Screen Width
 */
/**
 *	Mixin's defined for the whole project.
 */
/**
 *	Accordion Style
 */
/* line 5, ../../sass/parts/_accordion.scss */
.version {
  content: "#3";
}

/* line 16, ../../sass/parts/_accordion.scss */
.accordion-wrapper {
  font-family: "Open Sans", sans-serif;
  width: 100%;
}
/* line 21, ../../sass/parts/_accordion.scss */
.accordion-wrapper .panel {
  margin-bottom: 10px;
}
/* line 26, ../../sass/parts/_accordion.scss */
.accordion-wrapper .panel-edit {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
}
/* line 32, ../../sass/parts/_accordion.scss */
.accordion-wrapper .icon {
  float: right;
  margin-right: -5px;
  margin-left: 10px;
}
/* line 39, ../../sass/parts/_accordion.scss */
.accordion-wrapper .panel-title a {
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
  background: #e6e6e6;
  color: black;
}
/* line 48, ../../sass/parts/_accordion.scss */
.accordion-wrapper .panel-content {
  background: #e6e6e6;
  color: black;
}

/**
 *	Register Form
 */
/* line 21, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm label, #OnboardingRegisterForm_RegisterForm label {
  font-size: 14px !important;
}
/* line 25, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .terms-and-conditions, #OnboardingRegisterForm_RegisterForm .terms-and-conditions {
  line-height: 20px;
}
/* line 29, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .privacy-policy, #OnboardingRegisterForm_RegisterForm .privacy-policy {
  line-height: 20px;
  margin-top: 10px;
}
/* line 34, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .version, #OnboardingRegisterForm_RegisterForm .version {
  content: "#2";
}
/* line 36, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm input:not([type=checkbox]):not([type=submit]), #RegisterForm_RegisterForm select:not(.dateselectorfield), #OnboardingRegisterForm_RegisterForm input:not([type=checkbox]):not([type=submit]), #OnboardingRegisterForm_RegisterForm select:not(.dateselectorfield) {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 260px;
  height: 35px;
  margin-bottom: 10px;
  border: none;
  color: #90959b;
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 17px) !important;
}
/* line 51, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field.InternationalPhoneNumberField, #OnboardingRegisterForm_RegisterForm .field.InternationalPhoneNumberField {
  width: calc(100% - 17px) !important;
  display: inline-block !important;
}
/* line 54, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field.InternationalPhoneNumberField input, #OnboardingRegisterForm_RegisterForm .field.InternationalPhoneNumberField input {
  width: 100% !important;
}
@media screen and (max-width: 960px) {
  /* line 60, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm #termsAndConditions .label-edit, #RegisterForm_RegisterForm #competitionTermsAndConditions .label-edit, #OnboardingRegisterForm_RegisterForm #termsAndConditions .label-edit, #OnboardingRegisterForm_RegisterForm #competitionTermsAndConditions .label-edit {
    display: none;
  }
}
/* line 68, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .terms-and-conditions div, #OnboardingRegisterForm_RegisterForm .terms-and-conditions div {
  font-size: 14px;
  line-height: 20px;
}
/* line 74, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field, #OnboardingRegisterForm_RegisterForm .field {
  width: 100%;
  display: inline-block;
}
/* line 76, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field.Eighteen, #OnboardingRegisterForm_RegisterForm .field.Eighteen {
  margin-bottom: 10px;
}
/* line 80, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field .checkbox-labels, #OnboardingRegisterForm_RegisterForm .field .checkbox-labels {
  font-family: "Open Sans", sans-serif;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  /* line 86, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .field.Eighteen, #OnboardingRegisterForm_RegisterForm .field.Eighteen {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 960px) {
  /* line 74, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .field, #OnboardingRegisterForm_RegisterForm .field {
    display: block;
  }
}
/* line 98, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field .field-holder, #OnboardingRegisterForm_RegisterForm .field .field-holder {
  display: inline-block;
}
/* line 102, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field .label-edit, #OnboardingRegisterForm_RegisterForm .field .label-edit {
  display: inline-block;
  margin-bottom: 6px;
  text-align: left;
  color: white;
}
/* line 111, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .icon, #OnboardingRegisterForm_RegisterForm .icon {
  position: relative;
  display: inline-block;
  color: white;
  width: 4%;
  text-align: center;
}
/* line 121, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .dateselector, #OnboardingRegisterForm_RegisterForm .dateselector {
  display: inline-block;
  margin-bottom: 10px;
  width: calc(100% - 17px) !important;
}
/* line 127, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .dateselectorfield, #OnboardingRegisterForm_RegisterForm .dateselectorfield {
  width: 32.3%;
  height: 35px;
  color: black;
  display: inline-block;
}
/* line 135, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .checkbox-labels, #OnboardingRegisterForm_RegisterForm .checkbox-labels {
  display: inline-block;
  position: relative;
  font-weight: normal;
  margin-left: 5px;
  color: white;
}
/* line 143, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm input[type=checkbox], #OnboardingRegisterForm_RegisterForm input[type=checkbox] {
  display: inline-block;
  height: auto;
  width: auto;
}
/* line 149, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .checkbox, #OnboardingRegisterForm_RegisterForm .checkbox {
  margin: 0;
  padding: 0;
}
/* line 155, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .action, #OnboardingRegisterForm_RegisterForm .action {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  /* line 155, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .action, #OnboardingRegisterForm_RegisterForm .action {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 166, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .submit.button, #OnboardingRegisterForm_RegisterForm .submit.button {
    margin: 10px 0px;
    display: block;
  }
}
/* line 172, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .required-fields, #OnboardingRegisterForm_RegisterForm .required-fields {
  margin-top: 10px;
  margin-left: 163px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  /* line 172, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .required-fields, #OnboardingRegisterForm_RegisterForm .required-fields {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  /* line 172, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .required-fields, #OnboardingRegisterForm_RegisterForm .required-fields {
    margin-left: 0;
  }
}
/* line 185, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm #RegisterForm_RegisterForm_TermsAndConditions, #RegisterForm_RegisterForm #OnboardingRegisterForm_RegisterForm_TermsAndConditions, #OnboardingRegisterForm_RegisterForm #RegisterForm_RegisterForm_TermsAndConditions, #OnboardingRegisterForm_RegisterForm #OnboardingRegisterForm_RegisterForm_TermsAndConditions {
  font-family: "Open Sans", sans-serif;
}
/* line 189, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm #depositPromotionTermsAccepted, #RegisterForm_RegisterForm #receiveEmailDrawRemindersAccepted, #RegisterForm_RegisterForm #receiveEmailPromotionalMessagesAccepted, #RegisterForm_RegisterForm #receiveSMSDrawRemindersAccepted, #RegisterForm_RegisterForm #receiveSMSPromotionalMessagesAccepted, #OnboardingRegisterForm_RegisterForm #depositPromotionTermsAccepted, #OnboardingRegisterForm_RegisterForm #receiveEmailDrawRemindersAccepted, #OnboardingRegisterForm_RegisterForm #receiveEmailPromotionalMessagesAccepted, #OnboardingRegisterForm_RegisterForm #receiveSMSDrawRemindersAccepted, #OnboardingRegisterForm_RegisterForm #receiveSMSPromotionalMessagesAccepted {
  display: none !important;
}
/* line 194, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .checkbox-field input, #OnboardingRegisterForm_RegisterForm .checkbox-field input {
  float: left;
  margin-right: 5px;
  width: 18px;
}
/* line 199, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .checkbox-field label, #OnboardingRegisterForm_RegisterForm .checkbox-field label {
  margin-left: 0;
  float: left;
  width: calc(100% - 23px);
}
/* line 205, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .checkbox-field .yes-divider div, #OnboardingRegisterForm_RegisterForm .checkbox-field .yes-divider div {
  font-size: 14px;
  line-height: 20px;
}

/* line 213, ../../sass/imports/registerform.scss */
#registerRecaptcha {
  height: 70px;
  transform: scale(0.865);
  margin-top: 10px;
  text-align: center;
  margin-left: 110px;
}
/* line 219, ../../sass/imports/registerform.scss */
#registerRecaptcha > div {
  display: inline-block;
}

/* line 223, ../../sass/imports/registerform.scss */
#loginRecaptcha {
  height: 93px;
  transform: scale(0.865);
  text-align: center;
}
/* line 227, ../../sass/imports/registerform.scss */
#loginRecaptcha > div {
  display: inline-block;
}

/* line 231, ../../sass/imports/registerform.scss */
.recaptcha-text {
  margin-bottom: 10px;
}

/* line 235, ../../sass/imports/registerform.scss */
.recaptcha-text-reg {
  margin-bottom: 5px;
  margin-left: 153px;
  margin-top: 10px;
}

/* line 242, ../../sass/imports/registerform.scss */
.login-link, .register-link {
  background: #393939;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-family: "Open Sans", sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px !important;
}
/* line 252, ../../sass/imports/registerform.scss */
.login-link a, .register-link a {
  color: #393939 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  /* line 252, ../../sass/imports/registerform.scss */
  .login-link a, .register-link a {
    margin-bottom: 5px;
  }
}

/* line 264, ../../sass/imports/registerform.scss */
.heading.create-my-account {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 950px) {
  /* line 269, ../../sass/imports/registerform.scss */
  #loginRecaptcha {
    margin-bottom: 10px;
    height: 70px;
  }

  /* line 273, ../../sass/imports/registerform.scss */
  .recaptcha-text-reg {
    margin-left: 0px;
  }

  /* line 276, ../../sass/imports/registerform.scss */
  #registerRecaptcha {
    float: left;
    margin-left: 0;
    transform-origin: 0 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 285, ../../sass/imports/registerform.scss */
  #loginRecaptcha {
    transform: scale(1);
    height: 76px;
  }

  /* line 289, ../../sass/imports/registerform.scss */
  #registerRecaptcha {
    margin-left: 0;
    width: 100%;
    transform: scale(1);
    text-align: -webkit-center;
    height: 76px;
  }
}
/* line 298, ../../sass/imports/registerform.scss */
#OnboardingRegisterForm_RegisterForm hr {
  margin-top: 10px;
  border-color: white !important;
}

/* line 303, ../../sass/imports/registerform.scss */
#marketing_panel {
  border: solid 2px white;
  padding: 15px;
  margin-top: 10px;
}
/* line 308, ../../sass/imports/registerform.scss */
#marketing_panel .marketing-warning .standard-notification {
  background: orange;
  color: #393939 !important;
}
/* line 311, ../../sass/imports/registerform.scss */
#marketing_panel .marketing-warning .standard-notification .notification-text {
  font-size: 12px;
  line-height: 18px;
}
/* line 314, ../../sass/imports/registerform.scss */
#marketing_panel .marketing-warning .standard-notification .notification-text .glyphicon-warning-sign {
  color: white;
}
/* line 320, ../../sass/imports/registerform.scss */
#marketing_panel > .label-edit {
  margin-bottom: 10px;
}
@media (min-width: 961px) {
  /* line 324, ../../sass/imports/registerform.scss */
  #marketing_panel .label-edit {
    width: 122px !important;
    text-align: right;
  }
  /* line 328, ../../sass/imports/registerform.scss */
  #marketing_panel > .label-edit {
    position: absolute;
    line-height: initial;
  }
}
@media (max-width: 960px) {
  /* line 334, ../../sass/imports/registerform.scss */
  #marketing_panel .field-group .label-edit {
    display: none;
  }
}
/* line 338, ../../sass/imports/registerform.scss */
#marketing_panel .field-group.receive-email {
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  /* line 344, ../../sass/imports/registerform.scss */
  .field.termsAndConditions .label-edit, .field.privacyPolicy .label-edit, .field.unsubscribeFromMarketing .label-edit {
    display: none !important;
  }
}
@media (min-width: 961px) {
  /* line 352, ../../sass/imports/registerform.scss */
  #OnboardingRegisterForm_RegisterForm #marketing_panel .label-edit {
    width: 112px !important;
  }
  /* line 355, ../../sass/imports/registerform.scss */
  #OnboardingRegisterForm_RegisterForm #marketing_panel .field-holder {
    width: 270px !important;
  }
}

/**
 *	Login Form
 */
/* line 17, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .field, #OnboardingLoginForm_APILoginForm .field {
  width: 100%;
}
/* line 22, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm input:not([type=checkbox]):not([type=submit]), #OnboardingLoginForm_APILoginForm input:not([type=checkbox]):not([type=submit]) {
  width: 100%;
  line-height: 35px;
  height: 35px;
  margin-bottom: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #90959b;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
/* line 38, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm input[type=password], #OnboardingLoginForm_APILoginForm input[type=password] {
  margin: 0;
}
/* line 43, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .RememberMe label, #OnboardingLoginForm_APILoginForm .RememberMe label {
  font-size: 10px;
  padding-left: 5px;
  font-size: 12px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  position: absolute;
  margin-top: 5px;
  font-family: "Open Sans", sans-serif;
}
/* line 55, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .RememberMe input[type=checkbox], #OnboardingLoginForm_APILoginForm .RememberMe input[type=checkbox] {
  display: inline-block;
  margin-top: 5px;
}
/* line 61, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .forgot-password-link, #OnboardingLoginForm_APILoginForm .forgot-password-link {
  font-size: 14px;
  color: white;
  font-family: "Open Sans", sans-serif;
  display: block;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  /* line 69, ../../sass/imports/apiloginform.scss */
  #APILoginForm_APILoginForm .forgot-password-link, #APILoginForm_APILoginForm .login-link, #APILoginForm_APILoginForm .register-link, #OnboardingLoginForm_APILoginForm .forgot-password-link, #OnboardingLoginForm_APILoginForm .login-link, #OnboardingLoginForm_APILoginForm .register-link {
    float: left;
    width: 100%;
  }
}
/* line 76, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .action, #OnboardingLoginForm_APILoginForm .action {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* line 84, ../../sass/imports/apiloginform.scss */
.login-link, .register-link {
  background: #393939;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-family: "Open Sans", sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px !important;
}
/* line 94, ../../sass/imports/apiloginform.scss */
.login-link a, .register-link a {
  color: #393939 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  /* line 94, ../../sass/imports/apiloginform.scss */
  .login-link a, .register-link a {
    margin-bottom: 5px;
  }
}

/* line 106, ../../sass/imports/apiloginform.scss */
.heading.login {
  margin-bottom: 20px !important;
}

/* line 11, ../../sass/pages/APILoginPage.scss */
.APILoginPage {
  font-family: "Open Sans", sans-serif;
  font-family: "Open Sans", sans-serif;
}
/* line 12, ../../sass/pages/APILoginPage.scss */
.APILoginPage #ForgottenPasswordForm_ForgottenPasswordForm {
  padding: 0 15px;
}
/* line 15, ../../sass/pages/APILoginPage.scss */
.APILoginPage #ForgottenPasswordForm_ForgottenPasswordForm, .APILoginPage #ForgottenPasswordForm_ForgottenPasswordForm .field.text {
  font-size: 16px;
}
/* line 18, ../../sass/pages/APILoginPage.scss */
.APILoginPage #ForgottenPasswordForm_ForgottenPasswordForm_email {
  margin-bottom: 10px;
}
/* line 21, ../../sass/pages/APILoginPage.scss */
.APILoginPage #ForgottenPasswordForm_ForgottenPasswordForm_email {
  margin-top: 10px;
}
/* line 24, ../../sass/pages/APILoginPage.scss */
.APILoginPage #ForgottenPasswordForm_ForgottenPasswordForm_action_process {
  background-color: #2ABB9B;
  color: white;
}
/* line 28, ../../sass/pages/APILoginPage.scss */
.APILoginPage #ForgottenPasswordForm_ForgottenPasswordForm .button {
  width: 100%;
}
/* line 31, ../../sass/pages/APILoginPage.scss */
.APILoginPage .message.error.form_error {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  /* line 31, ../../sass/pages/APILoginPage.scss */
  .APILoginPage .message.error.form_error {
    padding: 0;
  }
}
/* line 37, ../../sass/pages/APILoginPage.scss */
.APILoginPage .register-info p {
  font-size: 14px !important;
  line-height: 20px;
}
/* line 41, ../../sass/pages/APILoginPage.scss */
.APILoginPage .btn-facebook {
  margin-bottom: 20px;
}
/* line 44, ../../sass/pages/APILoginPage.scss */
.APILoginPage .caption.desktop p {
  font-size: 14px !important;
}
/* line 47, ../../sass/pages/APILoginPage.scss */
.APILoginPage .form-area.step-one {
  margin-bottom: 20px;
}
/* line 50, ../../sass/pages/APILoginPage.scss */
.APILoginPage .form-area {
  padding: 40px 0px;
}
/* line 53, ../../sass/pages/APILoginPage.scss */
.APILoginPage #TopUpForm .col-sm-8.control-label {
  padding-top: 4px;
}
/* line 56, ../../sass/pages/APILoginPage.scss */
.APILoginPage .version {
  content: "#2";
}
/* line 59, ../../sass/pages/APILoginPage.scss */
.APILoginPage .focus-area {
  font-size: 12px;
  color: white;
  font-family: "Open Sans", sans-serif;
  background: #581A95;
  padding: 0;
  margin-bottom: 20px;
}
/* line 66, ../../sass/pages/APILoginPage.scss */
.APILoginPage .focus-area .register-form {
  margin: 0;
  padding: 0px 0px;
}
/* line 70, ../../sass/pages/APILoginPage.scss */
.APILoginPage .focus-area .register-form h3 {
  font-size: 20px;
  color: white;
  font-family: "Open Sans", sans-serif;
}
/* line 76, ../../sass/pages/APILoginPage.scss */
.APILoginPage .focus-area .login-form h3 {
  font-size: 20px;
  color: white;
  font-family: "Open Sans", sans-serif;
}
/* line 81, ../../sass/pages/APILoginPage.scss */
.APILoginPage .focus-area .heading {
  font-size: 36px;
  color: white;
  font-family: "Open Sans", sans-serif;
}
/* line 85, ../../sass/pages/APILoginPage.scss */
.APILoginPage .focus-area .subheading {
  font-size: 24px;
  color: #adadad;
  font-family: "Open Sans", sans-serif;
}
/* line 89, ../../sass/pages/APILoginPage.scss */
.APILoginPage .focus-area .hr-separator {
  border: 1px solid white;
  margin: 20px 0px 40px 0px;
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 89, ../../sass/pages/APILoginPage.scss */
  .APILoginPage .focus-area .hr-separator {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
/* line 100, ../../sass/pages/APILoginPage.scss */
.APILoginPage .focus-area .field.eighteen .field-holder {
  vertical-align: top;
}
/* line 107, ../../sass/pages/APILoginPage.scss */
.APILoginPage .focus-area .padding-text {
  margin-bottom: 20px;
}
/* line 112, ../../sass/pages/APILoginPage.scss */
.APILoginPage .caption {
  font-size: 14px;
  color: white;
  font-family: "Open Sans", sans-serif;
  border: 1px solid white;
}
/* line 116, ../../sass/pages/APILoginPage.scss */
.APILoginPage .complete.caption.desktop {
  padding: 10px;
  margin-top: 0;
}
/* line 120, ../../sass/pages/APILoginPage.scss */
.APILoginPage .caption.mobile {
  margin-top: 20px;
  padding-bottom: 10px;
}
/* line 124, ../../sass/pages/APILoginPage.scss */
.APILoginPage .focus-area h1.heading {
  font-size: 40px;
}
/* line 127, ../../sass/pages/APILoginPage.scss */
.APILoginPage .summary-margin {
  margin-bottom: 20px;
}
/* line 130, ../../sass/pages/APILoginPage.scss */
.APILoginPage .summary.summary-margin {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  /* line 130, ../../sass/pages/APILoginPage.scss */
  .APILoginPage .summary.summary-margin {
    padding: 0;
  }
}
/* line 136, ../../sass/pages/APILoginPage.scss */
.APILoginPage .focus-area h3 {
  font-size: 22px;
}
/* line 139, ../../sass/pages/APILoginPage.scss */
.APILoginPage .focus-area .content h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
/* line 143, ../../sass/pages/APILoginPage.scss */
.APILoginPage .focus-area .caption.register-info h3 {
  margin: 10px 0;
}
/* line 147, ../../sass/pages/APILoginPage.scss */
.APILoginPage .account-balance h3 span {
  font-size: 30px;
}
/* line 151, ../../sass/pages/APILoginPage.scss */
.APILoginPage .gl-text {
  margin-top: 30px;
}
/* line 155, ../../sass/pages/APILoginPage.scss */
.APILoginPage .whats-next-action .button {
  display: table-cell;
  vertical-align: middle;
  line-height: inherit;
}
/* line 161, ../../sass/pages/APILoginPage.scss */
.APILoginPage .facebook-message {
  display: inline-block;
  color: white !important;
  text-decoration: underline;
  font-size: 14px !important;
  margin-bottom: 40px;
  width: 100%;
}
/* line 170, ../../sass/pages/APILoginPage.scss */
.APILoginPage .facebook-sign-in-padding {
  margin-bottom: 10px;
}
/* line 6, ../../sass/imports/TopUpForm.scss */
.APILoginPage #TopUpForm_TopUpForm label {
  font-size: 32px;
}
/* line 10, ../../sass/imports/TopUpForm.scss */
.APILoginPage #TopUpForm_TopUpForm .middleColumn {
  margin-bottom: 10px;
}
/* line 15, ../../sass/imports/TopUpForm.scss */
.APILoginPage .focus-area h1, .APILoginPage .focus-area h2, .APILoginPage .focus-area h3 {
  padding: 0;
}
/* line 19, ../../sass/imports/TopUpForm.scss */
.APILoginPage .focus-area h2.balance-info {
  font-size: 22px;
  color: white;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
/* line 24, ../../sass/imports/TopUpForm.scss */
.APILoginPage .focus-area h2.balance-info .balance, .APILoginPage .focus-area h2.balance-info .amount_currency, .APILoginPage .focus-area h2.balance-info .amount {
  font-size: 32px;
  color: white;
  font-family: "Open Sans", sans-serif;
}
/* line 31, ../../sass/imports/TopUpForm.scss */
.APILoginPage .what-next .entry {
  margin-top: 10px;
  padding-bottom: 15px;
}
/* line 35, ../../sass/imports/TopUpForm.scss */
.APILoginPage .what-next .entry h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 41, ../../sass/imports/TopUpForm.scss */
.APILoginPage .what-next .entry .border {
  margin-top: 15px;
  border-bottom: 1px solid black;
}
/* line 49, ../../sass/imports/TopUpForm.scss */
.APILoginPage .what-next .whats-next-action .button {
  display: table-cell;
  vertical-align: middle;
  line-height: inherit;
}
