@font-face {
  font-family: "XfinityBrown";
  src: url("../fonts/XfinityBrown-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

.auth {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .auth {
    flex-direction: row;
    gap: 0;
  }
}
.auth__content {
  padding: 2.5rem 1.5rem 0;
}
@media (min-width: 1024px) {
  .auth__content {
    flex: 0 0 50%;
    padding-top: 6rem;
  }
}
.auth__container {
  width: 100%;
  max-width: 27.4rem;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .auth__container {
    max-width: 35.25rem;
  }
}
.auth__logo {
  display: flex;
  align-items: center;
  margin-bottom: 1.75rem;
}
@media (min-width: 1024px) {
  .auth__logo {
    margin-bottom: 2.5rem;
  }
}
.auth__logo img {
  display: block;
  height: 1.5rem;
  width: 4.4375rem;
  object-fit: contain;
  flex-shrink: 0;
}
.auth__user {
  color: #141417;
  font-family: "XfinityBrown", "DM Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
.auth__title {
  color: #141417;
  font-family: "XfinityBrown", "DM Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.4px;
}
.auth__form input {
  width: 100%;
  height: 56px;
  padding: 15px 16px;
  margin: 1rem 0;
  background-color: #f6f6f9;
  border: 1px solid #62626c;
  border-radius: 4px;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  color: #141417;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.auth__form input::placeholder {
  color: #62626c;
}
.auth__form input:focus {
  border: 2px solid #5a23b9;
  font-weight: 500;
}
.auth__password-wrapper {
  position: relative;
}
.auth__password-wrapper input[type=password],
.auth__password-wrapper input[type=text] {
  padding-right: 56px;
}
.auth__password-toggle {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #62626c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0;
}
.auth__password-toggle[hidden] {
  display: none;
}
.auth__password-toggle:hover {
  color: #141417;
}
.auth__password-toggle svg {
  width: 20px;
  height: 20px;
}
.auth__forgot-password {
  margin: 2px;
  display: inline-block;
  position: relative;
}
.auth__forgot-password a {
  font-size: 1rem;
  color: #5a23b9;
  font-family: "XfinityBrown", "DM Sans", Helvetica, Arial, sans-serif;
  text-decoration: none;
  transition: color 0.2s ease-in;
}
.auth__forgot-password a:hover {
  color: #36156f;
}
.auth__forgot-password[hidden] {
  display: none;
}
.auth__forgot-password::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  right: 50%;
  height: 2px;
  background-color: #36156f;
  transition: left 0.2s ease-in, right 0.2s ease-in;
}
.auth__forgot-password:hover::after {
  left: 0;
  right: 0;
}
.auth__stay-signedin {
  margin-block: 2rem;
}
.auth__signout {
  margin-top: 1.5rem;
  padding: 2px;
}
.auth__signout a {
  font-size: 1rem;
  color: #141417;
  font-family: "XfinityBrown", "DM Sans", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-in;
}
.auth__signout a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  right: 50%;
  height: 2px;
  background-color: #141417;
  transition: left 0.2s ease-in, right 0.2s ease-in;
}
.auth__signout a:hover::after {
  left: 0;
  right: 0;
}
.auth__troublesignin {
  font-size: 14px;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  color: #141417;
  margin-top: 40px;
  padding: 2px 0;
}
.auth__troublesignin a {
  color: #5a23b9;
  transition: color 0.2s ease-in;
}
.auth__troublesignin a:hover {
  color: #36156f;
}
.auth__payment[hidden] {
  display: none;
}
.auth__payment .auth__field {
  margin: 1rem 0;
}
.auth__payment .auth__card-row .auth__field {
  margin: 0;
}
.auth__field {
  display: flex;
  flex-direction: column;
}
.auth__field input {
  margin: 0;
}
.auth__card-row {
  display: grid;
  grid-template-columns: 1fr 90px 80px;
  gap: 10px;
  margin: 0.5rem 0;
  align-items: start;
}
.auth__secure-text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #62626c;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  margin-top: 0.75rem;
}
.auth__secure-text svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #5a23b9;
  display: inline-block;
}
.auth .input-error {
  font-size: 0.75rem;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  color: #e60023;
  margin-top: 4px;
  display: block;
  line-height: 1.4;
}
.auth__agreement {
  color: #141417;
  font-size: 0.875rem;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}
.auth__agreement a {
  color: #5a23b9;
  transition: all 0.2s ease-in;
}
.auth__agreement a:active {
  color: #5a23b9;
}
.auth__agreement a:visited {
  color: #5a23b9;
}
.auth__agreement a:hover {
  color: #36156f;
}
.auth__button {
  position: relative;
  margin: 2.5rem 0;
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  font-family: "XfinityBrown", "DM Sans", Helvetica, Arial, sans-serif;
  color: #f6f6f9;
  background-color: #5a23b9;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease-in;
  display: inline-block;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid transparent;
}
.auth__button:hover:not(:disabled) {
  background-color: #36156f;
}
.auth__button:disabled {
  cursor: not-allowed;
}
.auth__button-spinner {
  display: none;
  position: absolute;
  inset: 0;
  background-color: rgba(90, 35, 185, 0.6);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.auth__button-spinner::after {
  content: "";
  width: 26px;
  height: 26px;
  border: 2.5px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: xfinity-spin 1s linear infinite;
}
.auth__button--loading .auth__button-spinner {
  display: flex;
}
@keyframes xfinity-spin {
  to {
    transform: rotate(360deg);
  }
}
.auth__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  margin-top: 2px;
  text-decoration: none;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #141417;
  transition: all 0.2s ease-in;
}
.auth__action-icon {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #6b6b76;
  flex-shrink: 0;
}
.auth__action-icon svg {
  width: 24px;
  height: 24px;
}
.auth__action:hover {
  background-color: #f5f5f5;
}
.auth__action:active {
  background-color: #e0e0e0;
}
.auth__action:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.auth__aside {
  flex: 1;
  display: flex;
  justify-content: center;
}
.auth__aside:active {
  border-left: 2px solid #5a23b9;
}
.auth__aside-img {
  display: block;
  width: 300px;
  height: 250px;
  margin: 0 auto;
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat;
  background-image: url("../images/bg-image-mobile.avif");
}
@media (min-width: 1024px) {
  .auth__aside-img {
    width: 100%;
    height: auto;
    min-height: 640px;
    max-height: 1200px;
    background-size: 133.5%;
    background-image: url("../images/bg-image-desktop.avif");
  }
}

.footer {
  padding: 1.5rem 1.5rem 0.5rem;
  background-color: #ffffff;
  font-size: 0.875rem;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer__copyright {
  width: 100%;
  padding: 0 1.5rem;
  margin-bottom: 1rem;
  color: #707071;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer__link {
  width: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: #141417;
  padding: 0 1.5rem;
  margin-bottom: 1rem;
  justify-content: center;
  text-align: center;
}
@media (min-width: 640px) {
  .footer__link {
    width: 33.333%;
  }
}
@media (min-width: 1280px) {
  .footer__link {
    width: auto;
  }
}
.footer__link:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.footer__link span {
  width: 1rem;
  height: 1rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.footer__link span svg {
  width: 100%;
  height: 100%;
}

.settings {
  padding: 8.32px 23.6px;
  border: 1px solid #141417;
  color: #f6f6f9;
  font-family: "XfinityBrown", "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 12.8px;
  text-align: center;
  background-color: #141417;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.settings span {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.settings span svg {
  width: 100%;
  height: 100%;
}

.xfinity-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  user-select: none;
}
.xfinity-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.xfinity-checkbox input[type=checkbox]:not(:checked) ~ .xfinity-checkbox__box {
  background-color: #fff;
  border-color: #5a23b9;
}
.xfinity-checkbox input[type=checkbox]:not(:checked) ~ .xfinity-checkbox__box svg {
  opacity: 0;
}
.xfinity-checkbox input[type=checkbox]:focus ~ .xfinity-checkbox__box {
  outline: 1.5px solid #7B2FBE;
  outline-offset: 2px;
}
.xfinity-checkbox__box {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1.5px solid #5a23b9;
  background-color: #5a23b9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in, border-color 0.3s ease, box-shadow 0.25s ease;
}
.xfinity-checkbox__box svg {
  width: 16px;
  height: 16px;
  display: block;
  opacity: 1;
  transition: opacity 0.25s ease;
}
.xfinity-checkbox__box svg polyline {
  stroke: #ffffff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.xfinity-checkbox__label {
  font-size: 16px;
  color: #141417;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  line-height: 2;
}
.xfinity-checkbox:hover .xfinity-checkbox__box {
  background-color: #36156f;
}

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