body,
html {
    width: 100%;
    height: 100%;
    margin: 0
}

.ds-frame-site {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    z-index: 1
}

.ds-frame-preview {
    --hf: 280px;
    width: 100%;
    height: var(--hf);
    position: absolute;
    z-index: -1;
    overflow: hidden
}

.ds-frame-preview::before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: -2;
    position: absolute;
    inset: 0;
    margin: auto;
    background-image: linear-gradient(rgba(var(--ds-light-rgb), .825), var(--ds-light))
}

.ds-frame-preview img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -3
}

.ds-frame-inner {
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.ds-frame-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 240px;
    width: 480px
}

.ds-frame-body {
    width: 480px;
    padding: 2rem;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.ds-loading-box:not(.d-none)~* {
    display: none !important
}

.ds-loading-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center
}

@media (max-width: 1199.98px) {
    .ds-frame-inner {
        flex-direction: column
    }

    .ds-frame-header {
        margin-top: 2.5rem
    }
}

@media (max-width: 575.98px) {

    .ds-frame-body,
    .ds-frame-header {
        width: 100%
    }
}




.CodigoValidacion {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.CodigoValidacion input {
    width: 45px;
    height: 45px;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--ds-font);
    text-align: center;
    border: 2px solid var(--ds-blue-200);
    border-radius: 8px;
}

.AlinearBotones {
    align-items: center;
}

.InputPassword {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.BtnPassword {
    cursor: pointer;
    font-size: 20px;
}

.ds-box-loading {
    width: 100%;
    min-height: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    text-align: center
}

.ds-box-loading:not(.d-none)~* {
    display: none !important
}

.ds-box-loading code {
    font-size: 1.25rem;
    max-width: 900px;
    margin: 0 auto
}