<style>
    html,
    body {
        min-height: 100%;
    }

    .container {
        height: 70%;
        border: 0px solid red;
    }

    .container #div_login .panel-body {
        height: 80%;
        overflow: hidden;
    }

    .vcenter {
        transform: translate(0, 20%);
    }

    .panel-heading {
        padding: 10px 15px;
        /* background-color: #337ab7 !important;
        border-color: #337ab7 !important; */
        border-bottom: 1px solid transparent;
        border-bottom-color: transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .row2{
        height: 686px;
    }
    .panel-heading2 {
        color: #fff;
        padding: 10px 15px;
        background-color: #337ab7 !important;
        border-color: #337ab7 !important;
        border-bottom: 1px solid transparent;
        border-bottom-color: transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    #div_login_content {
        padding: 0 !important;
    }

    #div_footer {
        background-color: #1f7bb6 !important;
        border-color: #1f7bb6 !important;
    }

    .div-vcenter {
        height: 100%;
    }

    .div-vcenter img {
        width: 72%;
        opacity: 1;
        transform: translate(12%, 75%);
        position: absolute;
    }

    .div-vcenter h1 {
        position: absolute;
        top: 200px;
        left: 22%;
        transform: translateY(369%);

    }
    /* .row{
        height: 686px;
    } */

    .text-center {
        text-align: center;
    }

    .g-recaptcha {
        display: inline-block;
    }
    .panel-danger  {
      background: #e25d5d;
      color: #fff;
      border: none;
    }
    @media screen and (max-height:768px) {
        .container {
            height: 100%;
            border: 0px solid red;

        }

        .vcenter {
            transform: translate(0, 0%);
        }

    }
</style>