/* mobile */

.mobile_logo_title {
    color: blue;
    line-height: 3em;
    font-size: 20px;
    font-weight: 900;
}

.mobile_nav_trigger {
    float: right;
    font-size: 20px;
    line-height: 3em;
    color: blue;
    /* cursor: pointer; */
}

.mobile_nav {
    font-weight: bold;
}



.middle_bar {
    height:auto;
}

.login_head{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding-top:1em;
    padding-bottom:2em;
}
/* tablet */

@media only screen and (min-width:425px) {}

/* computer */

@media only screen and (min-width:768px) {
    .computer_small_header_logo {
        height: 5em;
        width: 5.5em;
        background: rgb(255, 255, 255);
        border-right: 1px solid rgb(196, 196, 196);
        ;
    }
    .comp_small_fixed_header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 8em;
        background: rgb(255, 255, 255);
        padding-top: 1em;
        box-shadow: 1px 1px 1px 1px rgb(216, 216, 216);
    }
    .logo_title {
        line-height: 3.4em;
        background: rgba(0, 128, 0, 0);
        font-weight: 600;
        font-size: 20px;
        color: blue;
        text-align: center;
    }
    .small_h_nav {
        text-align: center;
        color: rebeccapurple;
        font-weight: bold;
        padding-top: 2em;
        font-size: 14px;
    }
    .computer_header_image {
        background-image: url(../../assets/images/or.jpg);
        /* background-size:100% 100%; */
        background-repeat: no-repeat;
    }
    .computer_header_wrapper {
        background: linear-gradient(rgba(255, 255, 255, 0.952), rgba(255, 255, 255, 0.658), rgba(255, 255, 255, 0.596), rgba(255, 255, 255, 0));
    }
    .main_header_logo {
        height: 12em;
        width: 15em;
    }
    .top_bar {
        height: 5em;
    }
    .middle_bar {
        height: auto;
    }

}