
@media (min-width: 768px){
.mobile {
    display: none !important;
}
.left-side {
    min-height: 100vh;
    max-height: 100vh;
    position: sticky;
    top: 0px;

}

.left-side:after {
	content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    bottom: 0;
}
}

@media (min-width: 1350px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
.col-lg-8.col-md-9.right-side {
    padding-left: 100px;
    padding-right: 50px;
}
}

@media (max-width:767px){
.left-side {
    min-height: auto;
    max-height: initial;
    position: relative;
    top: 0px;
    background:#0a1c87;
}
.desktop{
display:none;	
}	
.left-side, .right-side {
    padding-top: 20px;
    padding-bottom: 20px;
}
.left-side:after {
   left: -50vw;
    right: -50vw;
    width: 100vw;
    margin-left: 50%;
    margin-right: 50%;
    bottom: auto;
    bottom: 0px;
	height:100%;
}
.agency-logo{
text-align:center;	
}
.bottom-part{
 position:static;	
}
.col-form-label{
text-align:left;	
}
.dashboard-top-link {
    position: static;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 11px;
}

.bottom-part {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}
}

@media(max-width:575px){
.col-sm-8.offset-sm-4.row.align-items-center {
    margin: 0;
}
.col-sm-8.offset-sm-4.row.p-0.align-items-center {
    margin: 0;
}
.col-sm-8.offset-sm-4.row {
    margin: 0;
}
}

