/* Global Prefix
'nps' - Subscription Billing Page
*/


.nps-page__wrapper {
    background-color: #E6E6E6;
    min-height: 100vh;
}
.nps-section, .nps-footer__wrapper {
    max-width: 600px;
    padding: 20px;
    margin: 0 auto;
}

.nps-section {
    padding: 70px 20px 100px 20px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.nps-alert {
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 7px 12px;
}

.nps-avatar {
    width: 100px;
    height: 100px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;
    border-radius: 50%;
}

.nps-username {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    text-align: center;
    margin: 5px auto 0 auto;
}

.nps-status {
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: 600;
    margin: 0 auto;
}

.nps-status i {
    color: #17B14F;
    font-size: 10px;
}

.nps-text {
    color: #121212;
    text-align: center;
    font-size: 16px;
    margin: 15px auto 25px auto;
}

.nps-form__input {
    display: block;
    width: 100%;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 2px;
    margin: 0 0 10px 0;
}

.nps-form__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #C4CCD1;
}
.nps-form__input::-moz-placeholder { /* Firefox 19+ */
    color: #C4CCD1;
}
.nps-form__input:-ms-input-placeholder { /* IE 10+ */
    color: #C4CCD1;
}
.nps-form__input:-moz-placeholder { /* Firefox 18- */
    color: #C4CCD1;
}

.nps-submit__btn {
    display: block;
    width: 100%;
    background-color: #2BB549;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 14px;
    border: none;
    border-radius: 4px;
    margin: 0;
}

.nps-submit__btn:hover {
    color: #fff;
    text-decoration: none;
}

.nps-or__text {
    text-align: center;
    color: #888;
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
}

.nps-link__login {
    display: block;
    text-align: center;
    margin: 15px 0 0 0;
    color: rgba(0, 0, 0, 0.9);
    text-decoration: underline;
}

.nps-facebook__btn {
    display: block;
    background-color: #2C77BB;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 14px;
    border: none;
    border-radius: 4px;
    margin: 0;
}

.nps-facebook__btn:hover {
    text-decoration: none;
    color: #fff;
}

.nps-footer__title, .nps-footer__text {
    color: #C4CCD1;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}

.nps-footer__text {
    margin: 10px 0 20px 0;
    text-transform: none;
}

.nps-footer__cta--wrapper {
    text-align: center;
}

.nps-footer__cta--image {
    margin: 0 0 10px 0;
}

.nps-footer__logo {
    display: block;
    margin: 25px auto 15px auto;
    width: 60px;
    opacity: 0.2;
}

.nps-footer__social {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center;
}

.nps-footer__social li {
    display: inline-block;
    margin: 0 4px;
}

.nps-footer__social--image {
    width: 30px;
    height: auto;
}

.nps-footer__copyright {
    color: #C4CCD1;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.nps-unsubscribe__logo {
    display: block;
    margin: 50px auto 25px auto;
}

.nps-unsubscribe__message {
    color: rgb(0,0,40);
    font-size: 24px;
    text-align: center;
    padding: 20px 10px;
}

.nps-unsubscribe__error {
    position: fixed;
    top: 15px;
    right: 10px;
    padding: 7px 12px;
}