#regchat {
    background-image: url("/wb.image/logo/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* CSS INDEX */

.my-custom-scrollbar {
    position: relative;
    height: 250px;
    overflow: auto;
}

.card-img-35 {
    width: 35px;
}

.mt-3p {
    margin-top: 3px;
}


/* CSS LOGIN */

html,
body,
header,
.view {
    height: 100%;
}

@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 1000px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .view {
        height: 650px;
    }
}
/*
.top-nav-collapse {
    background-color: #3f51b5 !important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #3f51b5 !important;
    }
}
*/

.rgba-gradient {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
}

.fadeInRight {
    background-color: rgba(126, 123, 215, 0.2);
}

.md-form label {
    color: #ffffff;
}

h6 {
    line-height: 1.7;
}