.cuerpo
{
    font-family: sans-serif;  
    width: 100%; 
    height: 250px; 
    grid-template-columns: repeat(2,50%);
}
#lado1
{   
    padding-top: 2rem;
    padding-left: 2.5rem;
    float: left;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#LogoComprobante
{
    border-radius: 0.2rem;
    /* box-shadow: 1px 5px 5px rgba(0, 0.5, 0, 0.50); */
    width: 600px;
    /* width: 450px;
    padding-top: 2rem; */
    height: auto;
}
#LogoComprobante:hover
{
    transform: scale(1.1);
    
}

/*---------------------:::Login:::-----------------------------*/

#lado2
{
    /* background-color: rgb(119, 250, 250); */
    padding-right: 4rem;
    float: right;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;  
    transform: translateY(-10%);   
}
.login
{   
    
    border-left: solid #890e33;
    padding-top: 1rem;
    text-align: center;
    width: 100%;
    transform: translateX(5%);  
       
}
#logoSefina
{
    width:370px; 
    height:80px;
    padding-top: 20px;
}
/*
.login_form
{
    padding-top: 3rem;
}
.input_group
{
    position: relative;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}
.input_fill input
{
    border: none;
    border-bottom: 3px solid rgba(189, 184, 184, 0.644);
    width: 100%;
    height: 1.5rem;
    font-size: 1rem;
    padding-left: 2rem;
    padding-bottom: 0.5rem;    
}
.input_fill input:focus
{
    outline: none;
    border-color: #890e33;
}
.input_fill input:focus ~ i
{
    color: #890e33;
}
.input_fill i
{
    position: absolute;
    top: 4px;
    left: 1px;
    color: gray;
    font-size: 1.5rem;
}
.eye
{
    position: absolute;
    right: -50px;
    transform: translate(50%,50%); 
    top: 1px;
    cursor: pointer;
}
#hidde1
{
    display: none;
    color: #890e33;
    transform: translate(-180%,0%);
}
#hidde2
{
    color:gray;
    transform: translate(-180%,0%);
}
.login_form a
{
    display: block;
    width: 40%;
    text-align: left;
    text-decoration: none;
    color: gray;
    margin-bottom: 1.5rem;
    font-weight: 700;
    transition: 0.3s ease-in-out all;
    font-size: 13px;
    transform: translate(50%,0%); 
}
.login_form a:hover
{
    color: #890e33;
}

.btn_login
{    
    width: 30%;
    border: 1px solid #890e33;
    font-size: 1.1rem;
    font-weight: 500;
    background-color: #890e33;
    color: white;
    padding: 0.5rem 0;
    transition: 0.3s ease-in-out all;
}
.btn_login:hover
{
    cursor: pointer;
    background-color: white;
    color: #890e33;
} */

@media screen and (max-width: 999px)
{
    #lado1
    {
        display: none;
    }
    .login
    {   
        border: none;
        text-align: center;
        width: 100%;
        transform: translate(-45%, 10%);
    }
    .input_group
    {
        position: relative;
        width: 150%;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .login_form a
    {
        width: 100%;
        height: auto;
        transform: translateX(-1%);
    }
    .btn_login
    {
        width: 100%;
        height: auto;
        transform: translateX(30%);        
    } 
}
@media screen and (max-width: 800px)
{

    #lado1
    {
        display: none;
    }
    .login
    {   
        border: none;
        text-align: center;
        width: 100%;
        transform: translate(-45%, 10%);
    }
    .input_group
    {
        position: relative;
        width: 150%;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .login_form a
    {
        width: 100%;
        height: auto;
        transform: translateX(-1%);
    }
    .btn_login
    {
        width: 100%;
        height: auto;
        transform: translateX(30%);        
    } 
}
@media screen and (max-width: 700px)
{
    #lado1
    {
        display: none;
    }
    .login
    {   
        border: none;
        text-align: center;
        width: 100%;
        transform: translate(-45%, 10%);
    }
    .input_group
    {
        position: relative;
        width: 150%;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .login_form a
    {
        width: 100%;
        height: auto;
        transform: translateX(-1%);
    }
    .btn_login
    {
        width: 100%;
        height: auto;
        transform: translateX(30%);        
    } 
}
@media screen and (max-width: 599px)
{
    #lado1
    {
        display: none;
    }
    /* #logoSefina
    {
        transform: translateX(30%);
    } */
    .login
    {   
        border: none;
        text-align: center;
        width: 100%;
        transform: translate(-55%, 10%);
    }
    .input_group
    {
        position: relative;
        width: 150%;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .login_form a
    {
        width: 100%;
        height: auto;
        transform: translateX(-1%);
    }
    .btn_login
    {
        width: 100%;
        height: auto;
        transform: translateX(30%);        
    } 
}
/* @media screen and (max-width: 700px)
{
    #lado1
    {
        display: none;
    }
    .login
    {   
        border: none;
        text-align: center;
        width: 100%;
        transform: translate(-45%, 0%);
    }
    .input_group
    {
        position: relative;
        width: 150%;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .login_form a
    {
        width: 100%;
        height: auto;
        transform: translateX(-1%);
    }
    .btn_login
    {
        width: 100%;
        height: auto;
        transform: translateX(30%);
        
    }  
}
@media screen and (max-width: 600px) 
{
    #lado1
    {
        display: none;
    }
    .login
    {   
        border: none;
        text-align: center;
        width: 100%;
        transform: translate(-45%, 0%);
    }
    .input_group
    {
        position: relative;
        width: 150%;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .login_form a
    {
        width: 100%;
        height: auto;
        transform: translateX(-1%);
    }
    .btn_login
    {
        width: 100%;
        height: auto;
        transform: translateX(30%);
        
    }  
}
@media screen and (max-width: 500px)
{
    #lado1
    {
        display: none;
    }
    .login
    {   
        border: none;
        text-align: center;
        width: 100%;
        transform: translate(-45%, 0%);
    }
    .input_group
    {
        position: relative;
        width: 150%;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .login_form a
    {
        width: 100%;
        height: auto;
        transform: translateX(-1%);
    }
    .btn_login
    {
        width: 100%;
        height: auto;
        transform: translateX(30%);
        
    }  
}*/ 
@media screen and (max-width: 400px) 
{    
    #lado1
    {
        display: none;
    }
    .login
    {   
        padding-top: 1rem;
        border: none;
        text-align: center;
        width: 100%;
        transform: translate(-80%, 0%);
    }
    #logoSefina
    {
        width: 200%;
        height: auto;
        padding-top: 2rem;
    }
    .input_group
    {
        position: relative;
        width: 175%;
        margin: 0 auto;
        margin-bottom: 1rem;
        transform: translate(5%, 0%);
    }
    .login_form a
    {
        width: 100%;
        height: auto;
        transform: translateX(10%);
    }
    .btn_login
    {
        width: 140%;
        height: auto;
        transform: translateX(25%);
        
    }  
}
/* @media screen and (max-width: 300px)
{
    #lado1
    {
        display: none;
    }
    .login
    {   
        border: none;
        padding-top: 1rem;
        text-align: center;
        width: 70%;
        transform: translateX(-10%);  
        
    }
} */