/* Start custom CSS for theme-post-content, class: .elementor-element-175b02c */input#pwbox-2 {
    margin-top: 10px;
}

button, [type="submit"], [type="button"] {
    display: inline-block;
    font-weight: 400;
    color: #80b128;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #80b128;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

button:hover, button:focus, [type="submit"]:hover, [type="submit"]:focus, [type="button"]:hover, [type="button"]:focus {
    color: #ffffff;
    background-color: #80b128;
    text-decoration: none;
}/* End custom CSS */