
.bsd-container {
    max-width: 500px;
    margin: 40px auto;
    text-align: center;
}

.bsd-container input,
.bsd-container textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
}

.bsd-container button {
    background: #000;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.bsd-container button:hover {
    opacity: 0.8;
}


.bsd-field {
margin-bottom: 30px;
margin-top: 15px;
}

.bsd-container label {
display: block;
text-align: left;
margin-bottom: 8px;
}

.home .wp-site-blocks {
    padding-top: 0;
}

.home .entry-content {
    margin-top: 0;
}

body.home .wp-site-blocks {
    margin-top: -190px;
}