/*//////////////////////////////////////////////////////////////////
  [ RESTYLE TAG ]*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: Aller-Regular;
}

/*---------------------------------------------*/
a {
  font-family: Aller-Regular;
  font-size: 14px;
  line-height: 1.7;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #1b3815;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

p {
  font-family: Aller-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

.new_wrapper {
  align-items: center;
  background: #f7f8fa;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  padding-right: 15px;
  padding-left: 15px;
}

.new_wrapper.wrapper-zozzi {
  background: #ffffff;
}

.new_wrapper.wrapper-zozzi::before {
  background: #ffffff;
}

.new_wrapper_recover_header {
  align-items: center;
  background-color: #980000;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-zozzi {
  background-color: #ffffff !important;
}

.new_wrapper_recover {
  align-items: center;
  background: linear-gradient(135deg, #eaeaeb 0%, #f3f6f8 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 80vh;
  padding-right: 15px;
  padding-left: 15px;
}

.new_wrapper_recover::before {
  content: "";
  position: fixed;
  left: -22%;
  top: 60%;
  right: 0;
  width: 125%;
  height: 100%;
  background: linear-gradient(135deg, #f3f6f8 0%, #fff 100%);
  transform: rotate(15deg);
}

.new_wrapper::before {
  content: "";
  position: fixed;
  left: -22%;
  top: 60%;
  right: 0;
  width: 125%;
  height: 100%;
  background: linear-gradient(135deg, #f3f6f8 0%, #fff 100%);
  transform: rotate(15deg);
}

.new_container {
  margin: 0 auto;
  padding: 10px 0;
  width: 380px;
  z-index: 1;
}

.landing-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  /* 	margin-bottom: 24px; */
}

.landing-header__left {
  float: left;
}

.landing-header__right {
  float: left;
}

.landing-header .logo {
  display: block;
  width: 100%;
}

.ContentEnterprise {
  color: #404041;
  font-size: 20px;
  padding-left: 15px;
}

.TituleGeneric2 {
  color: #73809c;
}

.SpanGeneric {
  color: black;
  font-weight: 600;
}

.TituloReferidoGenerico {
  text-decoration: none;
  color: #000;
}

.TituloRestablecerGenerico {
  text-decoration: none;
  color: #404041;
  font-weight: bold;
}

.TituloRestablecerError {
  text-decoration: none;
  color: #7a0505;
  background-color: #ffdcdc;
  border: 0.078rem solid #a70000;
  border-radius: 5px;
  font-size: small;
  text-align: center;
  padding-top: 10px;
  height: 60px;
}

.TituloRestablecerMessage {
  text-decoration: none;
  color: #0e9436;
  background-color: #c3ffd0;
  border: 0.078rem solid #44db72;
  border-radius: 5px;
  font-size: small;
  text-align: center;
  padding-top: 10px;
  height: 45px;
}

.pui-pill {
  font-size: 14px;
  color: #73809c;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
}

.pui-pill + .pui-pill {
  margin-left: 14px;
}

.pui-pill.selected {
  color: #af125a;
  cursor: default;
  font-weight: 700;
}

.pui-form__element {
  display: block;
  position: relative;
}

.buttonTugerente {
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  border: none;
  vertical-align: baseline;
  background: #e0e1e2 none;
  color: rgba(0, 0, 0, 0.6);
  font-family: Aller-Regular;
  margin: 0 0.25em 0 0;
  padding: 0.78571429em 1.5em 0.78571429em;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 0.28571429rem;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  will-change: "";
  -webkit-tap-highlight-color: transparent;
}
.buttonTugerente.button-purple {
  background: #d4463e;
  color: #fff;
  text-shadow: none;
  background-image: none;
}
.buttonTugerente.button-darkpurple {
  background: #980000;
  color: #fff;
  text-shadow: none;
  background-image: none;
}
.buttonTugerente.button-blue {
  background: #0047ab;
  color: #fff;
  text-shadow: none;
  background-image: none;
}
.buttonTugerente.button-green {
  background: #04af29;
  color: #fff;
  text-shadow: none;
  background-image: none;
}
.buttonTugerente.button-green.bold {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.buttonTugerente.button-zozzi {
  background: #22a04e;
  color: #fff;
  text-shadow: none;
  background-image: none;
}
.buttonTugerente.button-purple:hover {
  background-color: #de564e;
  color: #fff;
  text-shadow: none;
}
.buttonTugerente.button-blue:hover {
  background-color: #6495ed;
  color: #fff;
  text-shadow: none;
}
.buttonTugerente.button-darkpurple:hover {
  background-color: #bb0707;
  color: #fff;
  text-shadow: none;
}
.buttonTugerente.button-zozzi:hover {
  background-color: #1d8a42;
  color: #fff;
  text-shadow: none;
}
.buttonTugerente.button-purple:active,
.buttonTugerente e {
  background-color: #d13228;
  color: #fff;
  text-shadow: none;
}
.buttonTugerente.button-zozzi:active {
  background-color: #197338;
  color: #fff;
  text-shadow: none;
}

::placeholder {
  color: #b7b9c2 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7b9c2 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7b9c2 !important;
}

.pui-separator {
  border: none;
  border-bottom: 1px solid #d2d4de;
  margin: 16px 0;
}

.left-align {
  text-align: left;
}

.center-align {
  text-align: center;
}

.d-none {
  display: none;
}

.pl-0 {
  padding-left: 0;
}

.checkbox-label {
  position: relative;
  margin: 0;
  padding-left: 24px;
}
.checkbox-label .checkbox-toggle {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dedede;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.1s linear;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox-label p {
  display: inline-block;
  font-weight: 400;
  margin: 0 0 0 7px;
  vertical-align: middle;
}
.checkbox-label input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.checkbox-label input[type=checkbox]:checked + .checkbox-toggle:after {
  opacity: 1 !important;
}
.checkbox-label .checkbox-toggle:after {
  font-family: FontAwesome;
  content: "";
  color: #fff;
  width: auto;
  position: absolute;
  top: 2px;
  left: 5px;
  font-size: 10px;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all 0.17s linear;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-label input[type=checkbox]:checked + .checkbox-toggle {
  border: 1px solid #38040e;
  background-color: #38040e;
}

@media (max-width: 340px) {
  .landing-header {
    display: block !important;
  }
}
.wrapper-input-phone-number {
  width: 100%;
}

.wrapper {
  max-width: 37.5rem;
  margin: auto;
  padding: 0 1rem;
}

.title {
  color: #666666;
}

.refer-form__label {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #666666;
}
.refer-form__input {
  margin-bottom: 0.3125rem;
}
.refer-form__button-wrapper {
  max-width: 300px;
  text-align: center;
  margin: auto;
  padding-top: 1.5rem;
}
.refer-form__bottom {
  text-align: center;
  padding-top: 2rem;
}

.logo-black {
  display: block;
  margin: auto;
}

.fw-bold {
  font-weight: bold;
}

.referred-container .pui-pill {
  color: #383f4f;
}

.referred-container .pui-pill.selected {
  color: #e53535;
}

.referred-container .buttonTugerente.button-purple {
  background: #e53535;
}

.referred-container .buttonTugerente.button-purple:hover {
  background-color: #d41b1b;
}

.referred-container .buttonTugerente.button-purple:active {
  background-color: #d41b1b;
}

.container-login-referred {
  margin: 0 auto;
  padding: 32px 0;
  width: 500px;
  z-index: 1;
}

.info-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-wrapper .info {
  text-align: center;
  width: 100%;
  height: 100px;
}

.buttonTugerente.button-outline {
  background: transparent;
  color: #e53535;
  text-shadow: none;
  border: 1px solid #e53535;
  max-width: 300px;
}

.buttonTugerente.button-outline-zozzi {
  color: #22a04e !important;
  border: 1px solid #22a04e;
}

.simple-generic-span {
  font-size: 14px;
  color: #383f4f;
  display: inline-block;
  text-decoration: none;
  cursor: default;
  font-weight: 500;
}

.referred_wrapper {
  align-items: center;
  background: linear-gradient(135deg, #eaeaeb 0%, #f3f6f8 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  padding-right: 15px;
  padding-left: 15px;
}

.referred_wrapper.wp-white {
  background: white;
}

.referred_wrapper.wp-gris {
  background: linear-gradient(135deg, #eaeaeb 0%, #f3f6f8 100%);
}

.referred_wrapper.wp-zozzi {
  background: #ffffff;
}

.referred_wrapper.wp-zozzi .pui-pill.selected {
  color: #22a04e;
}

.text-zozzi {
  color: #22a04e !important;
}

.landing-header .referred-logo {
  display: block;
  max-width: 500px;
  width: 100% !important;
}

/*# sourceMappingURL=api.css.map */
