/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2020-08-07, 13:57:00
    Author     : marcinniedzwiecki
*/

:root {

    --nav-primary-color: #3461c9;
    --bg-color: #fff;
    --poster-bg-color: #3461c9;
    --form-bg-color:#e4e4e4;
    --text-color: #273e5d;
}

/* general style for public pages */
.public-page,
.public-page-login{
    background: var(--bg-color);
}

.grecaptcha-badge { opacity:0;}

.forgot-page > .container-fluid, .public-page > .container-fluid  {
    height: 100%;
    padding: 0;
    margin: 0;
    height: 100vh !important;
    padding-bottom: 0 !important;
}

.forgot-page > #main-navigation, .forgot-page > #trial-counter {
  display: none;
}

.forgot-page .forgot-mail-panel p.form-text, .forgot-page .forgot-panel p.form-text {
  font-size: 1.6rem;
  margin-left: 2rem;
}

.public-page > .container-fluid > .row {
    height: 100%;
    padding: 0;
    margin: 0;
}

.public-page > .container-fluid > .row > .col {
    padding-left: 0;
    padding-right: 0;
}

.public-page .buttons {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    width: 100%;
    padding: 0 5px;
}

.public-page .or-separator {
    font-size: 1.8rem;
    letter-spacing: 0.03rem;
    margin: 2rem 0.2rem;
    color: #acb8c3;
    font-weight: var(--font-weight-semi-bold);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.public-page .or-separator span {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: 70px;
}

.public-page .or-separator::before {
  content: '';
  height: 1px;
  width: 90%;
  background-color: #acb8c3;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
    .public-page .buttons {
        display: none;
    }
}

@media (min-width: 992px) {
    .public-page .buttons {
        top: 32px;
        max-width: 416px;
        padding: 0 5px;
        z-index: 20;
    }

    .public-page .register-panel .buttons {
        max-width: 862px;
    }
}

/* form column */
.public-page .col.form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 14.1%;
    padding-bottom: 15px;
}

@media (min-width: 992px) {
    .public-page .col.form {
        -ms-flex: 0 0 56.1778%;
        flex: 0 0 56.1778%;
        max-width: 56.1778%;
    }
}

.public-page .login-panel .col.form,
.public-page .register-panel .col.form {
    padding-top: 8.35%;
}

@media (max-width: 991px) and (orientation: landscape) {
    .public-page .login-panel .col.form,
    .public-page .register-panel .col.form {
        padding-top: 21px;
    }
}

.public-page .form-wrapper {
    padding: 0 35px;
    width: 100%;
    max-width: 476px;
}

/* poster column */
.public-page > .container-fluid > .row > .col.poster {
    position: relative;
    background-color: var(--poster-bg-color);
    flex-direction: column;
    align-items: center;
}

.public-page .col.poster > .poster-wrapper {
    z-index: 10;
}

.public-page .col.poster > .overlay {
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .37;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.public-page .col.poster > .overlay.login {
    background-image: url('../img/Grafika.jpg');
}

.public-page .col.poster > .overlay.password {
    background-image: url('../img/forgot-password.jpg');
}

.public-page .login-panel .poster {
    padding-top: 27px;
}

.public-page .register-panel .poster {
    justify-content: center;
}

.public-page .poster-wrapper {
    display: flex;
    flex-direction: column;
    margin: 35px 0 75px 0;
    padding: 0 5px;
    width: 100%;
    max-width: 416px;
}

.public-page .login-panel .buttons,
.public-page .login-panel .poster-wrapper {
    max-width: 631px;
}

.public-page .register-panel .poster-wrapper {
    max-width: 420px;
    margin: 0 0 102px 0;
}

body.public-page h2 {
    font-size: 1.5rem;
}

body.public-page label:not(.custom-control-label)[for=password-confirmation]{
    margin-top: 0px;
}

body.public-page h3 {
    font-size: 2rem;
}

body.public-page input:focus {
    border-color: #d9dfe8;
}

.public-page .panel {
    margin-top: 0.0rem;
    max-width: 400px;
    width: 100%;
    padding: 0 1.5rem;
    background: #e4e4e4;
    box-shadow: 0px 3px 9px 0 rgba(0, 0, 0, 0.3);
        /*0px 10px 20px 0 rgba(0, 0, 0, 0.5);*/

    border-radius: 10px;

}


.public-page .panel-register-alt {
    margin-top: 0.0rem;
    max-width: 575px;
    width: 100%;
    padding: 0 1.5rem;
    background: #efefef;
    box-shadow: 0px 3px 9px 0 rgba(0, 0, 0, 0.3);


    border-radius: 10px;
}

.public-page .panel-register-alt .form-group{
    padding: 0px 4.5rem;
}
.public-page .panel-register-alt .error{
    padding: 0px 4.5rem;
}



.public-page .panel-register {
    margin-top: 0.0rem;
    max-width: 800px;
    width: 100%;
    padding: 0 1.5rem;background: #efefef;
    box-shadow: 0px 3px 9px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}


.public-page .panel-register #registerFormColumn1{

}
.public-page .panel-register #registerFormColumn2{
    width: 1px;
    background-color: rgba(250,250,250, 0.5);
    max-width: 1px;
    padding: 0px;
}
.public-page .panel-register #registerFormColumn3{
    min-height: 450px;
}



@media (max-width: 700px) {
    .public-page .panel-register #registerFormColumn1{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .public-page .panel-register #registerFormColumn2{
        display:none !important;
    }
    .public-page .panel-register #registerFormColumn3{
        display:none !important;
    }
}

.testimonial-row{
    bottom: 0px;
    position: absolute;
}

.testimonial-row img{
    display: inline-block; vertical-align: middle; width: 56px; height: 56px; border-radius: 50%;
    float: left;
}

.public-page h2 {
    font-weight: var(--font-weight-regular);
    color: #000;
    font-size: 2rem;
    letter-spacing: 0.05rem;
}

.public-page h3 {
    font-weight: var(--font-weight-black);
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: 0.05rem;
    text-transform: none;
}

body.public-page .btn.btn-public {
    position: relative;
    padding: 1.4rem 1.5rem 1.2rem 1.5rem;
    line-height: 1;
    min-width: auto;
    font-size: 1.5rem;
    width: 100%;
    letter-spacing: 0.05rem;
    border-radius: 32px;
    background: #3461c9;
    border: 2px solid #3461c9;
    font-weight: var(--font-weight-semi-bold);
    text-transform: uppercase;
    height: 4.5rem;
}

body.public-page .register-panel form:not(.form__provider) .btn.btn-public {
    margin-top: 2.6rem;
}

body.public-page .btn.btn-public:hover {
    background: #fff;
    color: #3461c9;
}

body.public-page .btn.btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #273e5d;
    font-size: 1.7rem;
    text-transform: none;
    border-color: #d9dfe8;
}

body.public-page .btn.btn-secondary .icon {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  position: absolute;
  left: 10px;
}

body.public-page .btn.btn-secondary:hover {
  background: #fff;
  color: #3461c9;
}

body.public-page .btn.btn-public > .loader-overlay {
    display: none;
    border-radius: 32px;
}

body.public-page .btn.btn-public > .loader-overlay > svg {
    max-width: 100%;
    max-height: 100%;
}

body.public-page  .panel-register-alt .btn {
    width: auto;
    font-size: 1.7rem;
    font-weight: bold;
    padding: .9rem 3.6rem;
}

body.public-page .form-group {
    margin-bottom: 1.5rem;
}

.form-group.custom-captcha {
    border: 2px solid #dc3545;
    border-radius: 32px;
}

@media (max-width: 991px) and (orientation: landscape) {
    body.public-page .form-group {
        margin-bottom: .5rem;
    }
}

body.public-page .form-control {
    padding: 1.1rem 1.9rem .8rem 1.9rem;
    font-size: 1.8rem;
    letter-spacing: .03rem;
    line-height: 1;
    min-height: 3.2rem;
    font-weight: var(--font-weight-semi-bold);
    border-radius: 32px;
    /* border: 2px solid #d9dfe8; */
    border: 2px solid #d9dfe8;
}

body.public-page .custom-control-label {
    font-size: 1.8rem;
    letter-spacing: .05rem;
    font-weight: var(--font-weight-semi-bold);
    margin-left: 1rem;
    color: #273e5d;
}

body.public-page .custom-control-inline {
    margin-top: .5rem;
    margin-bottom: 2rem;
    margin-left: .2rem;
    padding-left: 1.9rem;
}

body.public-page .form__provider {
  margin-bottom: 1rem;
}

@media (max-width: 991px) and (orientation: landscape) {
    body.public-page .custom-control-inline {
        margin-bottom: 1.3rem;
    }
}

.text-danger{
    font-size: 1.5rem;
    margin-left: 2rem;
    font-weight: var(--font-weight-semi-bold);
}


body.public-page .links-row {
    color: var(--text-color);
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
    font-weight: var(--font-weight-regular);
}

.btn-public {
    background: #5a89f8;
}

.public-page .links-row a:hover{
    font-weight: 500;
}

.public-page .links-row a {
    /*color: #000;*/
}

.public-page .links-row a.undercontainerlink{
    color: var(--text-color);
}

.public-page .links-row a#registerLink {
    font-weight: bold;
}

body.public-page h1 {
    font-weight: var(--font-weight-black);
    color: #273e5d;
    font-size: 4.3rem;
    letter-spacing: .05rem;
    margin-bottom: 3rem;
    margin-left: 2rem;
}

@media (max-width: 991px) and (orientation: landscape) {
    body.public-page h1 {
        margin-bottom: 1.7rem;
    }
}

body.public-page h1.alt {
    font-weight: var(--font-weight-regular);
    color: #273e5d;
    font-size: 2.5rem;
        line-height: 3.1rem;
    letter-spacing: 0.1rem;
        margin-top: 4.5rem!important;
}

body.public-page .register-panel h1 {
    margin-left: 0;
    margin-bottom: 4.2rem;
    text-align: center;
}

@media (max-width: 991px) and (orientation: landscape) {
    body.public-page .register-panel h1 {
        margin-bottom: 1.7rem;
    }
}

body.public-page .register-panel .poster-wrapper h1 {
    margin-left: .2rem;
    margin-bottom: 1.3rem;
    text-align: left;
    color: #fff;
    font-size: 5rem;
    letter-spacing: .1rem;
    font-weight: var(--font-weight-bold);
}

body.public-page h2 {
    font-weight: var(--font-weight-semi-bold);
    font-size: 1.8rem;
    color: #273e5d;
    letter-spacing: .045rem;
    margin-bottom: 3.4rem;
    margin-left: 2rem;
    margin-right: 5rem;
}

@media (max-width: 991px) and (orientation: landscape) {
    body.public-page h2 {
        margin-bottom: 2.2rem;
    }
}

body.public-page .register-panel .poster-wrapper h2 {
    color: #fff;
    font-size: 2.2rem;
    margin-left: 0;
    line-height: 1.35;
    margin-bottom: 3.9rem;
}

body.public-page blockquote {
    color: #fff;
    font-style: italic;
    font-size: 1.8rem;
    letter-spacing: .02rem;
    line-height: 1.45;
    margin-bottom: 2.9rem;
}

body.public-page img.person-avatar {
    margin-right: 14px;
    margin-left: 1px;
    width: 46px;
    height: 46px;
}

body.public-page span.name {
    color: #fff;
    font-size: 1.8rem;
    font-weight: var(--font-weight-semi-bold);
    letter-spacing: .01rem;
    line-height: 1;
    margin-top: .1rem;
    margin-bottom: .4rem;
}

body.public-page span.business {
    color: #fff;
    font-size: 1.4rem;
    font-weight: var(--font-weight-semi-bold);
    letter-spacing: .02rem;
    line-height: 1;
}

body.public-page label:not(.custom-control-label) {
    font-size: 1.8rem;
    letter-spacing: 0.03rem;
    margin: 1rem 0.2rem .7rem 2rem;
    color: #273e5d;
    font-weight: var(--font-weight-semi-bold);
}

@media (max-width: 991px) and (orientation: landscape) {
    body.public-page label:not(.custom-control-label) {
        margin-bottom: .5rem;
    }
}

body.public-page  .panel-register-alt label:not(.custom-control-label) {
    font-size: 1.6rem;
    letter-spacing: 0.075rem;
    margin: 1rem 0.2rem 0.5rem 0.2rem;
    color: #273e5d;
    /*text-transform: uppercase*/
}

body.public-page label:not(.custom-control-label)[for=password-confirmation]{
    margin-top: 0px;
}

body.public-page h3 {
    font-size: 2rem;
}

body.public-page input::placeholder {
    color: #acb8c3;
    text-align: left;
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: 0.03rem;
    font-weight: var(--font-weight-semi-bold);
}

body.public-page input::-ms-input-placeholder {
    color: #acb8c3;
    text-align: left;
    /*text-transform: uppercase;*/
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
}

@media only screen and (max-width: 992px) {
    .topLogo{
        display: none;
    }

    @media (orientation: landscape) {

    }

    @media (orientation: portrait) {
        .public-page .panel-register-alt {
            box-shadow: none;
            max-width: 100%;
        }
        .public-page .panel-register {
            box-shadow: none;
            max-width: 100%;
        }

        .public-page .panel-register-alt .form-group {
            padding: 0px 25px;
            text-align: left;
        }

        .public-page .panel-register-alt .error {
            padding: 0px 25px;
            text-align: left;
        }
        .public-page .panel-register .error {
            padding: 0px 25px;
            text-align: left;
        }

        .public-page .panel-register .form-group {
            padding: 0px 25px;
            text-align: left;
        }

        body.public-page  .panel-register-alt .btn {
            width: 100%;
            font-size: 1.5rem;
            font-weight: bold;
            padding: .9rem 0rem;
        }
         body.public-page  .panel-register .btn {
            width: 100%;
            font-size: 1.5rem;
            font-weight: bold;
            padding: .9rem 0rem;
        }

        body.public-page .links-row{
            margin-top: 1.5rem!important;
            text-align: center;
        }

    }
}

.btn.btn-link {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04rem;
    padding: 5px 8px 3px 8px;
    line-height: 1;
    position: relative;
}

.col.form .btn.btn-link {
    color: #3461c9;
}

.col.poster .btn.btn-link {
    color: #fff;
}

.btn.btn-link:focus {
    text-decoration: none;
}

.btn.btn-link:not(:disabled):not(.disabled):hover {
    background: none;
    border: 0;
    text-decoration: none;
}

.col.form .btn.btn-link:not(:disabled):not(.disabled):hover {
    color: #3461c9;
}

.col.poster .btn.btn-link:not(:disabled):not(.disabled):hover {
    color: #fff;
}

.btn.btn-link .icon {
    position: absolute;
    top: 50%;
    left: -21px;
    width: 32px;
    height: 22px;
    transform: translateY(-50%);
}

.btn.btn-link .icon svg path {
    fill: #fff;
}

.register-panel .btn.btn-link .icon svg path {
    fill: #3461c9;
}

.btn-logo {
    padding: 0;
    margin-top: 9.6rem;
    margin-right: .5rem;
}

.register-panel .btn-logo {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 4.9rem;
    margin-left: -3px;
}

#logo {
    height: 49px;
}

.sub-links {
    font-size: 1.4rem;
    font-weight: var(--font-weight-semi-bold);
    letter-spacing: .02rem;
    margin-top: 2rem;
    line-height: 1.575;
    color: #273e5d;
    align-items: center;
}

.register-panel .sub-links {
    letter-spacing: .015rem;
    margin-top: 2rem;
    line-height: 1.25;
}

.sub-links a {
    color:#3461c9;
}

.sub-links a:hover {
    color:#3461c9;
}

.login-panel .sub-links a {
    margin: 0 .4rem;
}

.public-page .custom-checkbox .custom-control-label::before {
    top: .2rem;
    border-color: #dbdfe6;
    border-radius: 5px;
    border-width: 2px;
    background-color: #fff;
}

.public-page .custom-checkbox .custom-control-label::after {
    top: .2rem;
}

.public-page .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%233461c9' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* terms of service style */
.public-page-tos {
    background: var(--primary-color);
    color: #fff;
}

.public-page-tos > .container-fluid {
    height: auto;
}

.public-page-tos #logo {
    margin: 4rem 0;
    height: 5rem;
}

.public-page-tos ol {
    margin-bottom: 0;
}

.public-page-tos ol[type="I"] {
    text-align: left;
}

.public-page-tos ol[type="I"] li {
    margin-left: 5px;
}

.public-page-tos a {
    color: #fff;
    text-decoration: none;
}

.public-page-tos li > p {
    margin-bottom: 13px !important;
}

.public-page-tos .section-start {
    padding-top: 61px !important;
    padding-bottom: 13px !important;
    margin-bottom: 0 !important;
}

.public-page-tos .section-title {
    padding-bottom: 13px !important;
    margin-bottom: 0 !important;
}
