body,
.entry input,
.VerificationControl input,
.VerificationCode input {
    font-family: 'Roboto', sans-serif;
}

body * {
    box-sizing: border-box;
}

h1 {
    text-align: center;
}

.holder {
    height: 100%;
    margin: 50px auto;
    max-width: 100%;
    padding: 16px;
    text-align: center;
    width: 400px;
}

/* Links */
.holder a {
    color: #000;
}

.intro,
.attrEntry {
    text-align: left;
}

.intro h2 {
    text-align: left;
}

.entry {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 400px;
}

/* Forms */
#attributeList input,
.entry input,
.VerificationControl input,
.VerificationCode input {
    background-color: #f5f7fb;
    border: 0;
    border-bottom: 2px solid #727c88 !important;
    color: #303030;
    font-size: 15px;
    margin: 10px 0 16px;
    padding: 16px;
    width: 100%;
    max-width: 100%;
}

#attributeVerification ul {
    list-style-type: none;
    padding: 0;
}

/* Things to hide */
#localAccountForm .intro,
.attrEntry .helpLink:last-of-type,
.TextBox.extension_MemberID_li,
.TextBox.extension_MemberKey_li {
    display: none;
}
#emailVerificationControl_but_change_claims {
    display: none !important;
}

/* Hide then show with JS */
.page--signup .newPassword_li,
.page--signup .reenterPassword_li,
.page--signup .givenName_li,
.page--signup .surname_li {
    display: none;
}

#attributeList label,
.entry-item label {
    display: block;
    font-weight: 700;
    margin-top: 12px;
}

.verificationSuccessText {
    display: inline-block;
    color: #78be21;
    font-weight: 400;
    margin-bottom: 16px;
}

.entry-item:nth-of-type(2) {
    margin-top: 25px;
}

.verificationControlContent {
    margin-bottom: 40px;
}

.buttons button {
    align-content: center;
    align-items: center;
    align-self: auto;
    background: #78be21;
    border-radius: 4px;
    border: 2px solid transparent;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    justify-content: center;
    line-height: 14px;
    margin: 0;
    margin-right: 12px;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.buttons button:hover {
    background-color: #c4d600;
    color: #000;
    text-decoration: none;
}

.buttons button:disabled,
.buttons button[aria-disabled="true"] {
    background-color: #a5a5a5;
    cursor: not-allowed;
}

.buttons button:disabled:hover,
.buttons button[aria-disabled="true"]:hover {
    background-color: #a5a5a5;
    color: #fff;
}

/* Secondary buttons */
.buttons button#emailVerificationControl_but_change_claims,
.buttons button#cancel {
    background-color: #bcc725;
}

/* Cancel button takes you to an unbranded sign up/in page */
.buttons button#cancel {
    display: none;
}

.divider h2 {
    text-align: center;
}

.create {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

.logo {
    border: 0;
    margin: 0 auto 30px;
}

.password-label {
    display: flex;
    justify-content: space-between;
}

#forgotPassword,
.helpLink {
    display: inline-block;
    font-size: 14px;
}

.helpLink {
    margin-top: 8px;
}

.error {
    color: red;
    font-size: 15px;
}

.error p,
.Password .error.show {
    margin-top: 12px;
    margin-bottom: 0;
}

.TextBox .error.show,
.EmailBox .error.show  {
    margin-top: 12px;
    margin-bottom: 12px;
}

/* Modal */
#simplemodal-overlay {
    background-color: rgba(0, 0, 0, 0.5); !important;
}

#simplemodal-container {
    background: #fff !important;
    padding: 30px 20px 20px;
    text-align: left;
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 30px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, .5) !important;
    overflow: hidden
}

#simplemodal-container h1 {
    margin-bottom: 20px
}

#simplemodal-container h2 {
    font-family: 'Roboto', sans-serif;
    color: #1C5B96;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px
}

#simplemodal-container .simplemodal-data {
    padding: 8px;
    overflow: hidden
}