/* Extra small devices (phones, 600px and down) */

.center_image {
    border-radius: 150px;
}

.btn-registrate {
    float: right;
    margin-top: 10px;
}
.login_box {
    background-image: url('/img/front_left.png');
    background-size: cover;
    background-position: center;
}




@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 {
        width: 60%;
        height: auto;
        margin-right: auto;
        display: block;
    }
    .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: center;
        flex-wrap: wrap;
        min-width: 50%;
        font-size: 100%;

    }

    .login_box .login_title .login_title_span_1{
        font-weight: 400;
        color: #126FB5;
        font-size: 2rem;
    }
    .login_box .login_title .login_title_span_2{
        font-weight: 700;
        color: #126FB5;
        font-size: 32px;
    }
    .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: 50%;
        max-width: 50%;
    }

}


/* 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: 38%;
        transform: translate(-50%, -50%);
    }
    .texto-encima {
        position: absolute;
        top: 41%;
        left: 40%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        font-weight: bold;
        color: #FFFFFF
    }
    .texto-encima_2 {
        position: absolute;
        top: 51%;
        left: 20%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        color: #FFFFFF;
    }
    .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;
    }
    .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: #126FB5;
        font-size: 2rem;
    }
    .login_box .login_title .login_title_span_2{
        font-weight: 700;
        color: #126FB5;
        font-size: 32px;
    }
    .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%;
    }
}


/* 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;
    }
    .texto-encima {
        position: absolute;
        top: 41%;
        left: 40%;
        transform: translate(-50%, -50%);
        font-size: 70px;
        font-weight: bold;
        color: #FFFFFF
    }
    .texto-encima_2 {
        position: absolute;
        top: 51%;
        left: 20%;
        transform: translate(-50%, -50%);
        font-size: 25px;
        color: #FFFFFF;
    }

    .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: #126FB5;
        font-size: 2rem;
    }
    .login_box .login_title .login_title_span_2{
        font-weight: 900;
        color: #126FB5;
        font-size: 40px;
    }
    .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;
} */
.img_petro_peru img {
    min-width: 100%;
    min-height: 100%;
    padding: 0px;
}
@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: flex-start;
        align-items: center;
        flex-direction: column;
    }
    .login_box .image-user {
        width: 50%;
        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: #126FB5;
        font-size: 3rem;
    }
    .login_box .login_title .login_title_span_2{
        font-weight: 900;
        color: #126FB5;
        font-size: 50px;
    }
    .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%;
    }
    .texto-encima {
        position: absolute;
        top: 41%;
        left: 40%;
        transform: translate(-50%, -50%);
        font-size: 86px;
        font-weight: bold;
        color: #FFFFFF
    }
    .texto-encima_2 {
        position: absolute;
        top: 51%;
        left: 20%;
        transform: translate(-50%, -50%);
        font-size: 32px;
        color: #FFFFFF;
    }
    .img_logo_petroperu {
        width: 250px;
        height: 250px;
        position: absolute;
        top: 10%;
        left: 23%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (min-width: 1824px) {
    .texto-encima {
        position: absolute;
        top: 41%;
        left: 40%;
        transform: translate(-50%, -50%);
        font-size: 130px;
        font-weight: bold;
        color: #FFFFFF
    }
    .texto-encima_2 {
        position: absolute;
        top: 51%;
        left: 20%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        color: #FFFFFF;
    }
}
