.page-login:before
{
    background-image: url("../img/login/backgrounds/9.jpg");
}

.chat-container {
    position: fixed;
    bottom: 45px;
    right: 0;
}

.chat-room {
    width: 400px;
    height: 500px;
    background: white;
}
.__button {
    width: 30px;
    height: 30px;
    border: none;
}
.__headercontainer {
    display: inline-block;
    width: 100%;
    padding: 5px;
    background: #4caf50;
}
.__flexend {
    float: right;
}
.__badge {
    position: absolute;
    width: 10px;
    height: 10px;
    background: red;
    right: 20%;
    top: 25%;
    border-radius: 50%;
    z-index: 99999;
}
/*#login
{
    height: 100%;
}

.page-login-v2:before
{
    background-image: none !important;
}

.page-login-v2 .page-login-main
{
    padding: 50px 30px 180px;
    background: rgba(255,255,255,0.55);
}

#login .cover-wrap
{
    width: 100%;
    height: 100%;
    background: #444444;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#login .cover-wrap .cover
{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    z-index: 1;
}

#login .cover-wrap .filter
{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.06);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#login .section-login
{
    position: relative;
    z-index: 2;
}

.page-login-v2 form
{
}*/
