


#login {
    max-width: 400px;
    padding: 5vh 2.5vw;
    margin: 20px auto; 
    background: #ffffff;
    border-radius: 3.2em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: none;
}

#login h1 {
    display: none; 
}

#lostpasswordform p .input, 
#lostpasswordform input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 3.2em; 
    font-size: 16px;
    height: auto;
    line-height: normal;
    box-shadow: none;
}

#lostpasswordform label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block; 
}

#lostpasswordform .submit .button-primary,
#lostpasswordform input[type="submit"] {
    width: 100%;
    padding: 15px;
    background: #c90427;
    color: white;
    border: none;
    border-radius: 3.2em;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
}

#lostpasswordform .submit .button-primary:hover {
    background: #a0031f;
}

/* Ссылки Войти/Регистрация и Назад к блогу */
#nav, #backtoblog {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

#nav a, #backtoblog a {
    color: #c90427; 
    text-decoration: none;
}