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

div.kc-logo-text {
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}

#kc-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
    margin-bottom: 0px;
}

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

body {
    font-family: 'Rubik', sans-serif;
}

.login-pf {
    background: none;
}

.login-pf body {
    background-size: cover;
    height: 100%;
}

.login-pf-content {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

@media screen {
    .login-pf body {
        background: none !important;
        background-color: rgba(0, 0, 0, 0.1) !important;
        color: #262626 !important;
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .login-pf-page #kc-header-wrapper {
        padding: 20px 0 0;
    }

    .login-pf-page .login-pf-page-header,
    .login-pf-page .login-pf-header,
    .login-pf-page .kc-social-item {
        margin-bottom: 10px;
    }

    .login-pf-page .kc-social-links h5 {
        margin-top: 0;
    }

    .login-pf-page hr {
        margin: 16px 0 10px;
    }

    .login-pf-page .kc-social-section .kc-social-item:last-child {
        margin-bottom: 0;
    }
}