.login-pf {
    background: none;
}

.login-pf body {
    background: #f5f5f5;
    height: 100%;
}

div.kc-logo-text {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 60px;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}

div.kc-logo-text span {
    display: none;
}

div.kc-logo-text.agrinet.agrinet-dev::after {
    content: 'DEV';
    color: rgba(0, 128, 0, 0.6);
}

div.kc-logo-text.agrinet.agrinet-test::after {
    content: 'TEST';
    color: rgba(255, 166, 0, 0.6);
}

div.kc-logo-text.agrinet.agrinet-stage::after {
    content: 'STAGE';
    color: #cc0022c4;
    transform: rotate(-0.03turn);
}

div.kc-logo-text.agrinet.agrinet-ait::after {
    content: 'AIT';
    color: pink;
}

div.kc-logo-text.agrinet::after {
    visibility: visible;
    position: absolute;
    display: block;
    padding: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4em;
    right: 50px;
    bottom: -16px;
    transform: rotate(-0.05turn);
}

.card-pf {
    margin: 0 auto;
    max-width: 400px;
    border-radius: 15px;
    background:#fff;
    padding:15px;
    box-shadow: rgba(50, 50, 93, 0.05) 0 50px 100px -20px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px; 
    border:1px solid #eaeaea;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 10px 20px;
    white-space: normal;
}

label.pf-c-form__label-text {
    font-weight: bolder;
    padding-bottom: 5px;
}

/*phone*/
@media (max-width: 767px) {
    .login-pf-page .card-pf {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        border-top: 0;
        box-shadow: 0 0;
    }

    .kc-social-grid {
        grid-column-end: 12;
        --pf-l-grid__item--GridColumnEnd: span 12;
    }

    .kc-social-grid .kc-social-icon-text {
        left: -15px;
    }
}
