body,
.cs-login-bg {
    background-color: #1C2B3B !important;
    width: 100%;
    min-height: 100%;
    display: block;
    background-image: none !important;
}

.cs-login-bg .input-group-addon.icn{
    min-width: 50px;
}

@media (max-width: 720px) {
    .cs-login-bg {
        background-color: #1C2B3B !important;
        width: 100%;
        min-height: 100%;
        display: block;
        background-image: none;
    }
}

.terms-noneditable{
    border: 1px solid #ccc;
    width: 425px;
    height: 250px;
    padding: 10px;
    font-size: 12px
}

.activate-bg-image{
    background-image: url('../img/activate.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*Media Query*/
@media (min-width: 1900px) and (max-width: 2560px) {
    .con-m-t {
        margin-top: 5%;
    }
}
@media (min-width: 1381px) and (max-width: 1700px) {
    .con-m-t {
        margin-top: 3%;
    }
}
@media (min-width: 1170px) and (max-width: 1369px) {
    .con-m-t {
        margin-top: 2%;
    }
}

.cs-lg-footer-line{
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 15px !important;
}

.cs-login-fixed-fd {
    color: #ccc;
}

@media (max-width: 720px) {
    .cs-lg-footer{
        bottom: 0;
        position: relative;
    }
    .cs-login-bg {
        background-color: #1C2B3B !important;
        width: 100%;
        min-height: 100%;
        display: block;
        background-image: none;
    }
    .bdr-l {
        border: none;
    }
    .con-m-t {
        margin-top: 0px;
        height: 100%;
    }
    .con-m-t .m-t-xl {
        height: auto;
    }

    .cs-login-carosuel .carousel-caption {
        left: 1%;
        right: 1%;
    }

    .cs-log-fr-mob {
        display: block;
    }
    .cs-log-fr-des {
        display: none;
    }
    .cs-login-form-group .input-group{
        width: 100%;
    }

    .cs-footer-links{
        margin: 0;
        text-align: center;
        padding: 0;
    }
    .cs-login-fixed-fd{
        text-align: center;
    }

}