﻿*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body, button, input, select, textarea {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: normal;
    vertical-align: baseline;
}

a, abbr, acronym, address, applet, article, aside,
audio, b, big, blockquote, body, canvas, caption,
center, cite, code, dd, del, details, dfn, div, dl,
dt, em, embed, fieldset, figcaption, figure, footer,
form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i,
iframe, img, ins, kbd, label, legend, li, mark, menu,
nav, object, ol, output, p, pre, q, ruby, s, samp, section,
small, span, strike, strong, sub, summary, sup, table,
tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: Roboto, sans-serif;
    vertical-align: baseline;
}

img, svg {
    display: block;
    width: 100%;
}

ol, ul {
    list-style: none;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
}

.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

.form-field.-is-narrow .textfield {
    max-width: 316px;
}

@media screen and (max-width: 768px) {
    .form-field.-is-narrow .textfield {
        max-width: none;
    }
}

.select, .textarea, .textfield {
    height: 54px;
    width: 100%;
    padding: 16px;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
}

@media screen and (max-width: 1023px) {
}

.public.login, .public.register {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    align-items: center;
}

@media screen and (max-width: 1023px) {
    .public.login, .public.register {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        align-items: stretch;
    }

    _:-ms-fullscreen, :root .public.login, _:-ms-fullscreen, :root .public.register {
        display: block;
    }

    .public {
        margin: 0;
    }
}

.login {
    overflow: hidden;
}

.public-header, .public-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    -webkit-order: 0;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    order: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 1 50%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.register .public-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.public-header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../../Content/images/pru-background.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: left center;
}

@media screen and (max-width: 1023px) {
    _:-ms-fullscreen, :root .public-header {
        height: 40%
    }
}

@media screen and (max-width: 1023px) {
    .public-header {
        padding: 28px 32px 24px 32px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.public-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: auto;
}

@media screen and (max-width: 1023px) {

    _:-ms-fullscreen, :root .public-content {
        display: block;
        height: 60%;
    }
}

.public-header-logo {
    width: 280px;
    margin-bottom: 104px;
}

.public-header-nav-item {
    margin: 0 0 64px;
    float: none;
}

@media screen and (max-width: 1023px) {
    .public-header-nav-item {
        margin: 0;
        float: left;
    }

    .public-header-nav-item:not(:first-child) {
        margin-left: 24px;
    }
}

a.public-header-nav-link {
    font-size: 30px;
    line-height: .8;
    color: #fff;
    text-decoration: none;
}

    a.public-header-nav-link.-is-active, a.public-header-nav-link:active, a.public-header-nav-link:hover {
        text-decoration: underline;
    }

@media screen and (max-width: 1023px) {
    a.public-header-nav-link {
        font-size: 16px;
    }
}

.public-header-offset {
    margin-top: -120px;
}

@media screen and (max-width: 1023px) {
    .public-header-offset {
        margin-top: 0;
    }
}

.public-content-offset {
    padding: 0 160px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    min-width: 70%
}

@media screen and (max-width: 1280px) {
    .public-content-offset {
        padding: 0 80px;
    }
}

@media screen and (max-width: 1023px) {
    .public-content-offset {
        width: 100%;
        padding: 48px 32px;
    }
}

.login-title {
    font-size: 30px;
    margin-bottom: 32px;
    line-height: normal;
    font-weight: 700;
    -webkit-order: 0;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    order: 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

@media screen and (max-width: 1023px) {
    .login-title {
        font-size: 24px;
    }
}

.public-content-offset > form {
    -webkit-order: 0;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    order: 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    min-width: 342px;
}

@media screen and (max-width: 1023px) {
    .public-content-offset > form {
        min-width: 0;
    }
}

.partners.login-partners {
    margin-top: 48px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    order: 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

.form-field {
    margin-bottom: 20px;
}

.-is-invalid > label {
    color: #d32f2f;
}

.-is-invalid > input {
    border-color: #d32f2f;
    border-width: 2px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.75;
}

.login-submit, .register-submit, .register-cancel {
    display: block;
    border: none;
    margin-bottom:16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    cursor: pointer;    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    min-width: 128px;
    height: 48px;
    padding: 0 24px 0 24px;
    letter-spacing: normal;
    text-transform: capitalize;
    background-position: center;
    -webkit-transition: background 0.8s;
    -o-transition: background 0.8s;
    -moz-transition: background 0.8s;
    transition: background 0.8s;
}

.login-submit {
    margin: 32px 0;
}

.login-submit, .register-submit {
    background-color: #000 !important;
    color: #fff !important;
}

    .login-submit.disabled, .register-submit.disabled {
        background-color: #3D3D3D !important;
    }

.register-cancel {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

    .login-submit:hover, .register-submit:hover, .register-cancel:hover {
        text-decoration: underline;
    }

    .login-submit:hover, .register-submit:hover {
        background: #3D3D3D -webkit-radial-gradient(circle, transparent 1%, #3D3D3D 1%) center/15000%;
        background: #3D3D3D -moz-radial-gradient(circle, transparent 1%, #3D3D3D 1%) center/15000%;
        background: #3D3D3D -o-radial-gradient(circle, transparent 1%, #3D3D3D 1%) center/15000%;
        background: #3D3D3D radial-gradient(circle, transparent 1%, #3D3D3D 1%) center/15000%;
    }

.register-cancel:hover {
    background: #E3EBE6 -webkit-radial-gradient(circle, transparent 1%, #E3EBE6 1%) center/15000%;
    background: #E3EBE6 -moz-radial-gradient(circle, transparent 1%, #E3EBE6 1%) center/15000%;
    background: #E3EBE6 -o-radial-gradient(circle, transparent 1%, #E3EBE6 1%) center/15000%;
    background: #E3EBE6 radial-gradient(circle, transparent 1%, #E3EBE6 1%) center/15000%;
}

    .login-submit:active, .register-submit:active, .register-cancel:active {        
        text-decoration: underline;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        -webkit-transition: background 0s;
        -o-transition: background 0s;
        -moz-transition: background 0s;
        transition: background 0s;
    }

    .login-submit:active, .register-submit:active {
        background-color: #fff;
    }

.register-cancel:active {
    background-color: #c1d3c8;
}

.register-cancel {
    line-height: 48px;
    margin-left: 16px;
    text-align: center;
}

.login-link {
    display: block;
    margin-bottom: 8px;
    color: #050505;
    text-decoration: none;
}

    .login-link:hover {
        text-decoration: underline;
    }

.login-partners {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
}

    .login-partners > a {
        -webkit-order: 0;
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        order: 0;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        flex: 0 1 50%;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        max-width: 118px;
    }

.register .back {
    margin-bottom: 56px;
}

.back {
    display: block;
    position: relative;
    padding-left: 32px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    text-decoration: none;
}

.back-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 4px;
}

h1.default {
    font-size: 34px;
    margin-bottom: 24px;
    line-height: normal;
    font-weight: 700;
}

.register .controls {
    margin-top: 56px;
    display: flex;
    flex-flow: row nowrap;
}

.form-field-helpertext {
    position: relative;
    margin-top: 12px;
    padding-left: 20px;
    font-size: 13px;
    line-height: normal;
}

    .form-field-helpertext:before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 14px;
        height: 14px;
        background-image: url("data:image/svg+xml; charset=utf8, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M230.4%2C384h51.2V230.4h-51.2V384z%20M256%2C0C114.7%2C0%2C0%2C114.7%2C0%2C256s114.7%2C256%2C256%2C256s256-114.7%2C256-256S397.3%2C0%2C256%2C0z%20M256%2C460.8c-112.9%2C0-204.8-91.9-204.8-204.8S143.1%2C51.2%2C256%2C51.2S460.8%2C143.1%2C460.8%2C256S368.9%2C460.8%2C256%2C460.8z%20M230.4%2C179.2h51.2V128h-51.2V179.2z%22%20%2F%3E%0A%3C%2Fsvg%3E")
    }

.register .public-content-offset {
    padding-top: 65px;
}

.register-confirmpassword .form-field-helpertext {
    display: none;
}

#PhoneNumber::-webkit-outer-spin-button,
#PhoneNumber::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input#PhoneNumber[type=number] {
    -moz-appearance: textfield;
}

.form-field.-is-invalid .form-field-helpertext {
    color: #d32f2f;
}

.form-field.-is-invalid .form-field-helpertext:before {
    background-image: url("data:image/svg+xml; charset=utf8, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cpath%20style%3D%22fill%3A%20%23d32f2f%22%20d%3D%22M256%2C0C114.4%2C0%2C0%2C114.4%2C0%2C256s114.4%2C256%2C256%2C256s256-114.4%2C256-256S397.6%2C0%2C256%2C0z%20M384%2C347.9L347.9%2C384L256%2C292.1L164.1%2C384L128%2C347.9l91.9-91.9L128%2C164.1l36.1-36.1l91.9%2C91.9l91.9-91.9l36.1%2C36.1L292.1%2C256L384%2C347.9z%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.form-field-helpertext:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml; charset=utf8, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M230.4%2C384h51.2V230.4h-51.2V384z%20M256%2C0C114.7%2C0%2C0%2C114.7%2C0%2C256s114.7%2C256%2C256%2C256s256-114.7%2C256-256S397.3%2C0%2C256%2C0z%20M256%2C460.8c-112.9%2C0-204.8-91.9-204.8-204.8S143.1%2C51.2%2C256%2C51.2S460.8%2C143.1%2C460.8%2C256S368.9%2C460.8%2C256%2C460.8z%20M230.4%2C179.2h51.2V128h-51.2V179.2z%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.register-confirmpassword .form-field-helpertext {
    display: none;
}

.-is-invalid .form-field-helpertext {
    display: block;
}