﻿.register-section {
    position: relative;
    background: #f7f7f7;
    min-height: calc(100vh - 260px - 65px);
}

    .register-section .my-section {
        padding: 10px 0 40px 0;
    }

.custom-input-group {
    flex-wrap: wrap;
}

form {
    align-items: flex-start!important;
}

.form-body.my-row.my-row-12 {
    margin: 0 -10px;
    flex-wrap: wrap;
}

.my-section-form {
    min-width: 300px;
    padding: 0 10px;
}


.custom-group {
    margin-bottom: 0!important;
}

.custom-group .my-row-12-12 {
    margin-bottom: 25px;
}

