.container-fluid .row{
    height: 100vh;
}
.container-fluid .row .col-md-8{
    padding: 0px !important;
}
.container-fluid .row .col-md-4{
    padding: 0px !important;
}	
.container-fluid .row .col_plomo{
    height: 100%;
    background-color: #E9E9E9;
    text-align: center;
    display: flex;
}
.container-fluid .row .col_plomo img{
    max-width: 59% !important;
    margin: auto;
}


.container-fluid .row .col_blanco{
    display: flex;
    height: 100%;
}
.container-fluid .row .col_blanco form{
    width: 80% !important;
        margin: auto;
}
.container-fluid .row .col_blanco form input{
        border: none !important;
border-bottom: 1px solid !important;
border-radius: 0px !important;
padding: 15px 20px !important;
font-size: 20px !important;
color: #000000 !important;
}
.col_form{
    width: 100%;
    margin: auto;
}
.titles_form{
    text-align: center;		
}
.titles_form h3{
    font-size: 50px;
    font-weight: 700;
}



.col_button button{
    width: 100%;	
    background-color: #1B1D21;
    border: #1B1D21;
    padding: 15px 0px;	
    border-radius: 30px;
    font-weight: 700;
}
.register_a a{
    color: #000000;
    font-weight: 600;
}