/*:root {*/
/*    --color-blue: #00B8F7;*/
/*    --color-grey: #55596D;*/
/*    --color-neutral-grey: #9098b1;*/
/*    --font-family-Poppins: 'Poppins', Arial, Helvetica, sans-serif;*/
/*}*/

/* Login & Registration pages */
.page-template-checkout-process-tpl .checkout-process-wrap,
.page-template-login-tpl .login-wrap,
.registration .registration-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    background: #ffffff;
    box-shadow: 0 26px 119px rgba(150, 166, 171, 0.16);
    font-family: var(--font-family-Poppins);
    border-radius: 25px;
    padding: 60px;
    margin: 50px 0;
    z-index: 2;
}

.registration #main .registration-wrap {
    margin-top: 0;
}

.login-wrap .right-block .logo-wrap {
    margin-bottom: 15px;
    text-align: center;
}

.login-wrap .right-block .text-wrap {
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.login-wrap .right-block .text-wrap h2 {
    color: #223263;
    font: 600 24px/150% 'Poppins', sans-serif;
    margin: 5px 0;
}

.login-wrap .right-block .text-wrap p {
    color: #9098b1;
    font-size: 12px;
    line-height: 13px;
    margin: 5px 0;
}

.login-wrap .tml .tml-field-wrap {
    margin-bottom: 5px;
}

.login-wrap .tml .tml-submit-wrap {
    margin: 15px 0;
}

.login-wrap .tml #user_login {
    background: url('../../assets/img/email.svg') 10px center / 24px no-repeat !important;
}

.login-wrap .tml #user_pass {
    background: url('../../assets/img/pass.svg') 10px center / 24px no-repeat !important;
}

.login-wrap .tml .tml-field {
    position: relative;
    border: 1px solid #d9dff2;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 10px 10px 10px 45px;

}

.login-wrap .tml .tml-label {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.5px;
    color: #9098b1;
}

.login-wrap .tml-rememberme-wrap {
    display: none;
}

.login-wrap ul.tml-links {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0.5px;
}

.login-wrap ul.tml-links a {
    color: var(--color-blue);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.login-wrap [class^=gap] {
    display: none;
}

.login-wrap [type="submit"],
.registration-wrap [type="submit"],
.woocommerce-form-login__submit,
.btn-lg {
    width: 100% !important;
    font-size: 14px !important;
    color: white !important;
    font-weight: bold !important;
    height: 50px !important;
    background: var(--color-blue) !important;
    border-radius: 5px !important;
    border: none !important;
    outline: unset !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.woocommerce-form-login__submit {
    width: auto !important;
    height: auto !important;
}

.login-wrap [type="submit"]:hover,
.registration-wrap [type="submit"]:hover,
.woocommerce-form-login__submit:hover,
.btn-lg:hover {
    background: #18acde !important;
}

.login-wrap .socials-hr,
.registration-wrap .socials-hr {
    position: relative;
    margin: 30px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #9098b1;
}

.registration-wrap .socials-hr {
    margin-bottom: 55px;
}

.login-wrap .socials-hr:before,
.login-wrap .socials-hr:after,
.registration-wrap .socials-hr:before,
.registration-wrap .socials-hr:after {
    content: '';
    position: absolute;
    width: calc(50% - 40px);
    height: 1px;
    top: 50%;
    z-index: -1;
    background: #ebf0ff;
}

.login-wrap .socials-hr:before,
.registration-wrap .socials-hr:before {
    left: 0;
}

.login-wrap .socials-hr:after,
.registration-wrap .socials-hr:after {
    right: 0;
}

.login-wrap .kleo-facebook-connect .icon-facebook,
.registration-wrap .kleo-facebook-connect .icon-facebook {
    float: left;
}

.login-wrap .kleo-facebook-connect .icon-facebook:before,
.registration-wrap .kleo-facebook-connect .icon-facebook:before {
    background: transparent;
    color: #4092ff;
}

.page-template-login-tpl .login-wrap .kleo-facebook-connect,
.registration .registration-wrap .kleo-facebook-connect {
    width: 100%;
    max-width: 350px;
    background: transparent !important;
    /*border        : 1px solid #ebf0ff !important;*/
    border: 2px solid var(--color-blue) !important;
    color: #9098b1 !important;
    font-size: 14px !important;
    line-height: 40px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
}

.page-template-login-tpl .kleo-page {
    position: relative;
    overflow: hidden;
}

.page-template-login-tpl .login-wrap>div[class*=-block] {
    width: 50%;
}

.page-template-login-tpl .left-block .img-wrap {
    position: relative;
    width: 85%;
    height: 87%;
    max-width: 430px;
    max-height: 530px;
}

.page-template-login-tpl .left-block .img-wrap img {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.gradient-box {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    background: white;
    background-clip: padding-box;
    border: solid 3px transparent;
    border-radius: 132px;
}

.gradient-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -3px;
    border-radius: inherit;
    background: linear-gradient(154deg, #4b92f7 0%, transparent 60%);
}

.page-template-login-tpl .left-block .img-wrap:before {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    background: #4b92f7;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.page-template-login-tpl .login-wrap .right-block {
    padding: 0 60px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.registration #buddypress .standard-form#signup_form div.submit {
    float: unset;
    max-width: 350px;
    margin: 0 auto;
}

.page-template-login-tpl #footer,
.page-template-login-tpl #socket,
.registration #footer,
.registration #socket {
    display: none;
}

.registration-wrap #buddypress .standard-form#signup_form>p {
    color: var(--color-neutral-grey);
    font-family: var(--font-family-Poppins);
    font-weight: normal;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.5px;
}

.registration #buddypress .standard-form#signup_form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 0;
}

.registration #buddypress .standard-form#signup_form input,
.registration #buddypress .standard-form#signup_form select {
    border: 1px solid #d9dff2;
    border-radius: 8px;
}

.registration #buddypress .standard-form#signup_form label,
.registration #buddypress .standard-form#signup_form p.description {
    color: var(--color-neutral-grey);
    font-family: var(--font-family-Poppins);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.5px;
}

.registration #buddypress .standard-form#signup_form fieldset label {
    margin: 0;
}

.registration #buddypress .standard-form#signup_form legend {
    color: var(--color-grey);
    font-family: var(--font-family-Poppins);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
}

.registration-wrap #buddypress .standard-form#signup_form .col-sm-6 input[type="text"],
.registration-wrap #buddypress .standard-form#signup_form .col-sm-6 input[type="email"],
.registration-wrap #buddypress .standard-form#signup_form .col-sm-6 input[type="password"],
.registration-wrap #buddypress .standard-form#signup_form .col-sm-6 select {
    padding: 15px 20px !important;
    margin: 0 0 10px 0 !important;
    height: unset;
    width: 100%;
}

.registration-wrap #buddypress .standard-form#signup_form .col-sm-6 select:not([multiple]),
.registration-wrap #buddypress .standard-form#signup_form .col-sm-6 html.touch select {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNyA3TDEzIDEiIHN0cm9rZT0iIzkwOThCMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==') calc(100% - 20px) center no-repeat;
}

.registration-wrap #buddypress .standard-form#signup_form .col-sm-6 input[type="password"],
.registration-wrap #buddypress .standard-form#signup_form .col-sm-6 select {
    max-width: 300px;
}

.registration-wrap #buddypress .standard-form#signup_form #pass-strength-result {
    display: none;
    max-width: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.registration-wrap #buddypress .standard-form#signup_form #pass-strength-result.short,
.registration-wrap #buddypress .standard-form#signup_form #pass-strength-result.bad,
.registration-wrap #buddypress .standard-form#signup_form #pass-strength-result.good,
.registration-wrap #buddypress .standard-form#signup_form #pass-strength-result.strong {
    display: block;
}

.registration-wrap #buddypress .standard-form#signup_form div div.error {
    width: 100%;
    color: #e3342f;
    background: rgba(227, 52, 47, 0.1);
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.registration .registration-wrap h4 {
    color: var(--color-blue);
    font-family: var(--font-family-Poppins);
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.5px;
}

.registration-wrap #buddypress .standard-form#signup_form .col-sm-12>.editfield,
.registration-wrap #buddypress .standard-form#signup_form .row {
    margin-bottom: 15px;
}

.registration-wrap #buddypress .standard-form#signup_form .col-sm-12>.editfield:last-of-type,
.registration-wrap #buddypress .standard-form#signup_form .row:last-of-type {
    margin-bottom: 0;
}

.mt-25 {
    margin-top: 25px;
}


@media (min-width: 768px) {
    .registration-wrap #buddypress .standard-form#signup_form .col-sm-6:nth-child(2n-1) {
        padding-right: 30px;
    }

    .registration-wrap #buddypress .standard-form#signup_form .col-sm-6:nth-child(2n) {
        padding-left: 30px;
    }
}

/**** Rectangle on top ****/

.rectangle-bg {
    clip-path: polygon(100% 0, 28% 0, 100% 100%);
    background: linear-gradient(90deg, rgb(75, 146, 247) 45%, #f7f7f7 100%);
    position: absolute;
    height: 1450px;
    width: 85%;
    top: -135px;
    right: 0;
    z-index: 0;
}

@media (max-width: 1200px) {
    .page-template-login-tpl .left-block .img-wrap:before {
        width: 150px;
        height: 150px;
        bottom: -60px;
        right: -60px;
    }
}

@media (max-width: 992px) {
    .page-template-login-tpl .login-wrap .left-block {
        display: none;
    }

    .page-template-login-tpl .login-wrap .right-block {
        width: 100% !important;
        padding: 20px;
    }
}

@media (max-width: 768px) {

    .page-template-checkout-process-tpl .checkout-process-wrap,
    .page-template-login-tpl .login-wrap,
    .registration .registration-wrap {
        padding: 20px;
        margin: 25px 0;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .rectangle-bg {
        width: 91%;
        height: 1050px;
    }
}

.kleo-form-signin .pull-left {
    border: none;
    width: auto;
}

.kleo-form-signin .pull-left input[type="checkbox"] {
    appearance: auto;
    width: 13px;
    height: 13px;
    margin: 2px 10px 0 -20px !important;
}

.kleo-pop-title {
    font-size: 17px !important;
}

.mo-openid-app-icons {
    display: flex !important;
    justify-content: center;
}

.tml-login form br {
    display: none !important;
}

.checkout-process-wrap form.login :nth-child(15) {
    display: none !important;
}

.checkout-process-wrap form.login .hr-title abbr {
    background: #f7f7f7;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #9098b1;
    padding: 0 25px;
}

.checkout-process-wrap form.login .hr-title {
    border-color: #b7b9be;
}

/* 70-rejestracja-i-logowanie-przez-google-linkedin */
ul.the_champ_login_ul {
    display: flex !important;
    justify-content: space-evenly;
}

.the_champ_login_container ul.the_champ_login_ul>li {
    width: 30% !important;
    background: linear-gradient(90deg, #ffffff 35px, #4f71e8 5%) !important;
}

.the_champ_login_container ul.the_champ_login_ul>li:hover {
    cursor: pointer;
}

ul.the_champ_login_ul li i.theChampLogin {
    margin: 0;
}

ul.the_champ_login_ul li::after {
    display: block;
    width: 100%;
    height: 100%;
    padding: 7px 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
}

ul.the_champ_login_ul li:first-child::after {
    content: 'Linkedin';
    background: linear-gradient(90deg, #ffffff 35px, #0077B5 5%) !important;
}

ul.the_champ_login_ul li:last-child::after {
    content: 'Google';
}

/* 70-rejestracja-i-logowanie-przez-google-linkedin */