
@media only screen and (max-width: 768px) {
    .col-md-6.col.align-items-center.flex-col.sign-up:before {
        height: 17vh !important;
    }

    .text.sign-in H2 {
        margin: -2rem 0 !important;
    }

    .ibox-content {
        width: 91% !important;
        left: 20px !important;
        top: 85px !important;
    }
}

@media only screen and (max-width:1024px) {
    .ibox-content {
        width: 94%;
        left: 20px;
        top: 150px;
    }
}
