﻿.sectionTitle {
    font-size: 1.8em;
    /*background: #579dd8;*/
    float: left;
    /*margin: auto;*/
    clear: both;
    margin: 20px 0 15px 0;
    width: 100%;
}

.sectionppageinfo {
    float: left;
    width: 100%;
    margin: 10px 0;
    clear: both;
    font-size: 1.15em;
}

.formBtnBlue {
    border: 1px solid #1e70b5;
    background: #fff;
    color: #1e70b5;
}

.changePasswordButton {
    padding: 10px 50px 10px 0;
}

.formTextBox:focus {
    outline: #0096FF;
    border-color: #0096FF;
}

.cancelButton {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #4682B4;
    background: white;
    color: #4682B4;
    float: left;
    padding: 6px 15px;
    margin: 5px 15px 0 0;
    font-size: 1.4em;
    min-width: 70px;
    text-align: center;
}

.validation-summary-errors {
    color: red;
}

#password-rules-info {
    color: #0072bc;
}

.error-message {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    color: black;
    font-size: 14px;
}

.error-message .icon {
    color: #d32f2f; /* Red color for the cross icon */
    font-size: 11px;
    margin-right: 6px;
}

.formTextBox {
    border-radius: 3px;
}


input.input-error,
input.input-error:focus,
input.input-error.input-error-focused:focus {
    border: 1px solid red;
}

.error-message-confirm {
    /* Passwords do not match. Please try again. */

    /* VP Body/Body */
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height, or 150% */
    align-items: center;
    letter-spacing: 0.25px;

    /* Error/Error Red/100 - #D54141 */
    color: #D54141;


    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

}

input:focus {
    /*outline: none;
    box-shadow: none;
    background-color: white; /* or your desired color 
    color: black; /* ensure text is visible */
}

.changepasswordText.inputRequired::after {
    content: '*';
    color: red;
}

.qicon {
    font-size: 14px;
    color: #1E70B5;
}

.chngSuccess {
    color: #23A935;
}