/*
 Theme Name:   Zuperla Child
 Theme URI:    http://themeforest.net/user/euthemians
 Description:  Zuperla Child Theme
 Version:      2.1.6
 Author:       Euthemians Team
 Author URI:   http://euthemians.com
 Template:     zuperla
*/
.custom-password-wrapper {
    display: flex;
    max-width: 720px;
    margin: 60px auto;
    border: 1px solid #eee;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.custom-password-left {
    background-color: #f9f9f9;
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    font-size: 16px;
    border-right: 1px solid #eee;
}

.lock-icon {
    font-size: 24px;
    margin-bottom: 8px;
}

.lock-label {
    font-weight: 500;
}

.custom-password-right {
    flex: 1;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-password-text {
    margin-bottom: 20px;
    font-size: 16px;
}

.custom-password-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.custom-password-input {
    flex: 1;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
    min-width: 200px;
}

.custom-password-submit {
    background-color: #555;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.custom-password-submit:hover {
    background-color: #333;
}
