body,
html {
    font-family: roc-grotesk;
    margin: 0;
    padding: 0;
    height: 100%;
}

#login_box {
    background-color: #f6f8fc;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

#lado_izquierdo {
    background: #0d0dd4;
}

.color_texto_1 {
    color: #5c5e6d;
}

.color_texto_2 {
    color: #4244e5;
    text-decoration: none;
}

.container-fluid {
    padding: 0;
}

.left-box,
.right-box {
    overflow: hidden;
}

.left-box {
    width: 43%;
    margin-top: 530px;
}

.right-box {
    width: 57%;
    margin-top: 270px;
}

.text-left {
    font-family: roc-grotesk-wide;
    font-weight: 600;
    margin-top: 150px;
    margin-left: 115px;
}

.img {
    transform: translate(-25%, 10%);
}

.text-under {
    font-family: roc-grotesk;
    margin-left: 115px;
    margin-top: 10px;
    font-size: 20px;
    color: #f5f8fd;
}

.text-right {
    margin-left: 180px;
    margin-right: 150px;
    font-size: 20px;
}

.iniciaform {
    font-family: roc-grotesk;
    font-weight: 600;
    margin-top: 30px;
    color: #212134;
}

.align-right {
    float: right;
}

.btn {
    background-color: #212135;
    border-radius: 10px;
    margin-top: 30px;
    color: white;
    padding: 10px 50px;
    font-size: 20px;
    font-weight: bold;
    border: none;
}

.align-right {
    float: right; /* Alinea el botón a la derecha */
}

.formStyle {
    background-color: #dde6f4;
    width: 100%;
    border: none;
    padding: 12px;
    border-radius: 10px;
}

.contactanos {
    margin-top: 15px;
}

.imagotipo1 {
    display: flex;
    position: sticky;
    bottom: -90vh;
    width: 80vw;
}

.imagotipo {
    width: 10vw;
    margin-right: 150px;
}

#togglePassword {
    position: absolute;
    z-index: 99;
}

.btn_continuar:hover {
    color: #fff !important;
    background-color: #212135 !important;
}

@media screen and (max-width: 1200px) {
    .left-box {
        margin-top: 420px;
    }
    #navbar_box {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
@media screen and (max-width: 850px) {
    .text-left,
    .text-under {
        margin-left: 30px !important;
    }

    .text-right {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .imagotipo {
        width: 40vw;
    }
}

@media screen and (max-width: 450px) {
    .left-box {
        display: none !important;
    }

    .right-box {
        width: 100vw !important;
    }

    .imagotipo {
        width: 60vw;
    }

    .align-right {
        margin-left: auto;
        margin-right: auto;
    }

    .btn_continuar {
        width: 60vw !important;
    }
}
