body {
    font-family: Arial,Helvetica,sans-serif;
    background: #597C9B;
    color: #000;
    font-size: 11px;
    height: auto;
    padding-bottom: 20px;
}

#page_center{
    width:940px;
    left:50%;
    margin-top:10%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
}

h2 {
  padding-top: 20px;
  text-align: center;
}

p{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #000;
}
.loginbox {
    margin: 3% auto 0;
    padding: 5px;
    width: 685px;
}

.loginboxinner {
    border-radius: 0 0 2px 2px;
    padding: 20px;
}

.hidden {
    display: none;
}

form input[type="text"], form input[type="password"] {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px #DDDDDD inset;
    padding: 8px 5px;
    vertical-align: middle;
    font-size: 16px;
}

form .user_pass_row input[type="text"], form .user_pass_row input[type="password"] {
    width: 544px;
}

form input[type="checkbox"].registerbrowser {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px #DDDDDD inset;
}

form input.cancel {
    color: #555 !important;
    background: #e8e8e9 !important;
    background: -moz-linear-gradient(top, #e8e8e9 0%, #e8e8e9 50%, #dcdcdd 51%, #f0f0f0 100%) !important;
    background: -webkit-linear-gradient(top, #e8e8e9 0%,#e8e8e9 50%, #dcdcdd 51%, #f0f0f0 100%) !important;
    background: linear-gradient(to bottom, #e8e8e9 0%,#e8e8e9 50%, #dcdcdd 51%, #f0f0f0 100%) !important;
}

#pw_reset_steps #user_check {
    width: auto !important;
}

.user_pass_header {
    font-weight: bold;
    font-size: 16px;
    color: #404040;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.user_pass_row {
    margin-bottom: 5px;
}
.registerbrowser_row {
    margin-bottom: 16px;
    text-align: center;
}
.registerbrowser_row_content {
    margin: 0 auto 0;
    display: inline-block;
    width: 33.6%;
    text-align: left;
    font-weight: normal;
}
.user_pass_label {
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    font-size: 12px;
}
.user_pass_description {
    font-size: 12px;
    margin-left: 10px;
}
.user_pass_input {
    /*width: 29%!important;*/
}
.user_pass_button {
    width: 17%!important;
    float: right;
}
.invisible_deregister {
    position: absolute;
    top: 10px;
    left: 600px;
}
.otp_input {
    width: 29%!important;
}

.aria_has_implemented_mfa {
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
    color: #000;
}
.gen_totp_token_instructions {
    text-align: center;
    font-size: 13px;
    margin-bottom: 5px;
    color: black;
}
.gen_totp_token_secret_hidden {
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.9);
}
.totp_token_secret_shown {
    text-align: center;
    font-size: 12px;
    margin-bottom: 18px;
    color: rgba(0, 0, 0, 0.9);
}

div.otp_instructions {
    margin-bottom: 16px;
}
.otp_instructions p, .otp_instructions div {
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
    color: #00000099;
}
.otp_instructions p.otp_instructions3 {
    font-weight: bold;
}
.otp_instructions div.otp_instructions4_resend p {
    display: inline;
}
.otp_instructions div.otp_instructions4_resend form {
    display: inline;
}
.otp_code_header {
    margin-bottom: 5px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
.otp_input_row {
    margin: 9px 9px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
.otp_pieces {
    margin: 0 auto 0;
    display: inline-block;
}
.otp_pieces > input[type="text"] {
    float: left;
    width: 20px;
    margin: 0 3px;
    text-align: center;
    font-size: 18px;
}

#otp_email_recipient {
    font-weight: bold;
}

@media screen and (min-width: 3000px) and (max-width: 4200px) {
    .user_pass_input {
        width: 23%!important;
    }
}

@media screen and (min-width: 4200px) {
    .user_pass_input {
        width: 16%!important;
    }
}
input, select, textarea, button {
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    outline: medium none;
}

form input[type="submit"], form input[type="button"]{
    background: #EC8D00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDD08C', endColorstr='#EC8D00');
    background: -moz-linear-gradient(top, #FDD08C 0%, #FCB143 60%, #EC8D00 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FDD08C), color-stop(0.6, #FCB143), color-stop(1, #EC8D00));
    background: linear-gradient(top, #FDD08C 0%, #FCB143 60%, #EC8D00 100%);
    font-family:  "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    cursor: pointer;
    border:none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px #DDDDDD inset;
    padding: 8px 5px;
    vertical-align: middle;
    width: 100px;
}

form input[type="submit"]:disabled {
    background: #d0d0d0;
}

form input[type="submit"].otp_action {
    color: #00a0FF;
    background: unset;
    font-size: 12px;
    font-weight: normal;
    width: unset;
    box-shadow: unset;
    padding: 0px 0px;
    margin-top: -3px;
}
form input[type="submit"].otp_action:hover {
    text-decoration: underline;
}
form input[type="submit"].otp_action:disabled {
    color: #d0d0d0;
}
form.invisible_deregister input[type="submit"] {
    width: 80px;
    height: 50px;
    cursor: default !important;
}

fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  }

label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }

div.error {
    background: none repeat scroll 0% 0% #F9E3E3;
    border: 1px solid #E79E9E;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px;
    margin: 5px;
}
div.otp-error {
    background: none repeat scroll 0% 0% #F9E3E3;
    border: 1px solid #E79E9E;
    border-radius: 5px;
    font-weight: 600;
    text-align:center;
    padding: 10px;
    margin: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
}

form#password_rest_check {
    margin-top: 15px;
}

div.success{
    background: none repeat scroll 0% 0%#CCFCD1;
     border: 1px solid #c4c4c4;
     padding: 10px;
     font-weight: bold;
     margin: 5px;
}

div.footer{
    text-align:center;
    color:#fff;
}
.wrapperMaintenanceMsg {
    margin: 3% auto;
    margin-top: 0px;
    width: 600px;
    padding: 5px;
    background-color: #FEFBD0;
}
.wrapperMaintenanceMsg .blueWarningIcon {
    width: 45px;
    padding: 5px 0px;
    display: inline-block;
    vertical-align: top;
}
.wrapperMaintenanceMsg .blueWarningIcon img{
    width: 45px;
}
.wrapperMaintenanceMsg .sysMaintenanceMsg {
    display: inline-block;
    width: 89%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}
.wrapperMaintenanceMsg .sysMaintenanceMsg a {
    color: #0645AD !important;
    text-decoration: none;
}
.wrapperMaintenanceMsg .sysMaintenanceMsg a:hover {
    text-decoration: underline !important;
}

div#dialog {
    padding: 2em;
    height: 420px;
}
div#passwordPolicyWrapper {
    font-size: 12px;
}
div#passwordPolicyWrapper .strongText {
    font-weight: bold;
    font-size: 12px;
}

div#passwordPolicyWrapper ul {
    padding-left: 1em;
}

div#passwordPolicyWrapper li {
    list-style-type: disc;
}

form#password_exp_form label,
form#password_reset_change label {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    width: 30%
}
div#pw_reset_step2 {
    display: none;
    padding: 20px;
    padding-top: 0px;
}
div#pw_reset_step2 .leftPane,
div#pw_reset_step2 .rightPane{
    display: inline-block;
}
div#pw_reset_step2 .leftPane {
    width: 61%;
}
div#pw_reset_step2 .rightPane {
    width: 38%;
    vertical-align: top;
}

li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    padding: 0 3px 4px 3px;
    margin-top: 2px;
}

.ui-dialog {
    z-index: 1;
}

.ui-widget-overlay {
    z-index: 0;
}

#pw_reset_steps h1 {
    font-size: 18px;
    margin-bottom: 20px;
}

#check_user_step2 h1 {
    margin-bottom: 0 !important;
}

.loading {
    text-align: center;
    margin: 20px auto;
    height: 66px;
    width: 66px;
}

#check_user_step2 h1 {
    font-size: 14px;
    padding: 20px 0;
}

.pw_reset_step .password_reset_error {
    margin-bottom: 20px;
}

#check_user_step1.pw_reset_step,
#check_user_locked_out.pw_reset_step {
    padding: 0 15px 15px;
    text-align: center;
}

#pw_reset_error p {
    text-align: center;
    padding-bottom: 20px;
}

#pw_reset_error p a {
    text-decoration: underline;
}

#tabs-2 #check_user_loading h1 {
    font-size: 18px;
    padding-bottom: 0 !important;
}

p.otp_header {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 12px;
}

.send_code_button {
    width: fit-content !important;
    padding: 8px 20px !important;
    float: right;
}
.manage_mfa_button {
    width: fit-content !important;
    padding: 8px 20px !important;
    float: left;
}
#challenge_qrcode {
    width: 150px !important;
    display: block;
    margin: auto;
}
.qrcode_secret {
    text-align: center;
}
textarea.qrcode_secret {
    resize: none;
    border: none;
    vertical-align: top;
    font-family: "Courier New", serif !important;
    font-size: 16px !important;
    font-weight: bold;
    text-align-last: center;
    background-color: unset;
}
#copy_secret_button {
    width: 24px;
}
#copy_secret_button:hover {
    cursor: pointer;
}
#exposed_secret {
    background-color: #E0F5FC;
    padding: 12px 0px;
}
.clickable_span, p.gen_totp_token_instructions a {
    color: #00a0FF;
    font-size: 12px;
    font-weight: normal;
}
#copyFeedback {
    position: absolute;
    transform: translate(466px, -66px);
    padding: 8px 10px;
    border-radius: 3px;
    background-color: black;
    color: white;
    font-size: 13px;
    margin-top: -10px;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 50px;
  top: 20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  transform: rotate(45deg);
  z-index: 0;
  background: black;
}

.copy-feedback-text {
    background: black;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 100;
}
