.dash-outline {
    background: #FDF1F4;
    padding: 2em;
    width: 80%;
    margin: 2em auto;
    position: relative;
    display: block;
    border: 2px solid #c91a44;
    border-radius: 5px;
}
.dash-outline h1 {
    font-size: 1.75em;
    margin-bottom: .5em;
}
.dash-outline .intro {
    margin-bottom: 1.5em;
}
.dash-outline .problem {
    background: #C91A44;
    color: #fff;
    padding: 1em;
    text-align: center;
}
.socialink-userbar {
    font-size: .9em;
    display: inline-block;
    margin: 0 0 .75em;
}
.socialink-userbar p {
    margin-bottom: 0;
    font-size: .9em;
}
.socialink-userbar ul {
    margin: 0;
}
.socialink-userbar ul li {
    margin-left: 0;
}
.section-loggin-off .user-name,
.socialink-userbar .user-name {
    font-weight: bold;
}
.socialink-userbar .userbox-logout {
    margin-left: .5em;
    display: inline-block;
    font-weight: bold;
}
.dash-outline .protection-container {
    margin-bottom: 1.5em;
}
.section-loggin-off .container-password {
    display: none;
}
#mortar_confirm_password {
    display: none;
}
.section-loggin-off.password-visible .formfield-password .sink_icon {
    cursor: pointer;
}
.section-loggin-off.password-visible .formfield-password .sink_icon svg {
    fill: #000;
}
.login-main-credentialed {
    display: none;
}
.dash-outline .input-field-container {
    margin-bottom: 1em;
}
.input-note {
    font-size: .9em;
    font-weight: bold;
    margin-bottom: 1.5em;
}
.input-note>p {}
.dash-outline .input-field-container input {
    width: 100%;
    padding: 1em;
    border: 2px solid #333;
}
.dash-outline.error .input-field-container input {
    border: 2px solid #c91a44;
}
.dash-outline input.fullbleed,
.dash-outline .submit-email {
    display: inherit;
    width: 100%;
    padding: 1em;
    margin-bottom: 0;
    border: 0;
    background: #333;
    color: #fff;
}
.dash-outline.error input.fullbleed,
.dash-outline.error .submit-email {
    background: #c91a44;
}
.dash-outline .input-field-response {
    min-height: 50px;
    margin: 1em 0 0;
    border-radius: 10px;
    padding: 1em;
    text-align: center;
    font-weight: bold;
    font-size: .9em;
}
.dash-outline a.fullbleed {
    width: 100%;
    text-align: center;
}
.dash-full.section-logged-in {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 50px;
}
.dash-full .intro h2 {
    color: #CE1141;
    font-size: 1.4em;
}
.dash-full .left h3 {
    font-size: 1em;
}
.dash-full .left h3 a {
    display: flex;
    align-items: center;
}
.dash-full .local-metadata {
    background: #FDF1F4;
    padding: 1em;
    width: 80%;
    margin: 1em 0;
    position: relative;
    display: block;
    border-radius: 5px;
    font-size: 90%;
    width: 100%;
}
.dash-full .onelocal {
    background: #FDF1F4;
    padding: 1em;
    width: 80%;
    margin: 1em 0;
    position: relative;
    display: block;
    border-radius: 5px;
    font-size: 90%;
    width: 100%;
}
.dash-outline h2 {
    margin-bottom: .7em;
    text-transform: uppercase;
    font-size: .9em;
}
.onelocal h4 {
    color: #000;
}
.onelocal h5 {
    color: #000;
}
.dash-full .membermeta {
    margin-bottom: 1em;
}
.dash-full .membermeta-label {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: .5em;
    display: block;
}
.dash-full .memberitem {
    color: #CE1141;
    font-family: 'Albert Sans';
    font-weight: 600;
    display: block;
}
.admin-notice {
    background: #FDF1F4;
    font-size: .8em;
    padding: .5em;
    display: inline-block;
}