/* used in create password page and security questions page */

.account-wrapper {
    color: black !important;
    background-color: rgb(246, 246, 246) !important;
    font-family: 'Roboto' !important;
    overflow: hidden;
}

.account-card {
    background-color: rgb(246, 246, 246) !important;
}

.back-container {
    background-color: #fff;
    float: left;
    text-align: center;
    padding: 5px 15px;
    font-size: 28px;
    border: 2px solid #a9a1a1;
    color: #807c7c;
    margin: 30px 0 0 30px;
}

.account-card-body {
    padding: 5% 8%;
    color: #69758a;
    font-family: 'Roboto';
}

.section-title {
    font-family: 'Roboto';
    font-size: 16pt;
    color: #2e384b;
    -webkit-text-stroke-width: thin;
    margin-bottom: 0;
}

.section-desc {
    font-size: 12pt;
    font-family: 'Roboto';
}

.form-icon {
    position: absolute;
    padding: 12px 10px;
}

.input-password {
    box-shadow: none;
    width: 100%;
    border: 1px solid #aaa;
    height: 38px;
    padding-left: 35px;
}

.field-security-question {
    box-shadow: none;
    width: 100%;
    border: 1px solid #aaa;
    height: 38px;
    padding-left: 5px;
}

.required-asterisk {
    padding-left: 5px;
    color: #fd667c !important;
}

.checkbox-container {
    margin-bottom: 15px;
}
.email-highlight{
    color:#ff6850;
}

.btn-submit-set-pw {
    background-color: #fd667c !important;
    color: white;
    font-weight: bold;
    font-size: 1.125rem;
    width: 100%;
}

.account-footer {
    text-align: center;
}

.form-field-color {
    color: #69758a !important;
}

.back-btn {
    color:#333;
    text-decoration:none;
}

.theme-color-orange {
    color: #ff6850 !important;
}

.theme-bg-orange {
    background-color: #ff6850 !important;
}

.theme-color-pink {
    color: #fd667c !important;
}

.theme-bg-pink {
    background-color: #fd667c !important;
}

.w-70 {
    width:70% !important;
}

.error-message {
    color: red; 
    font-size: 14px; 
    margin-top: 5px;
}

select.field-security-question option:disabled {
    color: #888;
    font-style: italic;
    background-color: #f5f5f5;
}

.email-helptext{
  color: #838383 !important;
}