.mobile-view_container {
    background-image: url("../assets/images/login-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 100vh; */
    width: 100%;
    padding: 0;
    margin: 0;
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.nav_mobile_container {
    /* border: 2px solid red; */
    margin-left: 5%;
    margin-right: 5%;
}

.nav_mobile_container nav {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 2%;
}

.usernameDiv {
    border-bottom: 2px solid red;
    margin-right: 5%;
}

.small_text {
    font-size: 12px;
    font-weight: bold;
}

.left_icon_mobile {
    width: 20%;
}

.left_mobile {
    width: 30%;
}

.left_reg_mobile {
    width: 12%;
}