/* Change Password Dialog Stylesheet */
/* Overlay, dialog container, header, footer, and db-btn styles
   are provided by dialog-base.css. */

.cpw-field-group {
    margin-bottom: 14px;
}

.cpw-field-group label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.55);
    margin-bottom: 5px;
}

.cpw-field-group input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 6px;
    font-size: 0.9rem;
    box-sizing: border-box;
    transition: border-color 0.25s ease;
    font-family: inherit;
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.9);
}

.cpw-field-group input:focus {
    outline: none;
    border-color: rgba(45,212,191,0.5);
}

.cpw-field-group input::placeholder {
    color: rgba(255,255,255,0.28);
}
