/*
 Theme Name:   DinaPet
 Description:  DinaPet Child Theme (based on Divi)
 Author:       Dinapet
 Template:     Divi
 Version:      1.0.0
 Text Domain:  dinapet
*/

/* Add your custom styles below this line */

/* Premium dizajn za formu za zaštitu lozinkom */
.post-password-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0px 15px 35px rgba(0,0,0,0.05);
    max-width: 500px;
    margin: 60px auto;
    text-align: center;
}

.post-password-form p:first-child {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 25px;
}

.post-password-form label {
    display: block;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.post-password-form input[type="password"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background-color: #f8fafc;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.post-password-form input[type="password"]:focus {
    border-color: #c2410c;
    outline: none;
    background-color: #ffffff;
}

.post-password-form input[type="submit"] {
    background-color: #c2410c;
    color: #ffffff;
    padding: 15px 30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.post-password-form input[type="submit"]:hover {
    background-color: #9a330a;
}
