*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ftco-section {
    padding: 15% 0;
    background-image: linear-gradient(to right, #2b3308, #9CC410);
}

.reg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow-x: auto;
    background-image: linear-gradient(to right, #2b3308, #56690e);
}

.lp-button button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #2b3308, #9CC410);
    opacity: 0;
    z-index: -1;
}

.wrap .text-wrap {
    background: #fff;
    border-left: 1px solid #2b330838;
}

.lp-button button {
    background-image: linear-gradient(to right, #2b3308, #9CC410) !important;
    width: 100%;
    outline: none;
    border: navajowhite;
}

.lp-button button {
    display: block;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to right, #2b3308, #9CC410);
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    padding: 13px 10px;
    border: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.lp-form .lp-button button:after {
    background-image: linear-gradient(to right, #2b3308, #9CC410) !important;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 768px) {

    .text-wrap,
    .login-wrap {
        width: 100% !important;
    }

    .wrap.d-md-flex {
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.text-center {
    text-align: center !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

body {
    font: normal 14px / 1.5 'Fira Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    background: #f8f9fd;
    color: gray;
}

.heading-section {
    font-size: 28px;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    font-weight: 400;
    color: #000;
}

h2,
.h2 {
    font-size: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

@media (min-width: 768px) {
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.wrap {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

@media (min-width: 768px) {
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.text-wrap {
    background: rgb(51, 130, 192);
    background: -moz-linear-gradient(-45deg, rgb(51, 130, 192) 0%, #f35587 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(51, 130, 192)), color-stop(100%, #f35587));
    background: -webkit-linear-gradient(-45deg, rgb(51, 130, 192) 0%, #f35587 100%);
    background: -o-linear-gradient(-45deg, rgb(51, 130, 192) 0%, #f35587 100%);
    background: -ms-linear-gradient(-45deg, rgb(51, 130, 192) 0%, #f35587 100%);
    background: -webkit-linear-gradient(315deg, rgb(51, 130, 192) 0%, #f35587 100%);
    background: -o-linear-gradient(315deg, rgb(51, 130, 192) 0%, #f35587 100%);
    background: linear-gradient(135deg, rgb(51, 130, 192) 0%, #f35587 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(51, 130, 192)', endColorstr='#f35587', GradientType=1);
    color: #fff;
}

.text-wrap,
.login-wrap {
    width: 50%;
}

.text-wrap {
    white-space: normal !important;
}

@media (min-width: 992px) {
    .p-lg-5 {
        padding: 3rem !important;
    }
}

.p-4 {
    padding: 1.5rem !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 768px) {
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
}

button,
input {
    overflow: visible;
}

.w-100 {
    width: 100% !important;
}

.text-wrap .text h2 {
    font-weight: 900;
    color: #9CC410;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.btn.btn-white.btn-outline-white {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #fff;
}

.btn {
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 50px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #f35588;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.login-wrap {
    position: relative;
    background: #fff;
}

.text-wrap,
.login-wrap {
    width: 50%;
}

.login-wrap h3 {
    font-weight: 300;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

h3,
.h3 {
    font-size: 1.75rem;
}

.social-media {
    position: relative;
    width: 100%;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.social-media .social-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 16px;
    margin-right: 5px;
    border-radius: 50%;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.form-group {
    position: relative;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control {
    height: 48px;
    background: rgba(0, 0, 0, 0.05);
    color: #000;
    font-size: 16px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-control::placeholder {
    height: 48px;
    color: #666;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-control:focus {
    outline: none;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

.btn.btn-primary {
    background: #f35588;
    border: 1px solid #f35588;
    color: #fff;
    background: rgb(51, 130, 192);
    background: -moz-linear-gradient(-45deg, rgb(51, 130, 192) 0%, #f35587 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(51, 130, 192)), color-stop(100%, #f35587));
    background: -webkit-linear-gradient(-45deg, rgb(51, 130, 192) 0%, #f35587 100%);
    background: -o-linear-gradient(-45deg, rgb(51, 130, 192) 0%, #f35587 100%);
    background: -ms-linear-gradient(-45deg, rgb(51, 130, 192) 0%, #f35587 100%);
    background: -webkit-linear-gradient(315deg, rgb(51, 130, 192) 0%, #f35587 100%);
    background: -o-linear-gradient(315deg, rgb(51, 130, 192) 0%, #f35587 100%);
    background: linear-gradient(135deg, rgb(51, 130, 192) 0%, #f35587 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(51, 130, 192)', endColorstr='#f35587', GradientType=1);
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.text-left {
    text-align: left !important;
}

.w-50 {
    width: 50% !important;
}

.checkbox-primary {
    color: #f35588;
}

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.text-md-right {
    text-align: right !important;
}

.form-group a {
    color: gray;
}