/*
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: #5ca9ff;
    --bg-color: #efefef;
    --form-bg-color:#e4e4e4;
    --text-color: #273e5d;
}


.public-page,
.public-page-login{

    background: var(--bg-color); 
}




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 .btn,
body.public-page input {
    border-radius: 0;
}

body.public-page input:focus {
    border-color: #bdbdbd;
}


.public-page #logo {
    margin: 4.0rem 0;
    height: 5rem;
}


.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;
    }
}

.public-page-tos {
    background: var(--primary-color);
    color: #fff;
}

.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;
}

.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;
}

/* overrides for public-page "smaller" version */
body.public-page .btn {
    padding: .5rem 1.6rem;
    min-width: auto;
    font-size: 1.5rem;
    width: 100%;
    text-transform: unset;
    letter-spacing: 0.1rem;
    border-radius: 0.5rem !important;
    
}


body.public-page  .panel-register-alt .btn {
    width: auto;
    font-size: 1.7rem;
    font-weight: bold;
    padding: .9rem 3.6rem;
}

body.public-page .form-control {
    font-family: 'Lato', sans-serif;
    padding: 0.8rem;
    font-size: 1.4rem;
    line-height: 2rem;
    min-height: 3.2rem;
    font-weight: var(--font-weight-normal);
    border-radius: 0.6rem;
    border: 0px;
}

.text-danger{
        font-weight: 300;
    font-size: 1.5rem;
}


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;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form-control:valid:focus,
.form-control:invalid:focus {
    box-shadow:0 0 0 30px white inset !important;
}


body.public-page h1 {
    font-weight: var(--font-weight-light);
    color: #273e5d;
    font-size: 3.0rem;
}

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 h2 {
    font-size: 1.5rem;
}

body.public-page label:not(.custom-control-label) {
    font-size: 1.6rem;
    letter-spacing: 0.075rem;
    margin: 1rem 0.2rem 1rem 0.2rem;
    color: #273e5d;
    /*text-transform: uppercase*/
}

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 .btn,
body.public-page input {
    border-radius: 0;
}

body.public-page input:focus {
    border-color: #bdbdbd;
}

body.public-page input::placeholder {
    color: #bdbdbd;
    text-align: left;
    /*text-transform: uppercase;*/
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
}

body.public-page input::-ms-input-placeholder {
    color: #bdbdbd;
    text-align: left;
    /*text-transform: uppercase;*/
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
}


@media only screen and (max-width: 1023px) {
    
}

@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%;
        }
        
        body.public-page h1 {
                font-weight: var(--font-weight-regular);
    color: #273e5d;
            font-size: 2.1rem;
            line-height: 3.1rem;
            letter-spacing: 0.1rem;
            margin-top: 3.0rem!important;
        }
        
        .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;
        }
        
    }
}
