    #loogo{
        position:absolute
    }

    #newLogo{
        display: initial;
    }

    #image_logo{
        height: 90px;
        width: 90px;
        margin: 15px 0 10px 0;
        /* padding-top: 5px; */
        border-radius: 45px;
    }


    #register_form{
        margin-top:15%
}

@media only screen and (max-width: 767px) {

    #image_logo {
        height: 90px;
        width: 90px;
        margin: 15px 0 10px 0;
        border-radius: 45px;
    }

}

@media only screen and (max-width: 844px) {

    #newLogo{
        display: none;
    }

    #loogo{
        position:relative;
        margin: auto;
    }

    #small_marge{
        margin-top: 30px;
    }


    #register_form{
        margin-top:0%
    }


}
