.pf-overlay {
    background: rgba(190, 217, 215, 0.8);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99998;
}
.pf-login-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: -100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    transition: ease-in-out 1s;
}
.pf-login-form {
    width: 420px;
}
.pf-login-form form input.formfield {
    margin-top: 7px !important;
    box-sizing: border-box;
}
.pf-login-form .pf-login-header {
    padding: 15px;
    font-size: 1.3em;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pf-sign-in {
    background: #fff;
    padding: 20px;
}
.pf-sign-in p {
    text-align: center;
}
.pf-sign-in img {
    display: block;
    margin: 0 auto;
}
.pf-btn {
    display: inline-flex;
    height: 25px;
}

.pf-login-close {
    background: transparent;
    font-size: 1em;
    border: none;
}
.pf-login-form form input.formfield {
    margin-top: 7px !important;
    box-sizing: border-box;
    height: 30px;
    width: 100%;
    border-radius: 0;
}

.pf-login-box {
    text-align: right;
   
}