.gigya-screen-caption {
  display: none;
}

.gigya-screen,
.gigya-screen * {
  margin: 0 auto;
  padding: 0;
  border: none;
  color: inherit;
  text-decoration: none;
  width: auto;
  float: none;
  border-radius: 0;
  font-size: 15px;
  color: #4e515e;
  text-align: left;
  font-family: Brandon, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  box-sizing: content-box;
  background-color: #f4f4f4;
}

.gigya-locale-ar .gigya-checkbox-text,
.gigya-locale-ar .gigya-composite-control-header,
.gigya-locale-ar .gigya-composite-control-label,
.gigya-locale-ar .gigya-composite-control-link,
.gigya-locale-ar .gigya-label,
.gigya-locale-ar .gigya-multi-choice-item label,
.gigya-locale-ar input,
.gigya-locale-ar select,
.gigya-locale-he .gigya-checkbox-text,
.gigya-locale-he .gigya-composite-control-header,
.gigya-locale-he .gigya-composite-control-label,
.gigya-locale-he .gigya-composite-control-link,
.gigya-locale-he .gigya-label,
.gigya-locale-he .gigya-multi-choice-item label,
.gigya-locale-he input,
.gigya-locale-he select {
  direction: rtl;
}

.gigya-screen {
  box-sizing: border-box;
  padding-bottom: 25px;
}

.gigya-screen .gigya-label {
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: #4e515e;
}

.gigya-screen .gigya-label-text,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-remember-label,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-header-text,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-label,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-subtext,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-text,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-phonenumber,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-header-text,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-number,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-example,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-type span,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-header-text,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type span,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-yourphone {
  display: inline-block;
  font-weight: lighter;
  font-size: 15px;
  color: #4e515e;
}

.gigya-screen .gigya-checkbox-text {
  display: inline;
}

.gigya-screen .gigya-message {
  font-size: 15px;
  color: #333;
  display: block;
  text-align: center;
}

.gigya-screen .gigya-message.left {
  text-align: left;
  padding-bottom: 40px;
}

.gigya-screen .gigya-social-login-container {
  margin: auto;
}

.gigya-screen .gigya-backto-signin {
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: center;
  padding-bottom: 12px;
}

.gigya-screen .gigya-forgotPassword,
.gigya-screen .gigya-forgotPassword:link {
  float: right;
}

.gigya-screen .gigya-keep-me-logged-in {
  float: left;
}

.gigya-screen .gigya-input-password,
.gigya-screen .gigya-input-text,
.gigya-screen .gigya-textarea,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-textbox {
  padding-left: 7px;
  box-sizing: border-box;
  width: 100%;
  text-indent: 5px;
  border-color: #847173;
  color: #574147;
  outline: none;
  border-radius: 4.5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
}

.gigya-screen .gigya-input-password:focus,
.gigya-screen .gigya-input-text:focus,
.gigya-screen .gigya-textarea:focus,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-textbox:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(#847173, 0.25);
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gig-tfa-code-textbox,
.gigya-screen input.gigya-input-password,
.gigya-screen input.gigya-input-text {
  border-color: #847173;
  color: #574147;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gig-tfa-code-textbox:disabled,
.gigya-screen input.gigya-input-password:disabled,
.gigya-screen input.gigya-input-text:disabled {
  background-color: #f2f2f2;
  border-color: #d4dee4;
  color: #6a6a6a;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-error.gig-tfa-code-textbox,
.gigya-screen input.gigya-input-password.gigya-error,
.gigya-screen input.gigya-input-text.gigya-error {
  border-radius: 4.5px;
  border-style: solid;
  border-width: 1px;
  border-color: #E10600;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gig-tfa-code-textbox,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gig-tfa-code-textbox:focus,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-error.gig-tfa-code-textbox,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-error.gig-tfa-code-textbox:focus,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-pending.gig-tfa-code-textbox,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-pending.gig-tfa-code-textbox:focus,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-valid.gig-tfa-code-textbox,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-valid.gig-tfa-code-textbox:focus,
.gigya-screen input.gigya-input-password,
.gigya-screen input.gigya-input-password.gigya-error,
.gigya-screen input.gigya-input-password.gigya-error:focus,
.gigya-screen input.gigya-input-password.gigya-pending,
.gigya-screen input.gigya-input-password.gigya-pending:focus,
.gigya-screen input.gigya-input-password.gigya-valid,
.gigya-screen input.gigya-input-password.gigya-valid:focus,
.gigya-screen input.gigya-input-password:focus,
.gigya-screen input.gigya-input-text,
.gigya-screen input.gigya-input-text.gigya-error,
.gigya-screen input.gigya-input-text.gigya-error:focus,
.gigya-screen input.gigya-input-text.gigya-pending,
.gigya-screen input.gigya-input-text.gigya-pending:focus,
.gigya-screen input.gigya-input-text.gigya-valid,
.gigya-screen input.gigya-input-text.gigya-valid:focus,
.gigya-screen input.gigya-input-text:focus {
  padding-left: 7px;
}

.gigya-screen .gigya-input-password,
.gigya-screen .gigya-input-text,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-textbox,
.gigya-screen select {
  height: 43px;
}

.gigya-screen .gigya-required-display {
  color: #E10600;
  display: inline-block;
  padding: 0 5px;
}

.gigya-screen .gigya-error-display {
  display: none;
}

.gigya-screen .gigya-error-display.gigya-error-display-active {
  display: block;
}

.gigya-screen .gigya-error-msg,
.gigya-screen .gigya-error-msg-active.gigya-form-error-msg {
  line-height: 14px;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  box-sizing: border-box;
}

.gigya-screen .gigya-error-msg-active.gigya-form-error-msg,
.gigya-screen .gigya-error-msg.gigya-error-msg-active {
  padding-top: 8px;
  padding-bottom: 0;
  color: #E10600;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}

.gigya-screen .gigya-error-msg-active.gigya-form-error-msg {
  height: 26px;
  font-size: 12px;
  min-height: 26px;
  text-align: center;
  margin-top: 1px;
  border: 1px #e76468;
  border-radius: 4.4px;
  font-weight: 700;
  padding: 10px;
}

.gigya-screen .gigya-login-provider-row:first-child {
  padding-top: 0;
}

.gigya-screen .gigya-container {
  text-align: inherit;
  text-decoration: inherit;
  font-size: inherit;
  color: inherit;
}

.gigya-screen div.gigya-container.gigya-visible-when .gigya-composite-control {
  display: block;
}

.gigya-screen .gigya-myPhoto-profile-box-wrapper {
  margin-left: 0;
  margin-top: 0;
}

.gigya-screen .label-divider {
  display: block;
  width: 100%;
  height: 80px;
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAMSURBVBhXY7h8+TIABPYCeicnV7oAAAAASUVORK5CYII=);
  background-position: 50%;
  box-sizing: border-box;
  padding: 0!important;
}

.gigya-screen .label-divider span {
  display: inline-block;
  background-color: #fff;
  margin-top: 31px;
  padding-left: 10px;
  padding-right: 10px;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend:active,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend:link,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend:visited,
.gigya-screen a,
.gigya-screen a:active,
.gigya-screen a:link,
.gigya-screen a:visited {
  color: #436EA2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend:hover,
.gigya-screen a:hover {
  text-decoration: underline;
}

.gigya-screen h1,
.gigya-screen h2 {
  line-height: 15px;
  font-size: 15px;
  color: #4e515e;
  font-weight: 400;
  text-align: center;
}

.gigya-screen h1 {
  border-bottom: 1px solid #dbdbdb;
  font-weight: 700;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend,
.gigya-screen a.gigya-button,
.gigya-screen input[type=email],
.gigya-screen input[type=password],
.gigya-screen input[type=text],
.gigya-screen input[type=number],
.gigya-screen select,
.gigya-screen textarea {
  width: 100%;
  border-radius: 4.5px;
  border: 1px solid #847173;
  background-color: #fff;
  box-sizing: border-box;
  color: #574147;
}

.gigya-screen input:-ms-input-placeholder {
    color: #847173;
}

.gigya-screen .gig-tfa-button-submit,
.gigya-screen .gigya-button,
.gigya-screen .gigya-composite-control-link,
.gigya-screen .gigya-composite-control-submit,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link,
.gigya-screen input[type=button],
.gigya-screen input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: none !important;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend,
.gigya-screen a.gigya-button,
.gigya-screen input[type=button],
.gigya-screen input[type=submit] {
  cursor: pointer;
  width: 100%;
  height: 44px;
  border-radius: 1.79px;
  color: #fff;
  background-color: #E10600;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit:active,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit:hover,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button:active,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button:hover,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link:active,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link:hover,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend:active,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend:hover,
.gigya-screen a.gigya-button:active,
.gigya-screen a.gigya-button:hover,
.gigya-screen input[type=button]:active,
.gigya-screen input[type=button]:hover,
.gigya-screen input[type=submit]:active,
.gigya-screen input[type=submit]:hover {
  background-color: #981212;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-remember-checkbox,
.gigya-screen input[type=checkbox],
.gigya-screen input[type=radio] {
  width: auto;
  margin: 2px 0 0 0;
  padding: 0;
  border-radius: 0;
  border: none;
  vertical-align: middle;
}

.gigya-screen option {
  width: 100%;
  padding: 5px;
}

.gigya-screen option:hover {
  background-color: #3593c1;
}

.gigya-screen label.letter-spacing-s {
  letter-spacing: -.1px;
}

.gigya-screen .gigya-layout-row {
  zoom: 1;
  display: block;
  text-align: center;
}

.gigya-screen .gigya-layout-row:after {
  content: "";
  display: table;
  clear: both;
}

.gigya-screen .gigya-layout-row.with-two-inputs .gigya-composite-control {
  padding-right: 7.5px;
}

.gigya-screen .gigya-layout-row.with-two-inputs>.gigya-layout-cell+.gigya-layout-cell>.gigya-composite-control {
  padding-right: 0;
  padding-left: 7.5px;
}

.gigya-screen .gigya-layout-cell {
  text-align: center;
  float: left;
  width: 50%;
}

.gigya-screen .gigya-layout-cell .gigya-error-cell {
  width: 100%;
  max-width: none;
  min-width: 0;
}

.gigya-screen .gigya-layout-cell .gigya-layout-cell {
  max-width: 50%;
}

.gigya-screen .gigya-layout-footer {
  text-align: right;
  clear: both;
}

.gigya-screen.portrait .gigya-layout-row .submit-button {
  padding-bottom: 25px;
}

.gigya-screen.portrait .gigya-layout-row .gigya-layout-cell.responsive,
.gigya-screen.portrait .gigya-layout-row.with-divider .gigya-layout-cell.responsive {
  float: none;
  min-width: 100%;
  width: 100%;
}

.gigya-screen-content div.gigya-screen.landscape {
  padding-left: 43px;
  padding-right: 43px;
  width: 920px;
}

.gigya-screen.landscape {
  padding-top: 50px;
}

.gigya-screen.landscape .gigya-composite-control.gigya-composite-control-social-login {
  position: relative;
}

.gigya-screen.landscape .gigya-composite-control.gigya-composite-control-social-login.gigya-register-social {
  position: relative;
  right: 0;
}

.gigya-screen.portrait {
  width: 500px;
  font-size: 15px;
  padding-left: 68px;
  padding-right: 68px;
  padding-top: 40px;
}

.gigya-screen.portrait .sub-title-text {
  font-size: 15px;
}

.gigya-screen.portrait .gigya-error-msg-active.gigya-form-error-msg,
.gigya-screen.portrait .gigya-error-msg.gigya-error-msg-active {
  font-size: 16px;
}

.gigya-screen.portrait .text-field-disabled {
  background-color: #f2f2f2;
  border: 1px solid #d6dee4;
  border-radius: 2px;
  color: #4e515e;
}

.gigya-screen.portrait .gigya-composite-control {
  padding-left: 0;
  padding-right: 0;
}

.gigya-screen.portrait .gigya-composite-control.gigya-composite-control-social-login {
  width: calc(100% + 50px);
  position: relative;
  right: 27px;
}

.gigya-screen.portrait.mobile {
  width: 100% !important;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.gigya-screen.portrait.mobile:before {
  display: block;
  width: 375px;
  content: "";
}

.gigya-screen.portrait.mobile .text-field-disabled {
  color: #4e515e;
}

.gigya-screen.portrait.mobile .forgotpassword,
.gigya-screen.portrait.mobile .gigya-composite-control-label,
.gigya-screen.portrait.mobile .gigya-error-msg-active.gigya-form-error-msg,
.gigya-screen.portrait.mobile .gigya-error-msg.gigya-error-msg-active,
.gigya-screen.portrait.mobile .gigya-forgotPassword,
.gigya-screen.portrait.mobile .gigya-label,
.gigya-screen.portrait.mobile .gigya-label-text,
.gigya-screen.portrait.mobile .gigya-login-footer-text-wrapper,
.gigya-screen.portrait.mobile .gigya-message,
.gigya-screen.portrait.mobile .gigya-terms-of-use,
.gigya-screen.portrait.mobile .main-header,
.gigya-screen.portrait.mobile .site-title,
.gigya-screen.portrait.mobile .sub-title-text,
.gigya-screen.portrait.mobile a,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-code-remember-label,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-header-text,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-label,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-subtext,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-text,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-phonenumber,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-header-text,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-number,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-example,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-type span,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-header-text,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type span,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-yourphone,
.gigya-screen.portrait.mobile h1,
.gigya-screen.portrait.mobile h2 {
  font-size: 16px;
}

.gigya-screen.portrait.mobile input[type=email],
.gigya-screen.portrait.mobile input[type=password],
.gigya-screen.portrait.mobile input[type=text],
.gigya-screen.portrait.mobile input[type=tel],
.gigya-screen.portrait.mobile select {
  height: 44px;
  font-size: 16px;
}

.gigya-screen.portrait.mobile .gigya-error-msg-active.gigya-form-error-msg,
.gigya-screen.portrait.mobile .gigya-error-msg.gigya-error-msg-active {
  font-size: 16px;
}

.gigya-screen.portrait.mobile .gigya-composite-control-social-login {
  width: calc(100% + 40px);
  position: relative;
  right: 20px;
}

.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-code-remember-checkbox,
.gigya-screen.portrait.mobile input[type=checkbox] {
  margin-bottom: 2px;
}

.gigya-screen.portrait.mobile label.letter-spacing-s {
  letter-spacing: 0;
}

.gigya-screen.portrait.mobile .gigya-layout-row.with-two-inputs .gigya-composite-control {
  padding-left: 0;
  padding-right: 0;
}

.gigya-screen.portrait.mobile .gigya-layout-row.with-two-inputs>.gigya-layout-cell+.gigya-layout-cell>.gigya-composite-control {
  padding-left: 0;
  padding-right: 0;
}

.gigya-screen.portrait .gigya-layout-row.with-two-inputs .gigya-composite-control {
  padding-left: 0;
  padding-right: 0;
}

.gigya-screen.portrait .gigya-layout-row.with-two-inputs>.gigya-layout-cell+.gigya-layout-cell>.gigya-composite-control {
  padding-left: 0;
  padding-right: 0;
}

.gigya-screen .gigya-composite-control {
  padding-bottom: 18px;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-label,
.gigya-screen .gigya-composite-control.gigya-composite-control-link {
  display: inline-block;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-label.main-text,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-header-text {
  padding-bottom: 40px;
  display: block;
  text-align: left;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-label.main-text.inlined,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .inlined.gig-tfa-header-text {
  display: inline-block;
  text-align: center;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-label.social-login-title {
  padding-bottom: 26px;
  display: inline-block;
  text-align: center;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-header {
  padding-bottom: 26px;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-dropdown,
.gigya-screen .gigya-composite-control.gigya-composite-control-password,
.gigya-screen .gigya-composite-control.gigya-composite-control-textbox {
  padding-bottom: 5px;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-dropdown .gigya-label,
.gigya-screen .gigya-composite-control.gigya-composite-control-password .gigya-label,
.gigya-screen .gigya-composite-control.gigya-composite-control-textbox .gigya-label {
  padding-bottom: 6px;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-dropdown input,
.gigya-screen .gigya-composite-control.gigya-composite-control-dropdown select,
.gigya-screen .gigya-composite-control.gigya-composite-control-password input,
.gigya-screen .gigya-composite-control.gigya-composite-control-password select,
.gigya-screen .gigya-composite-control.gigya-composite-control-textbox input,
.gigya-screen .gigya-composite-control.gigya-composite-control-textbox select {
  margin-bottom: 8px;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-dropdown .gigya-error-msg-active,
.gigya-screen .gigya-composite-control.gigya-composite-control-password .gigya-error-msg-active,
.gigya-screen .gigya-composite-control.gigya-composite-control-textbox .gigya-error-msg-active {
  padding-top: 0;
  padding-bottom: 8px;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-captcha-widget {
  padding-bottom: 45px;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-captcha-widget .gigya-captcha-wrapper {
  margin-bottom: 5px;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-captcha-widget .gigya-captcha-wrapper .gigya-captcha {
  margin: 0 auto 13px auto;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-captcha-widget .gigya-captcha-wrapper .gigya-captcha input {
  height: auto;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-captcha-widget .gigya-captcha-wrapper .gigya-captcha .recaptcha_only_if_privacy a,
.gigya-screen.portrait .gigya-composite-control.gigya-composite-control-captcha-widget .gigya-captcha-wrapper .gigya-captcha .recaptcha_only_if_privacy div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-composite-control.gigya-composite-control-captcha-widget .gigya-captcha-wrapper .gigya-captcha .recaptcha_only_if_privacy .gig-tfa-phone-code-resend {
  font-size: 12px;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-captcha-widget .gigya-captcha-wrapper .gigya-error-msg-active {
  padding-top: 0;
  padding-bottom: 8px;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-widget {
  padding-bottom: 0;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-button,
.gigya-screen .gigya-composite-control.gigya-composite-control-button+.gigya-error-display-active,
.gigya-screen .gigya-composite-control.gigya-composite-control-link.gigya-button-link,
.gigya-screen .gigya-composite-control.gigya-composite-control-link.gigya-button-link+.gigya-error-display-active,
.gigya-screen .gigya-composite-control.gigya-composite-control-submit,
.gigya-screen .gigya-composite-control.gigya-composite-control-submit+.gigya-error-display-active {
  padding-bottom: 25px;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-link.gigya-button-link {
  display: block;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-social-login {
  padding: 0;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-label {
  padding-bottom: 8px;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item {
  padding-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item .gigya-input-radio {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 8px;
  width: 100%;
  display: block;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-checkbox {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-align: center;
  align-items: center;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 8px;
  width: 100%;
  display: block;
}

.gigya-screen .gigya-composite-control.gigya-terms-error {
  padding: 5px;
  margin-bottom: 18px;
  position: relative;
  right: 6px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #E10600;
}

.gigya-screen div.gigya-loginID-availability-available {
  margin-bottom: 18px;
}

.gigya-screen form.gigya-form-error .gigya-composite-control.gigya-composite-control-button,
.gigya-screen form.gigya-form-error .gigya-composite-control.gigya-composite-control-form-error.gigya-error-display-active,
.gigya-screen form.gigya-form-error .gigya-composite-control.gigya-composite-control-link.gigya-button-link,
.gigya-screen form.gigya-form-error .gigya-composite-control.gigya-composite-control-submit {
  padding-bottom: 10px;
}

.gigya-screen.landscape .gigya-layout-row.with-divider {
  padding-bottom: 25px;
}

.gigya-screen.landscape .gigya-layout-row.with-divider .gigya-composite-control.gigya-composite-control-button,
.gigya-screen.landscape .gigya-layout-row.with-divider .gigya-composite-control.gigya-composite-control-link.gigya-button-link,
.gigya-screen.landscape .gigya-layout-row.with-divider .gigya-composite-control.gigya-composite-control-submit {
  padding-bottom: 0;
}

.gigya-screen.landscape form.gigya-form-error .gigya-layout-row.with-divider,
.gigya-screen.landscape form.gigya-form-error .gigya-layout-row.with-divider .gigya-composite-control.gigya-composite-control-button,
.gigya-screen.landscape form.gigya-form-error .gigya-layout-row.with-divider .gigya-composite-control.gigya-composite-control-link.gigya-button-link,
.gigya-screen.landscape form.gigya-form-error .gigya-layout-row.with-divider .gigya-composite-control.gigya-composite-control-submit {
  padding-bottom: 10px;
}

.gigya-screen.landscape form.gigya-form-error .gigya-layout-row.with-divider .gigya-composite-control.gigya-composite-control-form-error.gigya-error-display-active {
  padding-bottom: 0;
}

.gigya-screen .gigya-layout-row.with-divider>.gigya-layout-cell {
  min-width: 48%;
  width: 48%;
}

.gigya-screen .gigya-layout-row.with-divider>.gigya-layout-cell.with-divider {
  min-width: 4%;
  width: 4%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAMSURBVBhXY7h8+TIABPYCeicnV7oAAAAASUVORK5CYII=);
  background-position: 50%;
}

.gigya-screen .gigya-layout-row.with-divider>.gigya-layout-cell.with-divider>.gigya-divider-content {
  padding: 0;
  position: relative;
  line-height: 16px;
  background: #fff;
  text-align: center;
  min-width: 10px;
}

.gigya-screen.portrait .gigya-layout-row.with-divider>.gigya-layout-cell.with-divider {
  height: 81px;
  background-repeat: repeat-x;
  position: relative;
}

.gigya-screen.portrait .gigya-layout-row.with-divider>.gigya-layout-cell.with-divider>.gigya-divider-content {
  padding: 0 10px 2px 10px;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.gigya-screen.landscape .gigya-layout-row .gigya-layout-cell.under-site-login {
  width: 370px;
  text-align: center;
  min-width: 0;
  margin-left: 460px;
}

.gigya-screen.landscape .gigya-layout-row.with-divider {
  display: -ms-flexbox;
  display: flex;
}

.gigya-screen.landscape .gigya-layout-row.with-divider>.gigya-layout-cell.with-divider {
  width: 87px;
  background-repeat: repeat-y;
}

.gigya-screen.landscape .gigya-layout-row.with-divider>.gigya-layout-cell.with-divider>.gigya-divider-content {
  display: block;
  line-height: 15px;
  padding: 10px 0;
  top: 83px;
  left: 0;
}

.gigya-screen.landscape .gigya-layout-row.with-divider>.gigya-layout-cell.with-site-login,
.gigya-screen.landscape .gigya-layout-row.with-divider>.gigya-layout-cell.with-social-login {
  min-width: 0;
  width: 370px;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-link {
  margin-left: 24%;
  margin-top: 8%;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-email-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #574150;
  padding-bottom: 25px;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-email-code-header-text {
  color: #574150;
  padding-top: 6px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 20px;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-subtext,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-text,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-phonenumber {
  display: inline;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-header-subtext+.gig-tfa-label {
  margin-top: 40px;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-example {
  display: block;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-label {
  padding-bottom: 6px;
  display: block;
  margin: 0;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-remember-label,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-textbox,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-example,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-select,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-header-text,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-yourphone-label {
  margin: 0 0 18px 0;
  padding: 0;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-header-text {
  margin: 0;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-textbox {
  font-size: 15px;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-error {
  text-align: center;
  margin-bottom: 18px;
  margin-top: -10px;
  font-size: 15px;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-error:empty {
  display: none;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-type span,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type span {
  display: inline;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-prefix {
  display: none;
  height: 43px;
  width: 10%;
  margin-top: 0;
  margin-right: 16px;
  text-align: center;
  background-color: #f2f2f2;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-number {
  margin-top: 0;
  height: 43px;
  width: 100%;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container label {
  display: inline;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-type,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-type-label,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type-label {
  display: inline-block;
  width: 33.33333333%;
  margin-bottom: 18px;
  margin-top: 18px;
  vertical-align: top;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-type-label,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type-label {
  padding: 5px 0;
  width: 30.33333333%;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-type,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type {
  margin-right: 0;
  margin-left: 0;
  width: 33.33333333%;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-type-sms,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type-sms {
  width: 38.33333333%;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-type-voice-call,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type-voice-call {
  width: 31.33333333%;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container {
  margin: 0;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit {
  background-image: none;
  border-radius: 23px;
  filter: none;
  font-weight: 450;
  padding: 10px 0;
  margin-bottom: 12px;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link {
  width: 70px;
  line-height: 43px;
  float: right;
  margin-top: -10px;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-numbers {
  margin-top: 26px;
  line-height: 31px;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-numbers:last-child {
  padding-bottom: 25px;
}

.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container input.gig-tfa-phone-prefix,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gig-tfa-phone-prefix {
  display: none;
}

.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link {
  font-size: 19px;
  padding: 0;
  margin-top: 0;
}

.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-prefix {
  display: none;
  width: 10%;
  margin-right: 8px;
}

.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-number {
  width: 100%;
}

.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-code-remember-label {
  margin-left: 0;
}

.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-error,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend {
  font-size: 16px;
}

.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-header-text {
  font-size: 16px;
  color: #4e515e;
}

.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-numbers {
  margin-top: 30px;
}

.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-numbers .gig-tfa-phone-edit-number {
  font-size: 16px;
  margin-top: 8px;
  color: #4e515e;
}

.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-code-textbox,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-number,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-prefix {
  font-size: 16px;
  height: 44px;
}

.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit {
  margin-bottom: 18px;
}

.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-header-text {
  display: block;
}

.gigya-screen-dialog-mobile .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-number {
  width: 100%;
}

#gigya-login-screen.gigya-screen.landscape .gigya-layout-row.with-divider>.gigya-layout-cell.with-divider>.gigya-divider-content {
  top: 83px;
}

#gigya-login-screen.gigya-screen.portrait.mobile .gigya-prefered-content-width {
  width: 375px;
}

#gigya-register-screen.gigya-screen.landscape .gigya-layout-row.with-divider>.gigya-layout-cell.with-divider>.gigya-divider-content {
  top: 127px;
}

#gigya-change-password-screen .error-wrapper {
  width: 100%;
}

#gigya-change-password-screen.portrait.mobile input[password] {
  width: 260px;
}

#gigya-change-password-screen.portrait.mobile input[submit] {
  width: 276px;
}

.gigya-screen div.gigya-composite-control-my-photo-widget.update-profile-my-photo {
  padding-right: 20px;
}

.gigya-screen .link-accounts-main-header,
.gigya-screen .reauthentication-main-header {
  margin-bottom: 10px;
}

.gigya-subscribe-with-email-form .gigya-header {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: bolder;
  text-align: center;
}

.subscribe-thank-you {
  line-height: 1.2em;
  font-size: 1.3em;
  text-align: center;
}

.subscribe-thank-you p {
  margin-bottom: .5em;
  text-align: center;
  font-size: inherit;
}

.gigya-mac .gigya-screen label.letter-spacing-s {
  letter-spacing: -.3px;
}

.gigya-ios .gigya-screen.landscape .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-remember-checkbox,
.gigya-ios .gigya-screen.landscape input[type=checkbox],
.gigya-ios .gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-code-remember-checkbox,
.gigya-ios .gigya-screen.portrait.mobile input[type=checkbox],
.gigya-ios .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-remember-checkbox,
.gigya-ios .gigya-screen.portrait input[type=checkbox],
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-ios .gigya-screen.landscape .gig-tfa-code-remember-checkbox {
  margin-bottom: 5px;
}

.gigya-ios .gigya-screen#gigya-change-password-screen form label:first-child {
  letter-spacing: -.1px;
}

.gigya-ios .gigya-screen#gigya-forgot-password-screen form label:first-child {
  letter-spacing: -.3px;
}

.gigya-native-mobile-app.gigya-android .gigya-screen.portrait.mobile .gigya-composite-control.gigya-composite-control-social-login {
  right: 28px;
}

.gigya-edge .gigya-screen label.letter-spacing-s,
.gigya-ie10 .gigya-screen.portrait label {
  letter-spacing: -.3px;
}

.gigya-ie10 .gigya-screen.mobile label {
  letter-spacing: 0;
}

.gigya-ie10 .gigya-screen #gigya-change-password-screen.portrait .gigya-message {
  letter-spacing: -.2px;
}

.gigya-ie10 .gigya-screen #gigya-change-password-screen.mobile {
  letter-spacing: 0;
}

.gigya-ie9 .gigya-screen#gigya-login-screen.landscape .gigya-layout-row.with-divider .gigya-layout-cell.with-divider {
  height: 202px;
}

.gigya-ie9 .gigya-screen#gigya-register-screen.landscape .gigya-layout-row.with-divider .gigya-layout-cell.with-divider {
  height: 300px;
}

.gigya-ie9 .gigya-screen select {
  font-size: 13px;
}

.gigya-ie9 .gigya-screen .gigya-input-password:not(.gigya-placeholder),
.gigya-ie9 .gigya-screen .gigya-input-text:not(.gigya-placeholder),
.gigya-ie9 .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-textbox:not(.gigya-placeholder) {
  line-height: 40px;
}

.gigya-ie9 .gigya-screen .gigya-composite-control-checkbox .gigya-label,
.gigya-ie9 .gigya-screen .gigya-composite-control-multi-choice .gigya-multi-choice-item label {
  display: inline;
}

.gigya-ie8 .gigya-screen .gigya-layout-cell {
  margin-left: 0!important;
}

.gigya-ie8 .gigya-screen .gigya-layout-cell.under-site-login {
  margin-left: 460px!important;
}

.gigya-ie8 .gigya-screen .gigya-input-password,
.gigya-ie8 .gigya-screen .gigya-input-text,
.gigya-ie8 .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-textbox {
  padding-top: 11px;
}

.gigya-ie8 .gigya-screen.portrait .gigya-layout-row.with-divider .gigya-layout-cell.with-divider .gigya-divider-content {
  top: 31px;
  left: 45%;
}

.gigya-ie8 .gigya-screen.portrait .gigya-input-password,
.gigya-ie8 .gigya-screen.portrait .gigya-input-text,
.gigya-ie8 .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-textbox {
  padding-top: 11px;
}

.gigya-ie8 .gigya-screen.portrait gigya-layout-cell {
  margin-left: 0!important;
}

.gigya-ie8 .gigya-screen.portrait #gigya-change-password-screen.portrait .gigya-message {
  letter-spacing: -.2px;
}

.gigya-ie8 .gigya-screen.portrait #gigya-change-password-screen.mobile {
  letter-spacing: 0;
}

.gigya-ie8 .gigya-screen.portrait #gigya-forgot-password-screen.portrait label {
  letter-spacing: -.3px;
}

.gigya-ie8 .gigya-screen.portrait #gigya-forgot-password-screen.mobile label {
  letter-spacing: 0;
}

.gigya-ie8 .gigya-screen#gigya-login-screen.landscape .gigya-layout-row.with-divider .gigya-layout-cell.with-divider {
  height: 202px;
}

.gigya-ie8 .gigya-screen#gigya-register-screen.landscape .gigya-layout-row.with-divider .gigya-layout-cell.with-divider {
  height: 300px;
}

.gigya-composite-control.gigya-composite-control-link.btn-link {
  border: 1px solid #574147;
  border-radius: 4px;
  color: #574147;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  padding: 0.5rem!important;
}

.gigya-phone-input {
  border: 1px solid #574147;
  background-color: #ffffff;
}

.gigya-mb-3 {
  margin-bottom: 16px;
}

.gigya-w-50 {
  width: 50% !important;
}

.gigya-btn-full-width {
  text-align: center;
  width: 100% !important;
}

.gigya-screen.portrait.mobile .gigya-btn-full-width {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  width: calc(100% - 20px) !important;
}

.gigya-screen.portrait.mobile .gigya-w-50 {
  width: 100% !important;
}

.gigya-custom-error,.gigya-screen .gigya-composite-control .gigya-error-msg.gigya-error-msg-active {
  color: #E10600;
  font-size: 12px;
  font-weight: 600;
  margin-top: -2px;
  padding-left: 12px;
}

.gigya-error-msg.gigya-custom-error-msg{
  text-align: left;
}

.gigya-custom-error__full {
  color: #E10600;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 16px;
}

.gigya-custom-error__list {
  margin-left: 16px;
}

.gigya-custom-error__list-item {
  color: #E10600;
  font-size: 12px;
  font-weight: 600;
  margin-top: -2px;
}

.gigya-composite-control.gigya-composite-control-header.gigya-custom-header {
  color: #382934;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: none !important;
}

.custom-disclaimer {
  display: none;
}

.custom-disclaimer.active {
  display: block;
}
.Modal--denim.show .modal-gigya {
  top: 180px;
}

.Modal--denim .modal-gigya {
  display: block;
  overflow: visible;
  position: fixed;
  top: -300px;
  transition: top .4s ease-in-out;
}

.modal-gigya {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
}

.info-icon-container{
  position: relative;
}

.info-icon {
  position: absolute;
  right: 30px;
  top: 10px;
  background-color: #fff;
  cursor: pointer;
}

#birthDateModal .btn-secondary:hover {
  background-color: rgba(132,113,115,.2);
  border: 1px solid #574150;
  color: #574150;
}

#birthDateModal .modal-dialog{
  max-width: 300px;
  margin: 0 auto;
}

.gigya-screen input[type=number]::-webkit-inner-spin-button, 
.gigya-screen input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.gigya-raf-icon {
  height: 20px;
  width: 13px;
  float: right;
  background: transparent;
  margin-top: 4px;
}

.gigya-raf-divider{
  width: 100%;
  height: 3px;
  display: block;
}

.gigy-custom-friend-container{
  background-color: #f4f4f4 !important;
  padding: 0.5rem 0 !important;
  border: none !important;
}

.gigya-custom-friend-question{
  padding: 0.5rem 0.25rem !important;
  background-color: #f4f4f4 !important;
}

.gigya-refer-friend, .gigya-raf-question-text, .gigya-raf-optional-text {
  background-color: transparent !important;
}

.gigya-custom-friend-question:hover ,.gigya-custom-friend-question:focus {
  background-color: #ffffff !important;
}

.gigya-invite-code{
  padding: 1.5rem 1.5rem 1rem 1.5rem !important;
  border: 2px solid #c6b9b9;
  background-color: #fff;
  margin-top: 1rem;
}

.gigya-raf-enter{
  padding-bottom: 10px;
  background-color: #ffffff;
}

.gigya-raf-info{
  font-family: Brandon, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.gigya-raf-main{
 padding-left: 0 !important;
 padding-right: 0 !important;
}

.gigya-raf-inp{
  display: none;
}

.gigya-raf-label{
  width: 100%;
}

@media (max-width:500px){
  .gigy-custom-friend-container{
    padding: 0.5rem 0 !important;
  }
  .gigya-raf-optional-text{
    padding-left: 0.5rem !important;
  }
}

.clp-show {
  display: none;
}

.gigya-app-clp .gigya-screen,
.gigya-app-clp .gigya-screen * {
  background-color: #fff !important;
} 

.gigya-app-clp .gigya-composite-control.gigya-composite-control-link.btn-link {
  color: #E10600;
  background: #F4F4F4 !important;
  border-radius: 23px;
  font-weight: 600;
  border-color: #f4f4f4 !important;
  text-transform: none;
  padding: 12px 20px !important;
  width: fit-content !important;
}

.gigya-app-clp .gigya-login-form .gigya-composite-control-submit {
  padding-bottom: 0 !important;
}

.gigya-app-clp .gigya-login-form .gigya-input-submit,
.gigya-app-clp .gigya-input-submit,
.gigya-app-clp .backToLogin input,
.gigya-app-clp .gig-tfa-button-container .gig-tfa-button-submit {
  border-radius: 23px !important;
  background: #E10600 !important;
  text-transform: none !important;
}

.gigya-app-clp .gig-tfa-button-container .gig-tfa-button-submit {
  font-weight: 700;
  font-family: Brandon;
}

.gigya-app-clp .backToLogin {
  text-transform: none;
}
.gigya-app-clp .gigya-login-providers {
  height: auto !important;
}

.gigya-app-clp .gigya-forgotPassword {
  text-transform: none;
}

.gigya-app-clp .clpStylesH2 {
  text-transform: none !important;
  font-weight: normal !important;
  text-align: left;
  font-size: 24px !important;
  line-height: 26px;
  color: #574150 !important;
}

.gigya-app-clp .with-site-login .gigya-custom-header {
  color: #574150 !important;
  text-transform: none !important;
  font-weight: normal !important;
}

.gigya-app-clp .with-site-login .gigya-refer-friend-rewards-tile {
  background: #F4F4F4 !important;
  border-radius: 8px;
  max-height: 60px;
  border: none;
}

.gigya-app-clp .with-site-login * {
  text-transform: none !important;
}

.gigya-app-clp .with-site-login .gigya-refer-friend-rewards-tile * {
  background: #F4F4F4 !important;
}

.gigya-app-clp .with-site-login .gigya-refer-friend-rewards-tile p {
  color: #574150 !important;
}

.gigya-app-clp .clp-hide {
  display: none !important;
}

.gigya-app-clp .clp-show {
  display: block;
}

.gigya-app-clp .text-left-clp {
  text-transform: none;
  font-size: 16px !important;
}

.gigya-link-accounts-form .gigya-login-providers .gigya-login-providers-container {
  top: 0% !important;
}

.gigya-link-accounts-form .gigya-login-providers {
  height: 0 !important;
}

@media all and (max-width: 549.98px) {
  .gigya-app-clp .text-left-clp {
    text-align: left !important;
  }

  .gigya-app-clp .gigya-social-clp-acc .gigya-social-login-container {
    margin-left: 20px;
  }

  .gigya-app-clp .gigya-social-clp-acc .gigya-login-providers-container {
    width: auto !important;
    top: 0% !important;
  }

  .gigya-app-clp .checkboxSideBySide {
    display: flex;
  }

  .gigya-app-clp .clp-emailOptin {
    min-width: 50% !important;
  }

  .gigya-app-clp .clp-sm-text-left {
    text-align: left;
  }
}

@media all and (min-width: 550px) {
  .gigya-app-clp .gigya-input-submit {
    min-width: 352px !important;
  }
}

@media all and (min-width: 768px) {
  .gigya-app-clp .clpStylesH2 {
    font-size: 42px !important;
    line-height: 44px;
  }
}

@media all and (min-width: 576px) {
  .gigya-app-clp {
    margin-top: 0;
  }
}

.gigya-app-clp .gigya-login-form .error-row,
.gigya-app-clp .gigya-register-form .error-row,
.gigya-app-clp .gigya-reset-password-form .error-row {
  display: none;
}

.gigya-app-clp .gigya-form-error .error-row {
  display: block;
}

.gigya-app-clp .gigya-register-form .error-row,
.gigya-app-clp .gigya-reset-password-form .error-row {
  padding-bottom: 0;
}

.gigya-app-clp .clp-or, 
.gigya-app-clp .clp-sign-in-link {
  text-transform: none !important;
  font-size: 15px !important;
  padding-left: 5px !important;
}

.gigya-app-clp .clp-or {
  font-size: 16px !important;
}

.clp-sign-in-link {
  text-transform: uppercase;
}

.gigya-raf-question-text {
  text-transform: uppercase;
}

.gigya-app-clp .gigya-raf-question-text {
  text-transform: none;
}

.gigya-app-clp .gigya-input-checkbox {
  accent-color: #574150
}

.gigya-app-clp .non-clp-invite {
  display: none;
}

.clp-invite {
  display: none;
}

.gigya-app-clp .clp-invite {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  padding-left: 0;
}

.footer-clp-text {
  display: none;
}

.gigya-app-clp .footer-clp-text {
  display: inline;
}

.gigya-app-clp .custom-disclaimer .link,
.gigya-app-clp .text-left .link {
  text-decoration: underline;
  font-weight: normal;
}

.gigya-app-clp .font16 {
  font-size: 16px;
}

.gigya-app-clp .gigya-invite-code {
  border: none;
  margin-top: 0;
}

.gigya-app-clp .gigy-custom-friend-container {
  box-shadow: 0 0 0 2px #f5f5f5;
  border-radius: 4px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.gigya-app-clp i {
  font-style: normal;
}

.gigya-clp .embeddedServiceHelpButton {
  display: none !important;
}
.gigya-screen-dialog-top {
  background-color: #E10600 !important;
}
.gigya-screen-dialog-caption {
  font-family: Brandon !important;
}

/* tfa screen css */

#Tfa{
  align-items:stretch;
  display:flex;
  flex-direction:column;
  height:auto;
  min-height:100%;
  width:100%;
}

.tfa-screen-header{
  font-size: 21px !important;
  color: #574150 !important;
  text-align: left !important;
  margin-bottom: 10px !important;
}

.gigya-tfa-verification-widget-header{
  margin-bottom: 30px !important;
}

.gigya-tfa-verification-method-header{
  margin-bottom: 15px !important;
  font-size: 15px !important;
  color: #574150 !important;
}

.gigya-info-message-strip{
  margin-top: 25px !important;
  margin-bottom: 15px !important;
}

.gigya-resend-button-container{
  text-align: right !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.gigya-api-countdown{
  text-align: right !important;
}

.gigya-tfa-verification-device{
  display: block;
  padding: 15px !important;
  border: 1px solid #C1B2B2 !important;
  border-radius: 6px !important;
  opacity: 0px !important;
  margin-bottom: 20px !important;

  .gigya-input-submit{
    border-radius: 6px !important;
  }
}

.tfa-varification-label{
  display: inline !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}

.tfa-varification-button{
  float: right !important;
  color: #436EA2 !important;
  text-decoration: none !important;
  font-size: 13px !important;
}

.tfa-varification-button:hover{
  text-decoration: underline !important;
}

.gigya-resend-button-container button, .tfa-varification-button button, .gigya-api-countdown{
  color: #436EA2 !important;
  text-decoration: none !important;
  font-size: 13px !important;
}

.gigya-resend-button-container button:hover, .tfa-varification-button button:hover{
  text-decoration: underline !important;
}

.tfa-input-error{
  text-align: left !important;
  padding-left: 0px !important;
}

.tfa-screen-description{
  font-size: 14px !important;
}

.font-icon{
  font-family: "Font Awesome 6 Pro" !important;
  padding-right: 5px !important;
}

.gigya-info-message-strip{
  display: flex !important;
  i{
    padding: 3px 5px 0px 0px !important;
  }
}

.faq-link{
  text-align: center;
  padding: 1rem 0rem !important;
}

.gigya-composite-control-tfa-verification-widget{
  padding-bottom: 0px !important;
}

.gigya-error-code-400002{
  font-size: 0px !important;
}

.gigya-error-code-400002::after { 
    content: "Too many failed attempts. Try again later."; 
    color: rgb(225, 6, 0);
    font-size: 12px;
    font-weight: 600;
    margin-top: -2px;
    padding-left: 12px;
}

/* tfa varivacation widget css */

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-no-info {
  display: none;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
  height: 80px;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: italic
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-no-info-label {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #8c8c8c
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-new-tag {
  background: #0854a0;
  width: 33px;
  height: 16px;
  border-radius: 4px;
  padding: 2px;
  line-height: 16px
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-new-tag .gigya-tag-label {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-card.gigya-card-new .gigya-table {
  display: none
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-card.gigya-card-new .gigya-no-info {
  display: -ms-flexbox;
  display: flex
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-card.gigya-card-new .gigya-new-tag {
  display: block
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-empty-list {
  display: none
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-empty-list-active {
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
  transition: .3s;
  width: 95%;
  border-radius: 5px;
  margin-bottom: 10px
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2)
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-new-tag {
  display: none
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-card-container {
  padding: 12px 10px
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-remove-passkey-icon {
  width: 17px;
  height: 20px;
  -ms-flex-item-align: start;
  align-self: start;
  cursor: pointer;
  border: none;
  transition: all .2s;
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  margin: 0
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-remove-passkey-icon:active {
  transform: scale(.98)
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-passkey-card-manager-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #32333a;
  text-align: initial;
  margin-bottom: 10px;
  width: 95%
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-passkey-card-manager-description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: initial;
  color: #89919a;
  margin-bottom: 20px;
  width: 95%
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin: 4px 0 0 0
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-table .gigya-row {
  -ms-flex-pack: start;
  justify-content: start
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-card-header {
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 1rem 0;
  width: 80%
}

.gigya-screen .gigya-composite-control.gigya-composite-control-passkey-manager-widget .gigya-card-list {
  list-style-type: none;
  max-height: 450px;
  overflow: auto
}

.gigya-screen .gigya-composite-control.gigya-passKey-widget .gigya-error-msg.gigya-error-msg-active {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding-bottom: 8px
}

.gigya-screen .gigya-composite-control.gigya-passKey-widget .gigya-error-display.gigya-error-display-active {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: center;
  align-items: center
}

.gigya-screen .gigya-composite-control.gigya-passKey-widget .gigya-error-display.gigya-error-display-active .gigya-error-icon {
  padding-top: 8px;
  content: url($resourceDomain/js/assets/screen-sets/error.png);
  width: 17px;
  height: 17px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.gigya-screen .gigya-composite-control.gigya-passKey-widget .gigya-error-display.gigya-error-display-active.success {
  color: #107e3e
}

.gigya-screen .gigya-composite-control.gigya-passKey-widget .gigya-error-display.gigya-error-display-active.success .gigya-error-icon {
  padding-top: 8px;
  content: url($resourceDomain/js/assets/screen-sets/success.png);
  width: 17px;
  height: 17px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.gigya-screen .gigya-composite-control.gigya-passKey-widget .gigya-error-display.gigya-error-display-active.success .gigya-error-msg.gigya-error-msg-active {
  color: #107e3e
}

.gigya-screen .gigya-composite-control.gigya-passKey-widget .gigya-passkey-widget {
  display: none
}

.gigya-screen .gigya-composite-control.gigya-passKey-widget button.gigya-passkey-control-button {
  font-family: "72";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 42px;
  gap: 10px;
  background: #fff;
  border: 1px solid #1871d4;
  width: 100%;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  border-radius: 5px;
  cursor: pointer;
  color: #0070f0;
  margin-bottom: 5px
}

.gigya-screen .gigya-composite-control.gigya-passKey-widget button.gigya-passkey-control-button:hover:not([disabled]) {
  background-color: #c6d1e5
}

.gigya-screen .gigya-composite-control.gigya-passKey-widget button.gigya-passkey-control-button:active:not([disabled]) {
  background-color: #c6d1e5;
  box-shadow: inset 0 2px 7px 0 rgba(0, 0, 0, .4)
}

.gigya-screen .gigya-composite-control.gigya-passKey-widget button.gigya-passkey-control-button.gigya-error {
  border: 2px solid #b00;
  margin-top: 3%
}

.gigya-screen .gigya-composite-control.gigya-passKey-widget button.gigya-passkey-control-button:disabled {
  font-family: "72";
  box-shadow: none;
  border: 1px solid #a7c6e4;
  color: #a7c6e4;
  cursor: default;
  background-color: hsla(0, 0%, 93%, .69)
}

.gigya-screen .gigya-composite-control.gigya-passKey-widget button.gigya-passkey-control-button:disabled .gigya-passkey-icon {
  content: url($resourceDomain/js/assets/screen-sets/fido-disabled.png);
  width: 28px;
  height: 26px
}

.gigya-screen .gigya-composite-control.gigya-passKey-widget .gigya-icon {
  margin: 0;
  padding: 7px;
  left: 0
}

.gigya-screen .gigya-composite-control.gigya-passKey-widget .gigya-icon.gigya-passkey-icon {
  content: url($resourceDomain/js/assets/screen-sets/fido.png);
  width: 28px;
  height: 26px
}

.gigya-screen .gigya-composite-control.gigya-passKey-widget .gigya-icon.gigya-passkey-icon-error {
  content: url($resourceDomain/js/assets/screen-sets/fido-error.png);
  width: 28px;
  height: 26px
}

.gigya-screen .gigya-composite-control.gigya-passKey-widget .gigya-passkey-label {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: inherit;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.gigya-tfa-common-widget {
  padding-bottom: 2.125rem
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-title,
.gigya-tfa-common-widget-title {
  font-size: 16px;
  color: #32333a;
  text-align: start;
  margin-bottom: .5rem
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-description,
.gigya-tfa-common-widget-description {
  color: #595959;
  font-size: 14px;
  margin-bottom: 2.125rem
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-common-widget-method+.gigya-tfa-management-method,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-method+.gigya-tfa-common-widget-method,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-method+.gigya-tfa-management-method,
.gigya-tfa-common-widget-method+.gigya-tfa-common-widget-method {
  margin-top: 2.125rem
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-method-header,
.gigya-tfa-common-widget-method-header {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #32363a
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-device-label,
.gigya-tfa-common-widget-card-label {
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #32363a
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-device,
.gigya-tfa-common-widget-card,
.gigya-tfa-common-widget-card-expandable {
  padding: .75rem;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 8px rgba(0, 0, 0, .1)
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-common-widget-card+.gigya-tfa-management-device,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-common-widget-card-expandable+.gigya-tfa-management-device,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-device+.gigya-tfa-common-widget-card,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-device+.gigya-tfa-common-widget-card-expandable,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-device+.gigya-tfa-management-device,
.gigya-tfa-common-widget-card+.gigya-tfa-common-widget-card,
.gigya-tfa-common-widget-card+.gigya-tfa-common-widget-card-expandable,
.gigya-tfa-common-widget-card-expandable+.gigya-tfa-common-widget-card,
.gigya-tfa-common-widget-card-expandable+.gigya-tfa-common-widget-card-expandable {
  margin-top: 1rem
}

.gigya-tfa-common-widget-card-expandable[data-device-expanded=false] .gigya-card-body,
.gigya-tfa-common-widget-card-expandable[data-method-expanded=false] .gigya-card-body {
  display: none
}

.gigya-tfa-common-widget-card-expandable[data-device-expanded=true],
.gigya-tfa-common-widget-card-expandable[data-method-expanded=true] {
  border: 1px solid var(--button-standard-sap-button-icon-color, #0a6ed1)
}

.gigya-tfa-common-widget-card-expandable[data-device-expanded=true] .gigya-card-body,
.gigya-tfa-common-widget-card-expandable[data-method-expanded=true] .gigya-card-body {
  display: block
}

.gigya-clickable {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 8px rgba(0, 0, 0, .1), 0 4px 4px rgba(0, 0, 0, .25)
}

.gigya-clickable:active {
  transform: translateY(4px)
}

.gigya-remove-icon,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-remove-tfa-device-icon .gigya-remove-icon {
  content: url($resourceDomain/js/assets/screen-sets/trash.png);
  width: inherit
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-remove-tfa-device-icon,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-device,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-device-label {
  margin: 0
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-device {
  display: -ms-flexbox;
  display: flex;
  height: 1.2rem
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-backup-codes-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4.5px;
  border-left: 8px solid var(--interaction-sap-selected-color, #0064d9);
  margin-top: 2.125rem;
  padding: .75rem .75rem .75rem .33rem;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 8px rgba(0, 0, 0, .1)
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-backup-codes-link:active {
  transform: translateY(4px)
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-backup-codes-link:focus {
  border-left: 8px solid var(--interaction-sap-selected-color, #0064d9)!important
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-backup-codes-link .gigya-backup-codes-link-text {
  font-weight: 700;
  color: var(--tilesand-cards-sap-tile-title-text-color, #32363a);
  font-size: 15px
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-backup-codes-link .gigya-backup-codes-link-text:hover {
  text-decoration: none
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-arrow-link-container {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  -ms-flex-item-align: center;
  align-self: center
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-arrow-right {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: url($resourceDomain/js/assets/screen-sets/arrow-right.svg);
  margin: 0 0 0 auto;
  padding: 0
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-card-body,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-remove-tfa-device-icon.gigya-tfa-icon-active {
  display: -ms-flexbox;
  display: flex
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-card.gigya-icon-clicked.gigya-tfa-management-device {
  height: 10rem;
  border: 1px solid #0854a0
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-card.gigya-icon-clicked .gigya-remove-tfa-device-icon.gigya-tfa-icon-active,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-card.gigya-icon-clicked .gigya-tfa-management-device-label {
  display: none
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-card.gigya-icon-clicked .gigya-tfa-management-delete-card-dialog {
  display: block
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-remove-tfa-device-icon {
  display: none;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  width: 17px;
  height: 20px;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  cursor: pointer;
  border: none;
  transition: all .2s;
  background: transparent
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-remove-tfa-device-icon:active {
  transform: scale(.98)
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-remove-tfa-device-icon:disabled {
  display: none;
  cursor: default;
  pointer-events: auto;
  text-decoration: none
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-delete-card-dialog {
  display: none;
  width: 100%;
  background-color: #fff
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-delete-card-dialog .gigya-footer-buttons {
  background: #fff;
  box-shadow: inset 0 1px 0 #d9d9d9;
  border-radius: 0 0 4.5px 4.5px;
  height: 3.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-delete-card-dialog .gigya-button-delete {
  padding: 10px;
  background: #0a6ed1;
  border-radius: 4.5px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  margin: 0
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-delete-card-dialog .gigya-button-cancel {
  padding: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #0854a0;
  background: transparent;
  margin: 0
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-delete-card-dialog .gigya-button-cancel,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-delete-card-dialog .gigya-button-delete {
  cursor: pointer
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-management-delete-card {
  color: #0854a0
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-management-widget .gigya-tfa-delete-device-label {
  padding: 10px 30px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #32363a;
  height: 4.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.gigya-info-message,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-info-message-strip {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .2rem .4rem;
  margin-top: .8rem
}

.gigya-info-message[data-show-message-strip=false],
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-info-message-strip[data-show-message-strip=false] {
  display: none
}

.gigya-info-message .gigya-info-message-strip-icon,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-info-message-strip .gigya-info-message-strip-icon {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin: 0 5px 0 0;
  content: url($resourceDomain/js/assets/screen-sets/info-icon.png) 
}

.gigya-info-message .gigya-info-message-strip-text,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-info-message-strip .gigya-info-message-strip-text {
  font-size: 12px;
  margin: 0
}

.gigya-clickable {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 8px rgba(0, 0, 0, .1), 0 4px 4px rgba(0, 0, 0, .25)
}

.gigya-clickable:active {
  transform: translateY(4px)
}

.gigya-tfa-common-widget {
  padding-bottom: 2.125rem
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-title,
.gigya-tfa-common-widget-title {
  font-size: 16px;
  color: #32333a;
  text-align: start;
  margin-bottom: .5rem
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-description,
.gigya-tfa-common-widget-description {
  color: #595959;
  font-size: 14px;
  margin-bottom: 2.125rem
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-common-widget-method+.gigya-tfa-verification-method,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-method+.gigya-tfa-common-widget-method,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-method+.gigya-tfa-verification-method,
.gigya-tfa-common-widget-method+.gigya-tfa-common-widget-method {
  margin-top: 2.125rem
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-method-header,
.gigya-tfa-common-widget-method-header {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #32363a
}

.gigya-tfa-common-widget-card-label {
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #32363a
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device,
.gigya-tfa-common-widget-card,
.gigya-tfa-common-widget-card-expandable {
  padding: .75rem;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 8px rgba(0, 0, 0, .1)
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-common-widget-card+.gigya-tfa-verification-device,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-common-widget-card-expandable+.gigya-tfa-verification-device,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device+.gigya-tfa-common-widget-card,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device+.gigya-tfa-common-widget-card-expandable,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device+.gigya-tfa-verification-device,
.gigya-tfa-common-widget-card+.gigya-tfa-common-widget-card,
.gigya-tfa-common-widget-card+.gigya-tfa-common-widget-card-expandable,
.gigya-tfa-common-widget-card-expandable+.gigya-tfa-common-widget-card,
.gigya-tfa-common-widget-card-expandable+.gigya-tfa-common-widget-card-expandable {
  margin-top: 1rem
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-device-expanded=false] .gigya-card-body,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-method-expanded=false] .gigya-card-body,
.gigya-tfa-common-widget-card-expandable[data-device-expanded=false] .gigya-card-body,
.gigya-tfa-common-widget-card-expandable[data-method-expanded=false] .gigya-card-body {
  display: none
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-device-expanded=true],
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-method-expanded=true],
.gigya-tfa-common-widget-card-expandable[data-device-expanded=true],
.gigya-tfa-common-widget-card-expandable[data-method-expanded=true] {
  border: 1px solid var(--button-standard-sap-button-icon-color, #0a6ed1)
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-device-expanded=true] .gigya-card-body,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-method-expanded=true] .gigya-card-body,
.gigya-tfa-common-widget-card-expandable[data-device-expanded=true] .gigya-card-body,
.gigya-tfa-common-widget-card-expandable[data-method-expanded=true] .gigya-card-body {
  display: block
}

.gigya-compact-input,
.gigya-compact-primary-button,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device-body-content .gigya-input-submit,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device-body-content .gigya-input-text {
  height: 38px;
  font-size: 15px;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 4.5px
}

.gigya-compact-primary-button,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device-body-content .gigya-input-submit {
  font-weight: 700
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-devices {
  list-style: none
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-info-message-strip-icon,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-remove-tfa-device-icon,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-method-icon,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device-header,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device-label {
  margin: 0
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device-label {
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #32363a
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-device-expanded=true] .gigya-send-button-container,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-device-expanded=true] .gigya-tfa-verification-action-btn {
  display: none
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-allow-voice=true] .gigya-resend-button-container {
  -ms-flex-pack: justify;
  justify-content: space-between
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-allow-voice=true] .gigya-send-button-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-allow-voice=true] .gigya-tfa-resend-code-single,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-allow-voice=true] .gigya-tfa-verification-action-btn-single {
  display: none
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-allow-voice=false] .gigya-resend-button-container,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-allow-voice=false] .gigya-send-button-container {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-allow-voice=false] .gigya-tfa-resend-code-sms,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-allow-voice=false] .gigya-tfa-resend-code-voice,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-allow-voice=false] .gigya-tfa-verification-action-btn-sms,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device[data-allow-voice=false] .gigya-tfa-verification-action-btn-voice {
  display: none
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device-header {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-method-icon {
  width: 16px;
  padding-right: 10px
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-method-icon[data-show-method-icon=false] {
  display: none
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-method-icon.gigya-icon-mobile-tfa {
  content: url($resourceDomain/js/assets/screen-sets/phone-method-icon.svg)
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-method-icon.gigya-icon-email-tfa {
  content: url($resourceDomain/js/assets/screen-sets/email-method-icon.svg)
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-method-icon.gigya-icon-totp-tfa {
  content: url($resourceDomain/js/assets/screen-sets/totp-method-icon.svg)
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-method-icon.gigya-icon-push-tfa {
  content: url($resourceDomain/js/assets/screen-sets/push-method-icon.svg)
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-method-icon.gigya-icon-backup-codes-tfa {
  content: url($resourceDomain/js/assets/screen-sets/backup-codes-icon.svg)
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device-body {
  padding: 0 0
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device-body-content {
  padding: 0 .5rem
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device-body-content .gigya-input-text {
  margin-top: 1rem
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-device-body-content .gigya-input-submit {
  margin-top: 1rem;
  margin-bottom: .5rem
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-send-button-container {
  margin: 0;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  gap: 10px
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-action-btn {
  margin: 0;
  font-size: 14px;
  color: #0854a0;
  cursor: pointer;
  transition: all .2s;
  background: transparent;
  -webkit-margin-start: auto;
  margin-inline-start: auto
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-action-btn:active {
  transform: scale(.98)
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-action-btn:disabled {
  opacity: 1%;
  cursor: default;
  pointer-events: none;
  text-decoration: none
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-composite-control-checkbox {
  margin-top: .8rem;
  padding-bottom: 0;
  padding-left: 0
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-resend-button-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-api-countdown,
.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-resend-button {
  display: block;
  margin: .8rem 0 0 0
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-send-button-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-hidden {
  display: none
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-method.tfa-push-method .gigya-resend-button-container {
  -ms-flex-pack: center;
  justify-content: center
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-method.tfa-push-method .gigya-tfa-verification-device-body-content {
  padding-bottom: .8rem
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-tfa-verification-method.tfa-push-method .gigya-resend-button.gigya-tfa-resend-code {
  margin-top: 1.5rem
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-button-link {
  color: #1371b9;
  background: transparent;
  cursor: pointer;
  font-size: inherit
}

.gigya-screen .gigya-composite-control.gigya-composite-control-tfa-verification-widget .gigya-button-link:hover {
  text-decoration: underline
}
