@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,600|Open+Sans:700,600,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800|Montserrat:500,600");

.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

* {
  box-sizing: border-box;
}

.rectangle-1005 {
  background-color: var(--pizazz);
  left: 20px;
  width: 53px;
}

.rectangle-1006 {
  background-color: var(--purple-heart);
  left: 0;
  width: 20px;
}

.recuperar-contrasea {
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: -8px;
    margin-left: 3.0px;
    margin-top: 13px;
    min-height: 26px;
    min-width: 208px;
    text-align: center;
    white-space: nowrap;
}

.group-11609 {
  display: flex;
  height: 19px;
  justify-content: space-between;
  width: 86px;
  cursor: pointer;
}

.a-yuda {
  color: var(--purple-heart-2);
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-xl);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: -3.5px;
  margin-right: -2px;
  margin-top: 1.5px;
  white-space: nowrap;
  width: 60px;
  cursor: pointer;
}

.rectangle {
  height: 7px;
  position: absolute;
  top: 0;
}

.failureNotification {
    color: Red;
    font-family: var(--font-family-montserrat);
    font-size: var(--font-size-m);
    font-weight: 500;
    text-align : center;
}

.polticas-de-privacidad {
    color: #ff8d00;
    font-family: var(--font-family-montserrat);
    font-size: var(--font-size-m);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    min-height: 21px;
    min-width: 184px;
    text-align: center;
    text-decoration: underline;
    white-space: nowrap;
}

.x2022-copyright-pow {
    color: #5c2e91;
    font-family: var(--font-family-montserrat);
    font-size: var(--font-size-m);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    min-height: 21px;
    min-width: 430px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}

.overlap-group {
    height: 671px;
    position: relative;
    width: 1366px;
}

.image {
    background: linear-gradient(250.57deg, #5c2e91 11.3%, #10054d 81.76%);
    display: flex;
    flex: 1;
    justify-content: flex-end;
    overflow: hidden;
    width: 1366px;
}

.image-1 {
    margin-bottom: -46.0px;
    margin-right: 1.0px;
    margin-top: -45.0px;
    object-fit: cover;
    width: 866px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #c2c9d2;
}