main{
    display: flex;
    flex-direction: row;
     background: url('/assets/img/back-login.png') center / cover no-repeat;
    height: 703px;
    padding: 0px;
    margin: 0px;
}html {
  font-family: "Heebo", sans-serif;
}

body {
  font-family: 'Heebo', sans-serif;
    margin: 0px;
}button#boton-asesor {
    border-radius: 100px;
    background: var(--Lila, #DEE2FB);
    display: flex
;
    height: 40px;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #1D3C68;
    text-align: center;
    border-color: transparent;
}
header {
    padding: 40px 10px 40px 10px;
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background: #F7F7F7;
}
input#dni {
    margin-bottom: 16px;
}a.link {margin-left: -35px;
}
.footer__container {
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}footer {
    background: var(--Azul-500, #4D6C9F);
    color: white;
}.footer__links,
.footer__social {
  list-style: none;   /* saca el marcador */
  padding-left: 0;    /* quita el sangrado */
  margin: 0;
}
ul.footer__social {
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}.footer__left {
    margin-top: 60px;
    margin-bottom: 60px;
}ul.footer__social a {
    margin-right: 20px;
}ul.footer__links a {
    color: white;
}
div#columna2 {
    display: flex
;
    align-items: center;
}
div#columna1 {
    width: 60%;
}
p.subtitle2 {
    margin-top: -42px;
}form {
    text-align: center;
}
div#borde-blanco {
    display: flex;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 25px;
    padding: 60px 60px 60px 60px;
    flex-direction: column;
    align-items: center;
}.field {
    display: flex;
    place-self: anchor-center;
    }
.alert {
        background: #F9DEDE;
    color: #F32C30;
    font-family: Heebo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
    position: absolute;
    font-family: Heebo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;

}button.toggle-pass {
    margin-right: -25px;
}.actions {
    text-align: -webkit-center;
}
h1 {
    height: 69px;
    align-self: stretch;
    color: var(--Azul, #4D6C9F);
    text-align: center;
    font-family: Heebo;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.64px;
}p.subtitle {
    color: var(--Azul-900, #1D3C68);
    text-align: center;
    font-family: Heebo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.4px;
}input {
    border-radius: 50px;
    border: 1px solid var(--Azul-300, #889DBF);
    padding: 15px 20px;
}a.link {
    color: var(--Azul-900, #1D3C68);
    font-family: Heebo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-decoration: none;
}button.btn {
    border-radius: 100px;
    background: var(--Azul, #4D6C9F);
    color: white;
    padding: 12px 30px;
    margin-top: 12px;
}p.alt {
    color: var(--Azul-900, #1D3C68);
    text-align: center;
    font-family: Heebo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}a.link-strong {
    color: var(--Azul-900, #1D3C68);
    font-family: Heebo;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}button.toggle-pass {
    border: 0px;
    background: none;
}button.botton-2 {
    margin-left: 26px;
    border-radius: 100px;
    background: var(--Azul, #4D6C9F);
    color: white;
    padding: 12px 30px;
    margin-top: 10px;
}.reff {
    text-decoration: none;
    color: black;
}