* {
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial,Arial, Helvetica, sans-serif;
}

body{
    background-color: #E5ECF9;
}

    .container{
    display: flex;
    height: 600px;
    width: 1000px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    margin: auto;
    margin-top: 150px;
    }

    /*.infor{
        display: flex;
    }*/

    .info{
        background-image: url(./imagenes/imgfondo7.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 150px 40px;
        text-align: center;
        width: 50%;
        
    }

    
    .form a {
        display: block;
      /*text-indent: -999px;*/
      height: 55px; 
      /*width: 150px;*/
        background:  transparent url(./imagenes/logoGProyectaBC1.png) no-repeat center; 
        background-size: contain ; /*cover  contain  inherit  initial*/
        margin-bottom: 10px;
    background-position:100%;
    }

    .form a:hover{
        border: 1px groove hwb(221 35% 7%);
        /*background-color: #6df5ffce;*/
        scale: 1.02;
        }

    .txt-1 {
        color: #fff;
        /*text-transform: capitalize;*/
        font-size: 20px;
        margin-bottom: 15px;
    }

    .info h2{
        color: #fff;
        text-transform: uppercase;
        font-size: 40px;
        margin-bottom: 25px;
    }
    .info hr{
        width:55px ;
        border: 3px solid #fff;
        margin-left: 170px;        
        margin-bottom: 25px;
    }

    .txt-2 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 25px;
    }

    .form{
        padding: 120px 100px;
        width: 50%;
        text-align: center;
        background-color: #fff;
    }

    .form h2 {
        color: #097EF6;
        font-size: 30px;
        margin-bottom: 25px;
    }

    .form p {
        color: #dadada;
        font-size: 16px;
        margin-bottom: 25px;
    }

    .inputs {
        display: flex;
        flex-direction: column;
    }
    .box {
        outline: none;
        border-color: #097EF6;
        border-width: 0px 0px 0px 5px;
        border-style: solid;
        padding: 15px 35px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
    }

    .inputs a{
        color: #097EF6;
        text-decoration: none;
        font-size: 15px;
        margin-bottom: 35px;
    }

    .submit{
        background-color: #097EF6;
        padding: 15px;
        border: 0;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 25px;
    }

    /*responsivo*/
    @media(max-width:990px){
        .container{
            width: 350px;
            height: 500px;
            margin-top: 100px;
        }
        .info {
            display: none;            
        }
        .form{
            width: 100%;
            padding: 30px;
        }
        .form h2{
            margin-top: 40px;
        }

    }