#loginWrapper{
    width:100% !important;
    height:60vh;
    color:var(--secondary-theme) !important;
    margin-top:15%;
}
#LogoIcon{
    width:80px;
    height:80px;
    background-color: #4f5b62;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.top-wrapper h3{
    display: inline-block;
    font-weight: bold;
}
.top-wrapper div{
  
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
    vertical-align: middle;
   
}

#right-side{
    /* background-image: url('http://127.0.0.1:8080/assets/img/bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    width:100%;
    height:inherit;
    background-blend-mode: multiply !important;
    /* background-color: #4f5b62; */

}

#right-side img{
    border-radius: 50%;
    border:5px solid #4f5b62;
    width:400px;
    height: 400px;
    vertical-align: middle;
    margin-top: 5%;
}