*{
    margin: 0px;
    padding: 0px;
}

#bg {
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
    background: linear-gradient(127deg, #AC182F 0%, #520800 75%);
}

.login-adorno.derecha{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    max-width: 1007px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.login-adorno.izquierda.logo{
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
    top: 5%;
    /* left: 5%; */
    height: auto;
    align-items: center;
}
.login-adorno.izquierda{
    position: relative;
    top: 15%;
    margin-left: 5%;
}
.cmz-vh-100{
    height: 95vh!important;
}

/* Small devices (tablets, 576px and up) */
@media (min-width: 576px) {
    .login-adorno.derecha{
        bottom: 0;
        right: 0;
        width: 65%;
        max-width: 1007px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    .login-adorno.izquierda.logo{
        padding-left: 5%;
        margin-top: 2rem;
        margin-bottom: 2rem;
        position: unset;
        top: 5%;
        height: auto;
        align-items: center;
    }
    .login-adorno.izquierda{
        padding-left: 5%;
        width: 100%;
        /* margin-bottom: 2rem; */
        margin-left: 0;
        position: unset;
        top: 15%;
    }
    #bg {
        background: linear-gradient(127deg, #AC182F 0%, #520800 75%);
    }
    .cmz-vh-100{
        height: calc(100vh - 154px)!important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #bg {
        /* background: linear-gradient(110deg, #e11d08 50%, #F5F5F5 50%); */
        background: linear-gradient(127deg, #AC182F 0%, #520800 75%);
    }
    .login-adorno.derecha{
        position: fixed;
        left: 50%;
        width: 50%;
    }

    #bg {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #bg {
        background: linear-gradient(127deg, #AC182F 0%, #520800 75%);
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #bg {
        flex-direction: row;
    }
    .login-adorno.izquierda{
        width: unset;
        padding-left: 0;
        position: fixed;
        top: 4%;
        right: 68%;
        height: 100%;
    }
    .login-adorno.izquierda.logo{
        padding-left: 0;
        position: fixed;
        top: 0%;
        left: 5%;
        height: auto;
        align-items: center;
    }

}

/* Extra Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px){
    .login-adorno.izquierda{
        top: 0;
        right: 70%;
        height: 100%;
        align-items: center;
    }
}
