/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) 
{
    .btn-orange-sign-in{
        margin-bottom: 15px !important;
        margin-right: 0 !important;
    }
    .navigation-menu-position{
        position: absolute !important;
        top: 90% !important;
        left:auto !important;
        transform: translate(0%,0%) !important;
        flex-basis: 100%;
        flex-grow: 1;
    }

    .btn-orange-outline{
        z-index: 100;
        color: white !important;
        margin-right: 0 !important;
        margin-top: 3px;
    }

    .text-area{
        resize: none;
margin-left: 70px;
display: block;
    }

 .submit-btn{
     margin-left: 0 !important;
     float: none !important;
 }

    .image-div{
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}