body.page-template-page-register-php header {
    display: none;
}
.registration-section {
    min-height: 100vh;
    display: flex;
    flex-flow: wrap;
}
.registration-section .reg-form {
    width: 55%;
    overflow: auto;
    max-height: 100vh;
    height: auto;
    padding: 60px;
        padding-right: calc(55vw - 750px);
}
.reg-form h1 {
    color: #fdb813;
    font-size: 54px;
    text-align: center;
    margin: 0 0 25px;
}
.form-row label {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    color: #000;
}
.form-row {
    margin-bottom: 15px;
}
input.hrf-field {
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    width: 100%;
    margin-bottom: 5px;
}
input.qef-submit {
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-appearance: none;
    border: none;
    display: block;
    width: 130px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #cc8016;
    border-radius: 6px;
    font-weight: 700;
    float: right;
    cursor: pointer;
    font-family: urw-din, sans-serif;
}
input.qef-submit:hover {
    opacity: 0.8;
}
.swifty-registration-form {
    position: relative;
}
.swifty-registration-form.processing:after {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background-color: #fff;
    content: "";
    left: 0;
    top: 0;
    background-image: url(/wp-includes/images/spinner-2x.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
.swifty-registration-form {
    position: relative;
    padding: 15px;
}
input.qef-submit.disabled {
    pointer-events: none;
    opacity: 0.25;
}
.reg-form-steps {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
.reg-form-step {
    padding: 25px;
}
.reg-form-step {
    padding: 25px;
    position: absolute;
    transition: all 0.5s ease 0s;
    top: 0;
    left: 100%;
    width: 100%;
}
.reg-form-step.active {
    left: 0;
}
.reg-step-controls span {
    display: block;
    width: 130px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #cc8016;
    border-radius: 6px;
    font-weight: 700;
    float: left;
        cursor: pointer;
}
.reg-step-controls span.next {
    float: right;
}
.reg-step-controls span:hover {
    opacity: 0.8;
}
.swifty-registration-form h2,
.registration-success h2 {
    font-size: 36px;
    line-height: 1.4;
    margin: 0 0 20px;
}
.reg-form-step.go-left {
    left: -100%;
}
.swifty-registration-form.registration-complete .reg-form-steps {
    display: none;
}
.registration-success {
    font-size: 21px;
    line-height: 1.5;
    text-align: left;
}
.hbspt-calender-popup.active {
    right: 0;
    z-index: 9999;
}
.calendar-close {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    width: 40px;
    text-align: center;
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 99;
    top: 10px;
    right: 0;
}
.registration-success a.btn {
    padding: 15px 35px;
    font-size: 18px;
    display: block;
    margin-top: 20px;
    width: 300px;
    text-align: center;
}
.page-template-page-register .header-menu,
.page-template-page-register .footer-bottom,
.page-template-page-register .Header-right {
    display: none;
}
.hbspt-calender-popup {
    width: 100%;
    max-width: 850px;
    position: fixed;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100vh;
    overflow: auto;
    padding: 25px 0;
    right: -100%;
    transition: all 0.5s ease 0s;
}

body.woocommerce-account .woocommerce {
    margin: 50px auto;
    width: 100%;
    max-width: 1400px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders,
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}
.swifty-new-site-form .product-description {
    font-size: 15px;
    margin-top: 10px;
}








@media screen and (max-width:992px) {
    .registration-section .reg-logo {
    width: 100%;
    padding: 20px;
}   
    .registration-section {
    display: block;
}
    .reg-img img {
    max-width: 300px;
    width: 50vw;
}
    .registration-section .reg-form {
    width: 100%;
    padding: 25px 20px;
    height: auto;
}
}

@media screen and (max-width:767px) {
    .swifty-registration-form {
    padding: 0;
}
    .reg-form-step {
    padding: 0;
}
    .swifty-registration-form h2 {
    font-size: 27px;
}
    
}

