.ipblf-wrap {
    max-width: 520px;
}
.ipblf-field {
    margin-bottom: 14px;
}
.ipblf-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-family: 'Montserrat', Sans-serif;
}
.ipblf-select,
.ipblf-input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Montserrat', Sans-serif;
}
.ipblf-button {
    width: 250px;
    height: 60px;
    cursor: pointer;
    background-color: #c80000;
    color: white;
    font-weight: bold;
    font-family: 'Montserrat', Sans-serif;
    border: none;
    border-radius: 10px;
    margin: auto;
    text-align: center;
}
.ipblf-error {
    margin-top: 6px;
    font-size: 0.95em;
    font-family: 'Montserrat', Sans-serif;
}
