@media only screen and (min-width: 320px) and (max-width: 767px) {
    body {
        background: url(../images/signup-bg-650.jpg) center center no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .header {
        height: 80px;
    }

    .header .logo {
        height: 45px;
    }

    .content-right {
        padding: 50px;
    }

    .form-container {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.3);

    }

    .bottom_footer {
        position: static;
        width: 100%;
        padding: 20px 10px;
    }

    .bottom_footer p {
        margin-bottom: 0px;
    }

    .content-left {
        align-items: center;
        flex-direction: column;
    }

    .btn {
        padding: 10px 20px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    #social {
        position: sticky;
        margin-top: 20px;
    }

    .content-left h2 {
        font-size: 22px;
    }

    .content-left p {
        font-size: 14px;
    }

    .row-height {
        height: auto;
    }

    .chatPopup {
        height: 100vh;
        width: 100%;
        border-radius: 0px;
        border: 0px;
    }

    .chatPopup.active {
        bottom: 0;
        right: 0;
    }

    .chatScroll {
        height: calc(100vh - 204px);
        padding-bottom: 50px;
    }

    .userImage.mobile {
        display: flex;
    }

    .sidebarLogin {
        bottom: 50px;
    }

    .authincationForm {
        width: 350px;
        padding: 20px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header {
        height: 80px;
    }

    .header .logo {
        height: 45px;
    }

    .content-right {
        padding: 50px;
    }

    .form-container {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .bottom_footer {
        position: static;
        width: 100%;
        padding: 20px 10px;
    }

    .bottom_footer p {
        margin-bottom: 0px;
    }

    .content-left {
        align-items: center;
        flex-direction: column;
    }

    .content-left h2 {
        font-size: 30px;
    }

    .btn {
        padding: 10px 20px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    #social {
        position: sticky;
        margin-top: 20px;
    }

    .content-left p {
        font-size: 18px;
    }

    .row-height {
        height: auto;
    }

    .chatPopup {
        height: 100vh;
        width: 50%;
        border-radius: 0px;
    }

    .chatPopup.active {
        bottom: 0;
        right: 0;
    }

    .chatScroll {
        height: calc(100vh - 204px);
        padding-bottom: 50px;
    }

    .userImage.mobile {
        display: flex;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1025px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 992px) and (max-width: 1050px) {}

@media only screen and (min-width: 1051px) and (max-width: 1199px) {}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {}