/* Account Recovery */

.navbar {
    background-color: #a6a6d6;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    width: 9.5rem;
}

.site-title {
    font-size: 44px;
    color: #fff;
    display: flex;
    font-family: 'Calibri';
    margin-left: 26px;
}

.site-title span {
    text-shadow: 0 0 10px #fff;
}

.main-theme {
    margin-left: 20px;
    color: #fff;
    font-size: 18px;
    align-self: flex-end;
    margin-bottom: 0;
}

.account_recovery_box {
    margin-top: 6rem;
    font-family: 'Lato', sans-serif;
    border: solid 2px #A6A6A6;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 40px;
}

.account_recovery_box .tab-content {
    padding: 30px;
    background-color: #F0F0F8;
}

.account-recovery-btn {
    width: 120px;
}

.arrow-button .pre {
    margin-right: -5px;
    padding: unset;
}

.arrow-button button:focus {
    outline: none;
    box-shadow: none;
}

.arrow-button:hover .left {
    border-color: transparent #6e88b7;
}

.arrow-button:hover .content {
    background-color: #6e88b7;
}

.arrow-button:hover .post {
    border-color: #6e88b7 transparent;
}

.left {
    border-color: transparent #8FAADC;
    border-style: solid;
    border-width: 25px 25px 25px 0px;
    height: 0px;
    width: 0px;
    transition: all 0.4s ease-in-out;
}

.arrow-button .content {
    background-color: #8FAADC;
    color: white;
    height: 40px;
    width: 75px;
    margin-top: 4px;
    display: block!important;
    transition: all 0.4s ease-in-out;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.arrow-button .post {
    border-color: #8FAADC transparent;
    border-width: 20px 20px 20px 0px;
    margin: 4px 0 0 -4px;
    padding: unset;
    transition: all 0.4s ease-in-out;
}

.account_recovery_box .tab-heading {
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.4px;
    font-size: 30px;
    margin-bottom: 20px;
    background-color: #87A0D7;
    color: #fff;
    padding: 15px 20px;
}

.account_recovery_box #security-questions-form {
    margin-top: 40px;
}

.account_recovery_box #security-questions-form select.form-control {
    height: 26px!important;
    margin-bottom: 0.6rem;
    color: #646569;
}

.account_recovery_box #security-questions-form .questions {
    margin-bottom: 0;
    color: #646569;
    border: none;
    background-color: #F0F0F8;
    pointer-events: none;
    width: 100%;
}

#security-questions-form .row:not(:last-child) {
    margin-bottom: 0.8rem;
}

.account_recovery_box #pills-confirmation .email-success-msg-heading {
    font-weight: 700;
    letter-spacing: 0.4px;
    font-size: 28px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #646569;
}

.account_recovery_box .email-success-msg {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: dotted 1px #646569;
}

.account_recovery_box .email-success-msg-left {
    font-size: 32px;
    align-self: flex-start;
    color: #28a745;
    margin-right: 12px;
}

.account_recovery_box .email-success-msg-right h4 {
    font-size: 20px;
    font-weight: 700;
}

.account_recovery_box .email-success-msg-right p {
    color: #dc3545;
    font-style: italic;
}

.btn-medium {
    font-size: 16px;
    padding: 10px 22px;
    margin-right: 0;
    margin-left: auto;
    border: none;
    outline: none;
    display: block;
}

#reset-my-password label,
#find-my-email-employeeid label {
    margin-bottom: 0.9rem;
}

.account_recovery_box .form-control {
    padding: 2px 6px;
    font-size: 14px;
    height: auto;
    border-radius: 0;
}

.account_recovery_box form label {
    font-weight: bold;
    font-size: 14px;
    color: #646569;
}

.btn-medium:hover {
    cursor: pointer;
}

.error-content-inner {
    display: flex;
    align-items: center;
    border: solid 1px #dc3545;
    -moz-box-shadow: inset 0 0 3px #dc3545;
    -webkit-box-shadow: inset 0 0 3px #dc3545;
    box-shadow: inset 0 0 3px #dc3545;
}

.error-content .error-img {
    background-color: #dc3545;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
}

.error-content .error-img svg {
    width: 50px;
}

.error-content .error-msg {
    padding: 6px 12px;
    font-size: 14px;
    color: #dc3545;
    display: flex;
}

.error-content .error-msg .error-msgs {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.error-content .error-msg .error-msgs p {
    margin-bottom: 0;
}

.error-content .error-msg .oops-msg {
    font-size: 40px;
    font-weight: bold;
    margin-right: 14px;
}

.continue-btn {
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}

.continue-btn:focus {
    outline: none;
}

.account_recovery_box .need-help-logging-in-content {
    display: grid;
    grid-template-columns: 1fr 3fr;
    overflow: hidden;
}

.account_recovery_box .step.active {
    background-color: #E2F0D8;
}

.account_recovery_box .need-help-logging-in-content,
.account_recovery_box .security-question-content,
.account_recovery_box .confirmation-content {
    border: solid 2px#C8C8EB;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 20px 25px;
    background-color: #F0F0F8;
    margin: 0 20px 20px;
}

#need-help-logging-in-part,
#security-questions-part,
#confirmation-part {
    height: 540px;
}

.account_recovery_box #v-pills-dont-have-an-account .future-msg {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    color: #585f67;
}

.account_recovery_box #v-pills-dont-have-an-account svg {
    height: 70px;
    width: 70px;
    margin: 0 auto;
    display: block;
}

.account_recovery_box #v-pills-dont-have-an-account svg path {
    fill: #585f67;
}

.account_recovery_box .need-help-logging-in-content .nav-pills {
    padding: 1.5rem 1rem;
    background-color: #87a0d738;
}

.account_recovery_box .need-help-logging-in-content .tab-content {
    height: 380px;
}

.account_recovery_box .need-help-logging-in-content .nav-link {
    text-align: center;
    border: solid 1px #4472C4;
    background-color: #BCB5B9;
    color: #fff;
    border-radius: 8px;
    height: 70px;
    padding: 0 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.account_recovery_box .need-help-logging-in-content .enroll-now {
    color: #2E75B6;
    display: block;
}

.account_recovery_box .need-help-logging-in-content #v-pills-dont-have-an-account-tab {
    flex-direction: column;
}

.account_recovery_box .need-help-logging-in-content .nav-link:not(:last-child) {
    margin-bottom: 10px;
}

.account_recovery_box .need-help-logging-in-content .nav-link.active {
    box-shadow: 0 0 10px #9aabd9;
    background: linear-gradient(#A8B7DF 0%, #9AABD9 50%, #879ED7 100%);
}

.account_recovery_box .account_recovery_form .col-md-6 {
    margin-bottom: 10px;
}

.account_recovery_box .account_recovery_form .email-address-changed {
    margin-top: 8px;
    display: block;
}

.account_recovery_box .email-you-msg {
    font-size: 16px;
    margin-bottom: 13px;
}

.account_recovery_box .mandatory-msg {
    margin-bottom: 4px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #7030A0;
}


/* loading screen */

#loading-screen {
    display: table;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    height: 100vh;
}

#loading-screen .table-cell {
    display: table-cell;
    vertical-align: middle;
}


/* /Account Recovery */