
.section-shaped {
    position: relative;
}
.section-lg {
    padding-top: 6rem;
    padding-bottom: 10rem;
}
.section-shaped .shape-style-1.shape-default {
    background: linear-gradient(150deg, #7795f8 15%, #6772e5 70%, #555abf 94%);
}

.section-shaped .shape-style-1 {
    background: linear-gradient(150deg, #7795f8 15%, #6772e5 70%, #555abf 94%);
}

.section-shaped .shape-default :nth-child(1) {
    background: #7795f8;
}

.section-shaped .shape-style-1 :nth-child(1) {
    bottom: auto;
    left: -4%;
    background: rgba(255, 255, 255, .1);
}


.section-shaped .shape-default :nth-child(2) {
    background: #7b9aff;
}
.section-shaped .shape-style-1 :nth-child(2) {
    top: 10%;
    right: 4%;
    background: rgba(255, 255, 255, .1);
}



.section-shaped .shape-default :nth-child(3) {
    background: #6f8ff8;
}

.section-shaped .shape-style-1 :nth-child(3) {
    top: 280px;
    right: 5.66666%;
    background: rgba(255, 255, 255, .3);
}

.section-shaped .shape-default :nth-child(4) {
    background: #f5f5f58a;
}
.section-shaped .shape-style-1 :nth-child(4) {
    top: 320px;
    right: 7%;
    background: rgba(255, 255, 255, .15);
}


.section-shaped .shape-default :nth-child(5) {
    background: #6adaff;
}

.section-shaped .shape-style-1 :nth-child(5) {
    top: 38%;
    right: auto;
    left: 1%;
    background: rgba(255, 255, 255, .05);
}
.section-shaped .shape-style-1 :nth-child(6) {
    top: 44%;
    right: auto;
    left: 10%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, .15);
}
.section-shaped .shape-style-1 :nth-child(7) {
    right: 36%;
    bottom: 50%;
    background: rgba(255, 255, 255, .04);
}

.section-shaped .shape-style-1 :nth-child(8) {
    right: 2%;
    bottom: 70px;
    background: rgba(255, 255, 255, .2);
}

.section-shaped .shape-style-1 :nth-child(9) {
    right: 2%;
    bottom: 1%;
    background: rgba(255, 255, 255, .1);
}


.section-shaped .shape {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}
.section-shaped .shape-style-1 span {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.section-shaped .shape span {
    position: absolute;
}
.section-shaped .shape + .container {
    position: relative;
    height: 100%;
}
.py-md {
    padding-top: 4rem !important;
}
.row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
}
.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
    margin: 2px;
}
.text-white {
    color: #fff !important;
}
.display-3 {
    font-size: 5.1875rem;
    font-weight: 600;
    line-height: 1.5;
}

.display-1 span, .display-2 span, .display-3 span, .display-4 span {
    font-weight: 300;
    display: block;
}
.lead {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.7;
    margin-top: 1.5rem;
}

.text-white {
    color: #fbfff4 !important;
}

.lead + .btn-wrapper {
    margin-bottom: 41px;
    margin-top: 5rem;
    margin-left: 31%;
    margin-right: 30%;
}
.btn-register:not(:last-child) {
    margin-right: .5rem;
}

.btn-white{
    color: #212529;
    border-color: white;
    background-color: white;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
    color: #212529;
    border-color: white;
    background-color: white;
}

.btn-register {
    font-size: 1.875rem;
    position: relative;
    transition: all .15s ease;
    letter-spacing: .025em;
    text-transform: uppercase;
    will-change: transform;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    padding: .625rem 1.25rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.btn-register:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}


.separator-skew {
    height: 60px;
}

.separator-bottom {
    top: auto;
    bottom: 0;
}
.separator {
    position: absolute;
    z-index: 1;
    top: auto;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 150px;
    transform: translateZ(0);
    pointer-events: none;
}
.separator-bottom svg {
    bottom: 0;
}
.separator svg {
    position: absolute;
    pointer-events: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.fill-white {
    fill: #818c41;
}
.separator svg {
    position: absolute;
    pointer-events: none;
}

*, *::before, *::after {
    box-sizing: border-box;
}


/*register page*/

