#body-login {
    background-color: #ffffff !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100%;
}

#image-login {
    width: 100% !important;
}

#cintillo-mobile {
    align-items: center;
    background-color: #fff !important;
    display: flex;
    height: 50px;
    justify-content: space-between;
}

#foto_login {
    height: 100vh;
    width: 100%;
}

#bicentenario {
    width: 10%;
}

#cintillo {
    width: 60%;
}

#login-right-box {
    border-radius: 10px;
    box-shadow: 0px 2px 2px 2px #e4e4e4 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px;
    width: 50%;
}

#login_logo_id img {
    max-width: 100%;
}

#login-form-center {
    display: grid;
    grid-template-rows: auto 1fr !important;
    height: 100vh !important;
}

#content-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box {
    margin: 25px 0px !important;
}

@media screen and (min-width:1000px) and (max-width:1400px) {
    #login-right-box {
        width: 70% !important;
    }
}

@media screen and (min-width:360px) and (max-width:1000px) {
    #cintillo-mobile {
        padding: 0 !important;
    }

    #cintillo {
        width: 75% !important;
    }

    #bicentenario {
        width: 15% !important;
    }
    
    #login-form-right {
        display: none !important;
    }

    #body-login {
        grid-template-columns: 1fr !important;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    #login-right-box {
        width: 80% !important;
    }
}

@media screen and (min-width:360px) and (max-width:575px) {
    #login-right-box {
        width: 95% !important;
    }
}