.field {
    margin-bottom: 18px;
}

label {
    font-size: 14px;
    width: 130px;
    color: #33475b;
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: "Lato", sans-serif;
}

.hs-error-msgs label {
    color: #f2545b;
}

.hs-input {
    display: inline-block;
    max-width: 500px;
    height: 40px !important;
    padding: 9px 10px;
    font-family: "Lato", sans-serif !important;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box !important;
}

.inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
}

.inputs-list>li {
    display: block;
    padding: 0;
    width: 100%;
    padding-top: 0;
}

ul.no-list {
    list-style: none;
}

.hs-form-76ac1263-5761-4578-86a3-8459242713e9_666316ae-7d3f-4d05-9542-2ac8a0fa89b3 legend.hs-field-desc {
    font-family: "Lato", sans-serif;
    color: #7C98B6;
    font-size: 11px;
}

/* Button*/

.actions {
    text-align: center;
}

.actions>.hs-button {
    border: 1px solid #000 !important;
    background-color: #000 !important;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out !important;
    -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out !important;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out !important;
    text-decoration: none;
    color: #ffffff !important;
    padding: 0.8em 6em !important;
    font-family: "Lato", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.19;
    text-align: center;
    text-transform: uppercase;
    background-image: none !important;
    font-weight: bold;
    position: relative;
    width: auto !important;
    z-index: 1;
    cursor: pointer;
}

.hs-button:active {
    box-shadow: 0 2px #666;
    transform: translateY(3px);
}

.form-row .column-1 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.custom-border {
    box-shadow: -7px 0px 38px 0px rgba(0, 0, 0, 0.1);
    padding: 2em 1rem 1rem;
    max-width: 100%;
}

@media only screen and (min-width: 990px) {
    .custom-border {
        max-width: 800px;
    }
}