﻿

.regImg1 {
    position: absolute;
    width: 241px;
    transform: translate(250px, 20px);
}

.regImg2 {
    position: absolute;
    width: 241px;
    transform: translate(-536px, 346px);
}



.regCardSection {
    padding: 40px 20px 40px 20px;
}

    .regCardSection .row {
      
    }

.form-check {
    display:flow!important;
}



.regForm {
    padding: 30px 60px;
    text-align: left;
    min-height: 590px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* push buttons to bottom */
}
    .regForm > .d-flex {
        margin-top: auto; /* pushes only button section to bottom */
    }