@media (min-width: 300px) and (max-width: 575px) {
  .text-center.form-hdr-txt h2 {
    font-size: 16px;
}
.registerform .d-flex {
    display: block !important;
}
.left-sidebar-cnt {
    width: 100%;
    position: relative;
    top: auto;
    bottom: 0px;
    right: auto;
    left: 0;
    height: 230px;
    object-fit: cover;
}
.regfom-wrapper {
    padding: 0 0 45px 0;
}
.text-center.form-hdr-txt {
    padding-top: 10px;
}
.logotext.mb-3.fontfamily-bold {
    margin-bottom: 10px !important;
}
.forgatecol {
    text-align: center !important;
    margin-top: 11px;
}
.dash-pg-left-col {
    width: 100%;
    top: 0;
    bottom: auto;
        height: auto;
}
img.ds-logo {
    margin: 0 15px 0 15px;
}
button.navbar-toggler.togglerBtn {
    position: absolute;
    right: 20px;
    top: -30px;
}
.dash-pg-right-col {
    width: 100%;
}
.dash-pg-wrapper {
    width: 100%;
}
.dash-pg-right-col {
    padding: 80px 15px 0 15px;
}
.ds-header-top .d-flex {
    display: block !important;
}
.ml-auto.ds-hdr-rgt-col .btn.btn-bluue-b {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .regfom-wrapper.loginpage-bg {
    height: 100vh;
}
.ds-sidebar-menu .collapse:not(.show) {
    display: block;
}
.ds-sidebar-menu button.navbar-toggler.togglerBtn {
    display: none;
}
.dash-pg-left-col {
    width: 25%;
}
.dash-pg-right-col {
    width: 75%;
}
img.ds-logo {
    width: 180px;
}
}

@media (min-width: 992px) and (max-width: 1200px) {
  .regfom-wrapper.loginpage-bg {
    height: 100vh;
}
img.ds-logo {
    width: 180px;
}
  }