#cookie-message {
    display: none;
}
#emailVerificationControl_but_verify_code {
    margin-left: 15px;
}
#emailVerificationControl_but_verify_code, #emailVerificationControl_but_send_new_code {
    float:right;
}
.buttons{
    margin-top:10px;
    text-align:right
}
.intro {
    margin-bottom:25px;
}
#continue {
    margin-left:15px;
}
#password-label {
    display: inline-block;
}
.entry-item {
    position: relative;
}
#attributeVerification input,
#localAccountForm input {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.password-label {
    display: inline-block;
}
#localAccountForm label {
    display: inline-block;
}
#localAccountForm label[for="password"] {
    width:100%;
    display: inline-block;
}
#localAccountForm .error p{
    padding:15px;
}

.attrEntry {
    position: relative;
}
.entry-item, .attrEntry {
    margin-bottom: 25px;
}
#next {
    /* bootstrap btn */
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* btn-default */
    color: #333;
    background-color: #fff;
    border-color: #ccc

}

#next:hover, #next:focus {
    background-color: #ebebeb;
    border-color: #adadad
}

#localAccountForm #newPassword, #localAccountForm #reenterPasswordtoggler {
    position: absolute;
}
.itemLevel.error{
    padding-right: 50px;
}
.TextBox, .Password {
    min-width: 100%;
    display: inline-block;
}

@media (min-width: 768px) {
    /* login page */
    #localAccountForm input {
        float: right;
    }
    #localAccountForm input {
        width:74%;
    }
    .password-label {
        width:25%;
        position: relative;
    }
    #localAccountForm label {
        width:25%;
        position: relative;
        top: 8px;
    }
    .buttons{
        max-width: 100%;
        min-width: 100%;
    }
    #password{
        margin-bottom:25px;
        margin-right: 8%;
    }
    #localAccountForm label {
        text-align: right;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }
    #localAccountForm label[for="password"] {
        text-align: right;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }
    #attributeVerification label {
        text-align: right;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        top: 8px;
    }
    #passwordtoggler, #newPasswordtoggler, #reenterPasswordtoggler{
        top: 0px;
        right: 0px;
    }
    #forgotPassword {
        position: relative;
        width: 100%;
        top: 1rem;
        left: 25%;
        padding-left: 1%;
        font-size: 12px;
    }
    /* register page */
    #attributeVerification label{
        width:25%;
        position: relative;
        top: 8px;
    }
    #attributeVerification input {
        width:74%;
        float: right;
    }
    #attributeVerification #newPassword, #attributeVerification #reenterPassword {
        width: 66%;
        margin-right: 8%;
    }
    #localAccountForm #password{
        width: 66%;
        position: relative;
        margin-right: 8%;
    }

    /* general */
    .itemLevel.error{
        float:right;
        max-width: 74%;
        min-width: 74%;

    }
}

@media (max-width: 768px) {
    /* login page */
    #localAccountForm input {
        width:100%;
    }
    .password-label {
        width:100%;
    }
    #localAccountForm label {
        width:100%;
    }
    #forgotPassword {
        width: 100%;
        display: inline-block;
        padding-bottom:10px;
    }
    #passwordtoggler{
        top: 25px;
        right: 0px;
    }
    #localAccountForm #password {
        width: 86%;
    }

    /* register page */
    #attributeVerification label {
        width:100%;
    }
    #attributeVerification input {
        width:100%;
    }
    #localAccountForm #newPassword {
        width: 86%;
        top: 25px;
        right: 30px;
    }
    #localAccountForm #newPasswordtoggler {
        width: 86%;
        top: 25px;
        right: 30px;
    }
    #attributeVerification #newPassword, #attributeVerification #reenterPassword {
        width: 86%;
    }
    #newPasswordtoggler, #reenterPasswordtoggler{
        right: 0px;
        top: 25px;
    }

    /* general */
    .itemLevel.error{
        top: 0px;
        right: 0px;
    }
    .buttons{
        width: 100%;
    }
}


/* general */
#attributeList ul {
    list-style-type: none;
    padding: 0;
}
#attributeList ul li .helpLink,
#attributeList ul li.displayName_li,
#attributeList ul li.givenName_li,
#attributeList ul li.surname_li,
#attributeVerification #requiredFieldMissing {
    display: none;
}
.attrEntry::after, .entry-item::after {
    content: "";
    display: table;
    clear: both;
}
.itemLevel.error{
    color:red;
    padding-bottom:10px;
    display: none;
}
.error p {
    margin-bottom:0px;
}
.sendNewCode {
    margin-left:15px;
}
#passwordtoggler, #newPasswordtoggler, #reenterPasswordtoggler{
    border: 1px solid #ccc;
    position: absolute;
}
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
#next:hover,
#next:focus {
    border: 1px solid #000;
    border-radius: 0;
    outline: 3px solid #000;
}
div.error.pageLevel,
div.verificationInfoText,
div.verificationSuccessText,
div.verificationErrorText {
    background-color: #f3f3f3;
    padding: 0 0.5rem;
    border-left: 4px solid cornflowerblue;
    width: 100%;
}
#passwordEntryMismatch.error,
#localAccountForm > .error,
#claimVerificationServerError.error,
div.verificationErrorText {
    background-color: lightpink;
    border-left-color: red;
}
#emailVerificationControl_success_message, #emailVerificationControl_info_message, #emailVerificationControl_error_message {
    padding: 15px;
}
#passwordEntryMismatch, #requiredFieldMissing, #fieldIncorrect, #claimVerificationServerError{
    padding: 15px;
}
#emailVerificationControl_success_message[aria-hidden="false"],
#emailVerificationControl_info_message[aria-hidden="false"],
#emailVerificationControl_error_message[aria-hidden="false"] {
    display: inline-block!important;
}
.attrEntry:first-of-type {
    margin-top:25px;
}
.entry-item:first-of-type {
    margin-top:35px;
}
.localAccountForm {
    margin-top: 25px;
}

/* TOTP */
.authenticatorAppIconControl_li,
.QrCodeScanInstruction_li,
.totpQrCodeControl_li,
.authenticatorInfoControl_li,
.QrCodeVerifyInstruction_li {
    display: block;
    width: 50%;
}

.authenticatorAppIconControl_li label,
.QrCodeScanInstruction_li label,
.totpQrCodeControl_li label,
.authenticatorInfoControl_li label,
.QrCodeVerifyInstruction_li label {
    width: 100% !important;
    text-align: left !important;
    padding: 0 0 !important;
}

#authenticatorAppIconControl-google {
    width: 16rem;
    margin: 0 0 0 -1rem;
    display: block;
}


#authenticatorAppIconControl-apple {
    width: 16rem;
    float: left;
}

#authenticatorAppIconControl-instruction {
    display: none;
}

#totpQrCodeControl-picture {
    margin: 2rem 0 0 0;
}

/* Verify modal */
#verifying_blurb {
    background-color: white;
    padding: 1em;
    width: fit-content;
    margin: 0 auto;
    font-weight: 700;
    position: fixed;
}

/* hide session-badge */
#session-badge {
    display: none;
}
