.wfp-view {}

.wfp-view .wfp-login {
    display: block;
    width: 100%;
    max-width: 470px;
    margin: 0px auto;
    background-color: #f7f9fb
}

.wfp-view .wfp-login .wfp-login-content,
.wfp-view .wfp-login .wfp-register-content {
    min-height: 414px
}

.wfp-view .wfp-login .wfp-login-form-container {
    padding: 60px;
    position: relative;
    padding-top: 80px
}

.wfp-view .wfp-login .wfp-login-form-container:before {
    content: "";
    background-image: url(./../../../../assets/public/images/dashboard-logo.png);
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.wfp-view .wfp-login .wfp-login-heading {
    text-align: center;
    margin-bottom: 35px
}

.wfp-view .wfp-login .wfp-login-heading--main {
    color: #324aff;
    font-size: 28px;
    font-weight: 500;
    margin: 0
}

.wfp-view .wfp-login .wfp-login-heading--main:before {
    display: none
}

.wfp-view .wfp-login .wfp-login-heading--sub {
    color: #666666;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 0
}

.wfp-view .wfp-login .section-content .wfp-LostPassword {
    text-align: center
}

.wfp-view .wfp-login .section-content .wfp-LostPassword--link {
    color: #999999;
    font-size: 15px;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wfp-view .wfp-login .section-content .wfp-from-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #F0F0F0;
    margin-bottom: 15px;
    text-align: center;
    margin-left: 0;
    margin-right: 0
}

.wfp-view .wfp-login .section-content .wfp-from-group>div {
    padding: 0
}

.wfp-view .wfp-login .section-content .wfp-from-group--icon {
    color: #3A4FFF
}

.wfp-view .wfp-login .section-content .wfp-from-group--password__icon {
    color: #D7DCFF;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px
}

.wfp-view .wfp-login .section-content .wfp-from-group--password__icon.viewed {
    color: #3A4FFF
}

.wfp-view .wfp-login .section-content .wfp-from-group.wfp-remember-me-container {
    background-color: transparent;
    text-align: left;
    border: none
}

.wfp-view .wfp-login .section-content .wfp-from-group.wfp-remember-me-container .wfp-button {
    width: 100%;
    border-radius: 0;
    display: block;
    padding: 20px 30px
}

.wfp-view .wfp-login .section-content .wfp-from-group.wfp-remember-me-container .wfp-rememberme {
    display: block;
    margin-bottom: 23px;
    margin-left: 24px
}

.wfp-view .wfp-login .section-content .wfp-from-group.wfp-remember-me-container .wfp-rememberme--label {
    color: #999999;
    font-size: 15px;
    position: relative
}

.wfp-view .wfp-login .section-content .wfp-from-group.wfp-remember-me-container .wfp-rememberme--label:before {
    color: #324AFF;
    margin-right: 10px;
    font-family: 'wp-fundraising'
}

.wfp-view .wfp-login .section-content .wfp-from-group.wfp-remember-me-container .wfp-rememberme--checkbox {
    display: none
}

.wfp-view .wfp-login .section-content .wfp-from-group.wfp-remember-me-container .wfp-rememberme--checkbox+.wfp-rememberme--label:before {
    content: "";
    height: 15px;
    width: 15px;
    border: 2px solid #324AFF;
    display: inline-block;
    top: 2px;
    position: relative
}

.wfp-view .wfp-login .section-content .wfp-from-group.wfp-remember-me-container .wfp-rememberme--checkbox:checked+.wfp-rememberme--label:after {
    content: "\e949";
    font-family: 'wp-fundraising';
    color: #324AFF;
    position: absolute;
    left: 2px;
    font-size: 12px;
    top: 0px;
    font-weight: bold
}

.wfp-view .wfp-login .section-content .wfp-from-group .wfp-input {
    border: none;
    background-color: transparent;
    outline: none;
    height: 58px;
    color: #3A4FFF;
    font-size: 15px;
    font-weight: 400
}

.wfp-view .wfp-login .section-content .wfp-from-group .wfp-input::-webkit-input-placeholder {
    color: #adb6ff
}

.wfp-view .wfp-login .section-content .wfp-from-group .wfp-input::-moz-placeholder {
    color: #adb6ff
}

.wfp-view .wfp-login .section-content .wfp-from-group .wfp-input:-ms-input-placeholder {
    color: #adb6ff
}

.wfp-view .wfp-login .section-content .wfp-from-group .wfp-input::-ms-input-placeholder {
    color: #adb6ff
}

.wfp-view .wfp-login .section-content .wfp-from-group .wfp-input::placeholder {
    color: #adb6ff
}

.wfp-view .wfp-login .section-content.wfp-tab-control {
    display: block
}

.wfp-view .wfp-login .section-content.wfp-tab-control.wfp-reg-login-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.wfp-view .wfp-login .section-content.wfp-tab-control.wfp-reg-login-navs .wfp-reg-login-navs--icon {
    margin-right: 8px
}

.wfp-view .wfp-login .section-content.wfp-tab-control.wfp-reg-login-navs .wfp-button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    border-radius: 0;
    color: #999999;
    font-size: 15px;
    border: 1px solid #F0F0F0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 25px 10px
}

.wfp-view .wfp-login .section-content.wfp-tab-control.wfp-reg-login-navs .wfp-button:focus {
    outline: none
}

.wfp-view .wfp-login .section-content.wfp-tab-control.wfp-reg-login-navs .wfp-button:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wfp-view .wfp-login .section-content.wfp-tab-control.wfp-reg-login-navs .wfp-button-active {
    color: #324aff
}

.wfp-view .wfp-login .section-content.wfp-tab-control .wfp-button {
    width: 49%;
    background: transparent;
    color: #fff;
    display: inline-block
}

.wfp-view .wfp-login .section-content.wfp-tab-control .wfp-button.wfp-login-btn {
    border-right: 1px solid #fff
}

.wfp-view .login-register-pup-up-wrapper {
    position: fixed;
    background-color: transparent;
    display: block;
    z-index: 999999;
    padding: 0px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%
}

.wfp-view .login-register-pup-up-wrapper.is-open+.wfp-modal-backdrop.is-open {
    display: block;
    z-index: 99999
}

.wfp-view .login-register-pup-up-wrapper.wfdp-single-bigger .wfp-login {
    top: 0px;
    margin: 50px auto;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit
}

.wfp-view .login-register-pup-up-wrapper .xs-modal-content {
    margin: 0
}

.wfp-view .login-register-pup-up-wrapper .xs-modal-header {
    border: none;
    padding: 0
}

.wfp-view .login-register-pup-up-wrapper .xs-auth-modal--close {
    background-color: #324aff;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
    width: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    height: 42px;
    border-radius: 100px;
    text-align: center
}

.wfp-view .login-register-pup-up-wrapper .wfp-login {
    position: absolute;
    background-color: transparent;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wfp-view .wfp-auth-btn {
    background-color: #324aff
}

.wfp-view .wfp-auth-btn:hover {
    background-color: #324aff
}

.wfp-view .login-register-pup-up-wrapper.xs-show {
    opacity: 1;
    visibility: visible
}

.wfp-view .xs-modal-content {
    position: relative;
    width: 600px;
    max-width: 100%;
    padding: 15px;
    height: auto
}

.wfp-view .xs-modal-popup.is-open {
    opacity: 1;
    visibility: visible
}

.wfp-view .xs-auth-show {
    display: block
}

.wfp-view .xs-auth-hide {
    display: none
}