.reg-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding-bottom: 60px;
}

.reg-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding-bottom: 60px;
}

.reg-wrapper .inner {
    position: relative;
    width: 435px;
}

.reg-wrapper .image-1 {
    position: absolute;
    bottom: -12px;
    left: -191px;
    z-index: 99;
    max-width: 100%;
}

.reg-wrapper .image-2 {
    position: absolute;
    bottom: 0;
    right: -129px;
    max-width: 100%;
}

.reg-wrapper form {
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 50px 30px 20px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.register-block .ftco-section-parallax .parallax-img {
    padding: 20px 0 0px;
}

.reg-wrapper form label {
    margin-bottom: 0px;
}

.reg-wrapper form input {
    height: 45px;
    border: 0;
    margin-bottom: 0px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
}

.register-btn-blok {
    padding: 0 40px;
    font-size: 17px;
    font-weight: 600;
    color: #0e0e0e;
    float: right;
    /*background: linear-gradient(130deg, rgb(2 35 53), #ee3554, rgb(221 36 0)) !important;*/
    border: none;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border: 0;
    padding: 6px 33px;
    outline: 0;
    background: #1360ef;
    -webkit-box-shadow: 0 20px 30px 0 rgba(90, 70, 176, .3);
    box-shadow: 0 20px 30px 0 rgba(90, 70, 176, .3);
}

@media (max-width: 768px) {

    .reg-wrapper .image-1, .reg-wrapper .image-2 {
        display: none;
    }

    .reg-wrapper {
        min-height: 80vh;
        align-items: center;
        padding-bottom: 0;
    }

    .reg-wrapper form {
        padding: 30px 5px 20px;
        margin: 0;
    }

    .ps-page--product .ps-page__container .ps-page__right {
        min-width: 100%;
        max-width: 100%;
    }

    .modal {
        z-index: 99992;
    }

    .modal-backdrop {
        z-index: 99991;
    }

}

@media (max-width: 460px) {

    .reg-wrapper .inner {
        position: relative;
        width: 98%;
        margin: auto;
    }

    .order-page-table tbody tr td, .order-page-table th {
        white-space: nowrap;
    }

    .reg-wrapper .ps-checkbox p {
        font-size: 20px !important;
    }

}

.ps-btn-outline {
    color: #2a8cc8;
    padding: 0px 20px;
    vertical-align: middle;
    font-weight: 600;
    text-decoration: underline;
    font-size: 18px;
}
