
.center_image {
    border-radius:10px;
}

.registrarse-btn {
    display: flex;
    justify-content: start;
}
.login_box {
    background-image: url('/img/mmg_li/background_login.png');
    background-size: cover;
    background-position: center;
}

.img_petro_peru img {
    min-width: 100%;
    min-height: 100%;
    padding: 0px;
}


@media only screen and (max-width: 600px) {
    .img_petro_peru {
        display: none;
    }
    .row_sm_color {
        background-color: transparent;
    }
    .hide_desktop {
        display: inline-block;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 100px) and (max-width:768px){
    .box_img_petro_peru {
        display: none;
    }
    .col-sm-6 {
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
    }
    .hide_desktop {
        display: none;
    }
    .login_box {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* background-image: none; */
    }
    .login_box .image-user {
        align-self: start;
        width: 60%;
        height: auto;
        margin-right: auto;
        display: block;
        padding-left: 5%;
    }
    .login_box .login_form{
        display: flex;
        /* justify-content: center; */
        /* align-content: center; */
        /* align-items: center; */
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 50%;

    }
    .login_box .login_form .btnSubmit{
        font-weight: 100;
        max-width: 80px;
    }

    .login_box .login_title{
        display: flex;
        flex-direction: column;
        align-self: start;
        flex-wrap: wrap;
        min-width: 50%;
        font-size: 100%;

    }

    .login_box .login_title .login_title_span_1{
        font-weight: 400;
        color: #fff;
        font-size: 2rem;
        background-color:#F58220;
        padding-left: 10%;
    }
    .login_box .login_title .login_title_span_2{
        font-weight: 700;
        color: #fff;
        font-size: 25px;
        background-color:#90012F;
        padding-left: 10%;
    }
    .login_box .login_logo_top{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 50%;
    }
    .login_box .login_logo_bottom{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 100%;
        max-width: 100%;
    }

}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .img_petro_peru {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        text-align: center;
    }
    .hide_desktop {
        display: none;
    }
    .img_logo_petroperu {
        width: 250px;
        height: 250px;
        position: absolute;
        top: 10%;
        left: 45%;
        transform: translate(-50%, -50%);
    }
    .login_box {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }
    .login_box .image-user {
        width: 60%;
        height: auto;
        margin-right: auto;
        display: block;
        margin-top: 20px;
    }
    .login_box .login_form{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 80%;
        max-height: 35%;
    }
    .login_box .login_title{
        display: flex;
        flex-direction: column;
        align-self: start;
        flex-wrap: wrap;
        min-width: 80%;
        max-width: 80%;
        font-size: 100%;
        margin: 50px 0;

    }
    .login_box .login_title .login_title_span_1{
        font-weight: 400;
        color:  #fff;
        font-size: 2rem;
        padding-left: 50px;
        background-color:#F58220;

    }
    .login_box .login_title .login_title_span_2{
        font-weight: 700;
        color:  #fff;
        font-size: 30px;
        padding-left: 50px;
        background-color:#90012F;
        width: 120%;
    }
    .login_box .login_logo_top{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 80%;
        max-width: 80%;
    }
    .login_box .login_logo_bottom{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 70%;
        max-width: 100%;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .img_petro_peru {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        text-align: center;
    }
    .hide_desktop {
        display: none;
    }


    .login_box {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }
    .login_box .image-user {
        width: 55%;
        height: auto;
        margin-right: auto;
        display: block;
    }
    .login_box .login_form{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 80%;
    }
    .login_box .login_title{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 80%;
        max-width: 80%;
        font-size: 100%;

    }
    .login_box .login_title .login_title_span_1{
        font-weight: 400;
        color:  #fff;
        font-size: 2rem;
        background-color:#F58220;
    }
    .login_box .login_title .login_title_span_2{
        font-weight: 900;
        color:  #fff;
        font-size: 40px;
        background-color:#90012F;
    }
    .login_box .login_logo_top{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 80%;
        max-width: 80%;
    }
    .login_box .login_logo_bottom{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 70%;
        max-width: 80%;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
/* .img_petro_peru {
    background-image: url('/img/front2.png');
    background-size: cover;
    background-position: center;
} */

@media only screen and (min-width: 1200px) {
    .img_petro_peru {
        width: 100%;
        height: 100%;
        position: relative;
        display: inline-block;
        text-align: center;
    }

    .div-contenedor img {
        width: 100%;
        height: auto;
    }
    .hide_desktop {
        display: none;
    }

    .login_box {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: start;
        align-items: center;
        flex-direction: column;
    }
    .login_box .image-user {
        width: 40%;
        display:flex;
        margin-left: 20px;
        justify-content: start;
        margin-top: 20px;
        margin-bottom: 30px;

    }
    .login_box .login_title{
        display: flex;
        flex-direction: column;
        align-self: start;
        flex-wrap: wrap;
        min-width: 80%;
        max-width: 80%;
        font-size: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;

    }
    .login_box .login_title .login_title_span_1{
        align-self: start;
        font-weight: 400;
        color:  #fff;
        font-size: 3rem;
        width: 400px;
        background-color:#F58220;
        margin-bottom: 0.8rem;
        padding-left: 100px;

    }
    .login_box .login_title .login_title_span_2{
        font-weight: 900;
        color:  #fff;
        font-size: 50px;
        width: 580px;
        background-color:#90012F;
        padding-left: 100px;

    }
    .login_box .login_logo_top{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 80%;
    }
    .login_box .login_logo_bottom{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 70%;
        max-width: 80%;
    }

    .img_logo_petroperu {
        width: 250px;
        height: 250px;
        position: absolute;
        top: 10%;
        left: 23%;
        transform: translate(-50%, -50%);
    }
    .login_box .login_form{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 80%;
    }
    .login_box .login_form .user_container{
        height: 45px;
    }
}

@media only screen and (min-width: 1824px) {

}
