.update-password-container .header-update-password .title .cmp-text {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.17;
    letter-spacing: -0.34px;
    text-align: center;
    color: #223B82;
}

.update-password-container .header-update-password .subtitle .cmp-text p,
.update-password-container .header-update-password .subtitle .cmp-text span,
.update-password-container .header-update-password .subtitle{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    letter-spacing: -0.2px;
    text-align: center;
    color: #727272;
    margin: 0 0 5px 0;
}

@media (max-width: 950px) {
    .update-password-container .header-update-password .subtitle .cmp-text p,
    .update-password-container .header-update-password .subtitle .cmp-text span{
        font-size: 10pt;
    }
}

.update-password-form-container .label-description-password .cmp-text p{
    margin: 20px auto 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: -0.17px;
    text-align: center;
    color: #727272;
}

.message-confirmation-container .content-message-confirmation .title .cmp-text p,
.message-confirmation-container .content-message-confirmation .title .cmp-text span{
    font-size: 20px;
    font-weight: bold;
    line-height: 0.85;
    letter-spacing: -0.28px;
    text-align: center;
    color: #223B82;
}
.update-password-container .header-update-password .label-mobile-header .title {
    width: 100%;
}

@media (max-width: 950px) {
    .update-password-container .header-update-password .label-mobile-header .title .cmp-text p{
        color: #0a67b1;
        font-size: 13px;
        text-align: center;
    }
}

.update-password-container .header-update-password .title .cmp-text p{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.17;
    letter-spacing: -0.34px;
    text-align: center;
    color: #223B82;
}

@media (max-width: 950px) {
    .update-password-container .message-confirmation-container.active {
        transform: translateX(0%);
        width: 340px;
    }
}

/*Applies fixes for Edit Mode in AEM*/
@media (max-width: 1023px) {
    .cq-Editable-dom .update-password-container,
    .cq-Editable-dom .update-password-container .header-update-page {
        position: relative;
    }
}
