html {
    background-color: transparent !important;
}

body {
    text-align: left;
    font-family: Roboto;
    font-size: 12px;
    line-height: 1.428571429;
    color: #7d8082;
    background-color: #e5e6e6;
}

div.divider>h2 {
    text-align: center;
}

div.social>div.intro>h2, div.localAccount>div.divider>h2 {
    display: none;
}

div.divider>h2, div.intro>h2 {
    font-size: 16px;
}

div.error-panel-body>div>h2 {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
}

div.options {
    margin-bottom: 15px;
}

.registration-container {
    margin-top: 20px;
}

.panel-body {
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 0 0 4px 4px;
}

.login-panel, .error-panel {
    margin-top: 10%;
    z-index: 1000;
    background-color: #4b4d4e;
    color: #ffffff;
    border: 1px solid #4b4d4e;
}

.signup-panel, .reset-panel, .update-panel, .phone-panel {
    margin-top: 20px;
    border-color: #e5e6e6;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #49738b;
    border-color: #49738b;
}

.panel-heading {
    font-family: ep Roboto;
    font-weight: 400;
    font-feature-settings: "zero" 1;
    padding: 7px 15px;
    border-bottom: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

#api ul {
    list-style-type: none;
    padding-left: 0;
}

::-moz-placeholder {
    color: #b1b3b4;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #b1b3b4;
}

::-webkit-input-placeholder {
    color: #b1b3b4;
}

.attrEntry .error.itemLevel, .attrEntry .helpText, .phoneEntry .error.itemLevel, .phoneEntry .helpText, #codeVerification .error.itemLevel, #codeVerification .helpText, .attrEntry .tiny, .phoneEntry .tiny, #codeVerification .tiny {
    display: none;
}

.error, .errorText, .verificationErrorText {
    color: #D63301;
}

label {
    display: inline-block;
    max-width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-style: normal;
    color: #7d8082;
}

.login-panel-body, .error-panel-body {
    padding: 15px 15px 30px 15px;
    border: 1px solid #4b4d4e;
    border-radius: 0 0 4px 4px;
}

#logonIdentifier, #password, #signInName, .attrEntry input, .attrEntry select, .phoneEntry input, .phoneEntry select, #codeVerification input {
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #7d8082;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e5e6e6;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -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 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-weight: normal;
}

.phoneNumber select {
    margin-bottom: 5px;
}

.entry-item, .buttons, .attrEntry, .phoneEntry, div.phoneEntry > div.input > div {
    margin-bottom: 15px;
}

#forgotPassword, #createAccount, #hippaDisclosure {
    cursor: pointer;
    color: #b29041;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

#forgotPassword, #createAccount {
    float: right;
}

input.disclosure {
    margin: 0px;
}

div.create {
    float: right;
    padding-bottom: 15px;
    font-weight: bold;
    font-style: normal;
    color: #7d8082;
}

button {
    float: right;
    padding: 6px 12px 6px 12px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

button + button {
    margin-left: 5px !important;
}

.buttons {
    margin-top: 15px;
    text-align: right;
}

#next, #continue, #verifyCode, #verifyPhone,
#email_ver_but_send, #email_ver_but_verify, #email_ver_but_default {
    color: #ffffff;
    background-color: #c99700;
    border-color: #b58800;
    min-width: 120px;
}

#next:hover, #next:focus, #next:active,
#continue:hover, #continue:focus, #continue:active,
#verifyCode:hover, #verifyCode:focus, #verifyCode:active,
#verifyPhone:hover, #verifyPhone:focus, #verifyPhone:active,
#email_ver_but_send:hover, #email_ver_but_send:focus, #email_ver_but_send:active,
#email_ver_but_verify:hover, #email_ver_but_verify:focus, #email_ver_but_verify:active,
#email_ver_but_default:hover, #email_ver_but_default:focus, #email_ver_but_default:active {
    color: #ffffff;
    background-color: #a17900;
    border-color: #b58800;
}

#cancel, #email_ver_but_resend, #email_ver_but_edit {
    color: #ffffff;
    background-color: #85a8bb;
    border-color: #7897a8;
    min-width: 120px;
}

#cancel:hover, #cancel:focus, #cancel:active,
#email_ver_but_resend:hover, #email_ver_but_resend:focus, #email_ver_but_resend:active,
#email_ver_but_edit:hover, #email_ver_but_edit:focus, #email_ver_but_edit:active {
    color: #ffffff;
    background-color: #6a8696;
    border-color: #7897a8;
}

button#InternalAADExchange{
    color: #ffffff;
    background-color: #49738b;
    border-color: #42687d;
}

button#InternalAADExchange:hover, button#InternalAADExchange:focus, button#InternalAADExchange:active {
    background-color: #3a5c6f;
    border-color: #42687d;
}

button#AvailityIdpExchange {
    color: #ffffff;
    margin-top: 10px;
    background-color: #85b09a;  /* @base: #85b09a; */
    border-color: #789e8b;      /* mix(@base, #000000, 90%) */
}

button#AvailityIdpExchange:hover, button#AvailityIdpExchange:focus, button#AvailityIdpExchange:active {
    background-color: #6a8d7b;  /* mix(@base, #000000, 80%) */
}

button#BCBSMNIdpExchange {
    color: #ffffff;
    margin-top: 10px;
    background-color: #0099CC;
    border-color: #0099CC;
}

button#BCBSMNIdpExchange:hover, button#BCBSMNIdpExchange:focus, button#BCBSMNIdpExchange:active {
    background-color: #0088BB;
}

button#StellaIdpExchange {
    color: #ffffff;
    margin-top: 10px;
    background-color: #E71369;
    border-color: #E71369;
}

button#StellaIdpExchange:hover, button#StellaIdpExchange:focus, button#StellaIdpExchange:active {
    background-color: #D60258;
}

button#PredictalIdpExchange {
    color: #ffffff;
    margin-top: 10px;
    background-color: #e76913;
    border-color: #e76913;
}

button#PredictalIdpExchange:hover, button#PredictalIdpExchange:focus, button#PredictalIdpExchange:active {
    background-color: #a54200;
}

button.accountButton {
    display: block;
    float: none;
    width: 100%;
}

div.buttons,
div[data-name="PhoneFactor"]>div.buttons,
div[data-name="ResetPassword"]>div>div.buttons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

div.buttons>button,
div[data-name="PhoneFactor"]>div.buttons>button,
div[data-name="ResetPassword"]>div>div.buttons>button {
    float: none;
}

div.buttons>button + button,
div[data-name="PhoneFactor"]>div.buttons>button + button,
div[data-name="ResetPassword"]>div>div.buttons>button + button {
    margin-left: 0 !important;
    margin-right: 5px !important;
}

#email_ver_but_verify {
    margin-right: 0 !important;
}

#next {
    display: block;
    float: none;
    width: 100%;
}

#email_ver_but_send {
    width: 175px;
}

#email_ver_input_label {
    display: none !important;
}

#email_ver_input {
    margin-bottom: 5px;
}

#createAccount {
    padding-left: 4px;
}

div.error-page-messagedetails {
    margin-top: 30px;
    color: #7d8082;
}

div.error-page-detail {
    margin-top: 5px;
}

.backdrop {
    bottom: 0;
    direction: ltr;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.gradient1 {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#a7cbde), color-stop(#c2d6e8), color-stop(#dae3f1), color-stop(#eff0f8), to(#ffffff));
    background-image: -webkit-linear-gradient(left bottom, #a7cbde, #c2d6e8, #dae3f1, #eff0f8, #ffffff);
    background-image: -o-linear-gradient(left bottom, #a7cbde, #c2d6e8, #dae3f1, #eff0f8, #ffffff);
    background-image: linear-gradient(to right top, #a7cbde, #c2d6e8, #dae3f1, #eff0f8, #ffffff);
}