﻿.pcg-icon-burger {
    cursor: pointer;
    vertical-align: middle;
}

.pcg-profile-container a:hover {
    text-decoration: none;
}
.pcg-login-container {
    min-height: calc(100vh - calc(var(--pcg-footers-height)*1px));
    padding: 50px 60px 60px 60px;
}
    .pcg-login-container hr {
        border-top: 1px solid #DFE1E9;
        width: 100%;
    }
     .pcg-field-description {
        background: none;
        border: none;
        padding: 0;
        padding-top: 0.57rem;
        font-size: x-small;
        line-height: 0.79rem;
    }

@media only screen and (max-width: 780px) {
    .pcg-login-container {
        padding: 25px 0px 60px 0px;
    }
}
.pcg-login-title {
    padding-top: 80px;
    padding-bottom: 40px;
}
@media (max-width: 400px) {
    .pcg-login-title {
        padding-top: 25px;
        padding-bottom: 10px;
        font-size: 20px;
        letter-spacing: 1px;
    }
}

#forgot-password-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
}
    #forgot-password-btn:hover {
        color: #808080;
    }
.mr-30 {
    margin-right: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-10 {
    margin-top: 10px;
}

.mt-80{
    margin-top: 80px;
}

.col-border {
    border-right: 1px solid #DFE1E9;
    width:1px;
    height: 100%;
}
.forgot-pass-button{
    padding: 0; 
     
}

.ext-login-container{
    max-width:220px;
}
.pcg-footer-container img {
    height: auto;
}
.pcg-custom-footer, .pcg-custom-footer > .row,
.pcg-client-footer, .pcg-client-footer > .row {
    width: 100%;
}
.pcg-body-container {
    height: calc(100vh - calc(var(--pcg-footers-height)*1px));
}
.pcg-content-container {
    min-height: calc(100vh - calc(var(--pcg-footers-height)*1px));

}
.idp-justify-sm-end-lg-space-between {
    justify-content: space-between;
}
@media (min-width:315px) and (max-width:400px){
    .idp-justify-sm-end-lg-space-between {
        justify-content: flex-end;
    }
}
.idp-hide-div-for-sm {
    display:none
}

@media screen and (min-width: 400px) {
    .idp-hide-div-for-sm {
        display: block;
    }
}
.mb-30-sm {
    margin-bottom: 30px;
}
@media (max-width: 400px) {
    .mb-30-sm {
        margin-bottom: 10px;
    }
}
.mt-30-sm {
    margin-top: 30px;
}

@media (max-width: 400px) {
    .mt-30-sm {
        margin-top: 10px;
    }
}
.pcg-justify-content-sm-center-lg-space-between{
    justify-content:space-between
}
@media screen and (max-width: 400px) {
    .pcg-justify-content-sm-center-lg-space-between {
        justify-content: center;
    }
}
#login-btn {
    max-width: 160px;
}

.pcg-login-container-img {
    margin-bottom: 10px;
    background-size: contain;
}
 
.pcg-client-footer-img {
    background-size: contain;
}