/** Unified Signup Signin Page Styles **/

.intro {
    text-align: left;
    margin-top: 0px;
}

#description {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
}

#attributeList ul li label {
    display: block !important;
    float: inherit;
    text-align: left;
}

.divider {
    display: none;
}

/* Local Account */
.localAccount {
    top: 10px;
    width: 100%;
}

.localAccount .error {
    color: var(--red-600);
    margin-bottom: var(--spacings-sm);
    text-align: left;
}

.localAccount .entry .buttons {
    text-align: left;
}

.localAccount .entry .entry-item {
    width: 100%;
    display: block;
    position: relative;
}

.localAccount .create p {
    text-align: left;
}
