/**--RESETS--**/
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}
strong {
  font-weight: 700;
}
hr {
  border: 0;
  border-top: 0.05rem solid #c7c7c7;
  width: 100%;
}
/**--LAYOUT--**/
:root {
  --color-body: #000D32;

  --color-primary: #001246;
  --color-primary-darken: #001246;
  --color-danger: #842029;
  --color-secondary: #61605D;
  --color-light: #F0F0ED;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.125rem;
  font-weight: lighter;
  font-variant: normal;
  font-style: normal;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  min-height: 100%;
  color: #61605D;
}
.container {
  position: relative;
  width: 100%;
  max-width: 25rem;
  padding: 3.125rem 1.875rem;
  text-align: center;
}
.title {
  font-size: 1.2rem;
}
.my-account {
  font-weight: 600;
  color: var(--color-body);
  font-size: 1.125rem;
}

.brands {
  margin: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 0.75rem;
  align-items: center;
}
.group-brand {
  display: block;
  height: 3rem;
  margin: 0.3rem auto 1rem auto;
}
a {
  line-height: 1rem;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  font-size: 0.9rem;
  letter-spacing: 0;
  color: #001840;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
/**--HELPERS--**/
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.text-left {
  text-align: left;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}
.text-bold {
  font-weight: bold;
}
.text-base {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.leading-loose {
  line-height: 2;
}
.float-right {
  float: right;
}
.or {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  margin: 0.75rem 1.5rem;
  pointer-events: none;
  font-size: 0.75rem;
  line-height: 1;
}
.or::before,
.or::after {
  display: inline-block;
  content: "";
  border-top: 0.1rem solid var(--color-light);
  margin: 0 0.5rem;
  flex-grow: 1;
}
/**--FORM--**/
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.form-messages {
  min-height: 1.125rem;
}
.form-group.has-error,
.form-group.has-error .form-label,
.form-group.has-error .form-helper {
  color: #842029;
}
.form-group.has-error .check-list :not(.active)::marker {
  color: #842029;
  content: "\2715  ";
}
.form-group.has-error input {
  border-color: #842029;
}
.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  color: inherit;
  background-color: transparent;
  border-left: 0.5rem solid transparent;
}
.alert a {
  color: inherit;
  text-decoration: underline;
}
.alert-error {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-info {
  color: #052c65ff;
  background-color: #cfe2ffff;
  border-color: #9ec5fe;
}
.form-group {
  margin-bottom: 1rem;
  position: relative;
  display: block;
  clear: both;
}
.form-control {
  padding: 0.6rem 1rem 0.5rem 1rem;
  font-size: 1rem;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.05rem solid #bbb;
  appearance: none;
  border-radius: 1.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-label {
  color: #61605D;
  display: block;
  text-align: left;
  padding-left: 1.2rem;
  font-size: 0.75rem;
  margin-bottom: 0.2rem;
}
.form-control:read-only,
.form-control:disabled {
  background: #f4f4f4;
  color: #666;
}
.form-check {
  display: block;
  text-align: left;
  min-height: 1.5rem;
  padding-left: 1.5em;
  font-size: 0.8rem;
}
.form-check input {
  float: left;
  margin-left: -1.5em;
}
.form-check a {
  font-size: inherit;
  color: inherit;
}
.form-helper {
  color: #95a5a6;
  font-size: 0.75em;
  text-align: left;
  padding: 0.2rem 1rem;
}
.toggle-password {
  position: absolute;
  top: 1.9rem;
  right: 1rem;
  width: 1.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #666;
}
.check-list {
  margin-left: 1.2rem;
}
.check-list .active {
  color: #95a5a6;
}
.check-list .active::marker {
  color: #16a085;
  content: "\2713  ";
}
a svg,
button svg {
  display: block;
  color: inherit;
}
.toggle-password.shown .show,
.toggle-password.hidden .hide {
  display: none;
}
#pwdCheckList {
  display: flex;
  flex-wrap: wrap;
  list-style-position: inside;
}
#pwdCheckList li {
  flex-basis: 50%;
}
#pwdCheckList li.active {
  color: #666666;
}
/**--BUTTONS--**/
.button {
  line-height: 1.2rem;
  font-weight: 500;
  font-variant: normal;
  font-style: normal;
  font-size: 0.75rem;
  padding: 0.5rem;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  border-radius: 1.25rem;
  border: 0.05rem solid rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.05);
  color: #444;
}
.button:hover {
  background-color: transparent;
  color: #bdc3c7;
  text-decoration: none;
  border-color: #bdc3c7;
}
.button:disabled {
  opacity: 0.8;
}
.button:disabled span {
  opacity: 0.2;
}
.button-lg {
  padding: 1rem 0.5rem;
  font-size: 1.1rem;
}
.button-danger {
  color: #ecf0f1;
  background-color: #e74c3c;
}
.button-danger:hover {
  background-color: #ecf0f1;
  color: #c0392b;
}
.button-primary {
  color: #fff;
  background-color: var(--color-primary);
}
.button-primary:hover {
  background-color: var(--color-primary-darken);
}
.button-link,
.button-link:hover {
  color: #707070;
  background-color: transparent;
  text-decoration: underline;
  text-transform: none;
  border: none;
  font-weight: normal;
}
.button-link:hover {
  color: #333;
}
.button-social-signin {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  display: block;
  background-color: #f2f2f2;
  background-image: none;
  border: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--color-secondary);
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: .75rem;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
  margin-bottom: 0.75rem;
}

.button-social-signin .button-social-signin-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.button-social-signin .button-social-signin-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.button-social-signin .button-social-signin-contents {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.button-social-signin .button-social-signin-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.button-social-signin:disabled {
  cursor: default;
  background-color: #ffffff61;
}

.button-social-signin:disabled .button-social-signin-state {
  background-color: #1f1f1f1f;
}

.button-social-signin:disabled .button-social-signin-contents {
  opacity: 38%;
}

.button-social-signin:disabled .button-social-signin-icon {
  opacity: 38%;
}

.button-social-signin:not(:disabled):active .button-social-signin-state,
.button-social-signin:not(:disabled):focus .button-social-signin-state {
  background-color: #001d35;
  opacity: 12%;
}

.button-social-signin:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  text-decoration: none;
}

.button-social-signin:not(:disabled):hover .button-social-signin-state {
  background-color: #001d35;
  opacity: 8%;
}

.button.loading {
  position: relative;
}
.button.loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: loading-spinner 1s ease infinite;
}
.bi {
  display: inline-block;
  vertical-align: middle;
  height: 1rem;
}
.go-back {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: auto;
  z-index: 999;
}
/**--LOGIN--**/
.for-user {
  display: none;
}
.is-user .for-user {
  display: block;
}
.is-user .for-guest {
  display: none;
}
/**--ANIMATIONS--*/
@keyframes loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}
