* {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

#wrapper {
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
}

#logo {
    width: 100%;
    max-width: 30rem;
}

body {
    color: #797979;
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
}

#api .claims-provider-list-buttons.social,
#api .claims-provider-list-buttons.social + .divider,
#api form > .verifying-modal,
#streetAddress,
#api form .g-recaptcha-response-toms_li,
li.county_li,
fieldset legend {
    display: none;
}

#api {
    display: flex;
    flex-direction: column;
    max-width: 30rem;
}

#api form {
    margin: 1rem;
    width: 100%;
    align-self: center;
}

#api .intro {
    text-align: center;
}

#api .error {
    color: #e11f2f;
    width: 100%;
}

#api .error.pageLevel {
    background-color: #edd;
    padding: 0.1rem 1rem;
}

#api .error.itemLevel {
    padding: 0;
}

#api form .error.itemLevel p {
    margin: 0.5rem 0;
}

#api form .entry {
    padding: 0.2rem;
}

#api .attrEntry label,
#api .number label,
#api form .entry .entry-item label {
    font-weight: bold;
    margin: 1rem 0 0.25rem 0;
    display: block;
}

#actionLabel {
    margin: 1rem 0;
}

#verificationCode,
#api .attrEntry input,
#api .input select,
#api .number input,
#api form .entry .entry-item input {
    padding: 0.75rem;
    background-color: #fff;
    color: #797979;
    border: 1px solid #c1c1c1;
    outline: none;
    width: 100%;
}

#api .attrEntry input[type=checkbox] {
    width: auto;
}

#api .attrEntry input[type=checkbox] + label {
    display: inline;
    margin-left: .5rem;
}

#api form .entry .entry-item input:focus {
    border: 1px solid #3594cc;
}

#api form .entry .buttons {
    padding: 0.5rem 0;
    text-align: center;
}

#api #back,
#api .buttons button {
    color: #fff;
    background-color: #3594cc;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 0.75rem 2rem;
    margin: 1rem 0.5rem 0 0;
}

#api .buttons button.disabled {
    opacity: 0.5;
}

#api .linkButton {
    color: #fff;
    background-color: #3594cc;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 0.75rem 2rem;
    margin: 1rem auto 0 auto;
    display: inline-block;
    text-decoration: none;
}

#api .linkButton:hover {
    background-color: #3087ba;
}

#api #back {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
}

#api .buttons button.disabled {
    opacity: 0.5;
}

#api .buttons button:only-child {
    width: 100%;
    margin: 1rem 0 0 0;
}

#api .buttons button:hover {
    background-color: #3087ba;
}

#attributeList ul {
    padding: 0
}

#attributeList > ul > li {
    list-style: none;
}

.DropdownSingleSelect .dropdown_single {
    width: 100%;
    padding: 0.5rem;
    color: #797979;
    border: 1px solid #c1c1c1;
    background-color: #fff;
    font-size: 14px;
}

#api li.Password {
    list-style: none;
    padding: 0 0 0.5rem;
}

#api li.TextBox:first-child {
    border: 0;
}

#api .helpLink {
    color: #3594cc;
    text-decoration: none;
    cursor: pointer;
    display: block;
    text-align: right;
    margin: 0.1rem 0 0 0;
}

#api .helpLink.tiny {
    font-size: 0.75rem;
}

#api .divider {
    border-bottom: 1px solid #c1c1c1;
    height: 0.8rem;
    text-align: center;
    margin: 1rem 0 2rem 0;
}

#api .divider h2 {
    background-color: #fff;
    padding: 0 0.5rem;
    display: inline;
}

#api .heading h1 {
    display: block;
    font-size: 1.5em;
    text-align: center;
}

#api .create p {
    text-align: center;
    font-size: 1.35rem;
}

#api .create p a#createAccount {
    color: #fff;
    background-color: #3594cc;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 0.75rem 2rem;
    margin: 1rem 0.5rem 0 0;
    display: block;
    font-size: 0.85rem;
}

#retryCode,
#api .create p a {
    margin-left: 0.3rem;
    color: #3594cc;
    text-decoration: none;
    cursor: pointer;
}

.intro a.tel,
.buttons a.tel {
    color: #3594cc;
    text-decoration: none;
    cursor: pointer;
}

#phoneEntry .phoneNumber .number {
    font-size: 1.4rem;
    text-align: center;
    margin: 20px;
}

#registerCancelbutton {
    padding: 0.82rem 2rem;
    background-color: #3594cc;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8rem;
}

#testMode {
    padding: 0.2rem 0.5rem;
    background-color: #3087ba;
    color: #fff;
    text-transform: uppercase;
}

#forgotPassword {
    color: #3594cc;
    text-decoration: none;
    padding: 0.5rem 0.5rem 0.5rem 0;
    display: block;
}


#verifying_blurb {
    color: #797979;
}

.verifying-modal {
    background-color: white;
    border: 10px solid #3594cc;
    padding: 30px;
}

.verificationSuccessText {
    color: #219550;
    font-weight: bold;
    text-align: center;
    display: block;
}

.password_hint {
    font-size: 80%;
    opacity: .7;
    margin: 5px 0;
}

#addressList {
    width: 100%;
    padding: 10px;
    border: 1px solid #c1c1c1;
    background-color: #fff;
}

#resetPasswordLink {
    color: #3594cc;
    text-decoration: none;
    cursor: pointer;
}

fieldset {
    border: 0;
    padding: 10px 0 5px 0;
}

#businessCustomerType {
    margin-top: 10px;
}

.existing_customers {
    font-size: 0.8rem;
    color: #999;
}

.existing_customers a {
    color: #3594cc;
    text-decoration: none;
    cursor: pointer;
}

#email_intro {
    margin-top: 10px;
    margin-bottom: 25px;
    display: block !important;
}

#signInName.error {
    border: 1px solid #e11f2f !important;
}
