.redesigned-bx24-form .b24-form-header {
    border-bottom: none;
}
.redesigned-bx24-form .b24-form-header-title {
    font-family: Comfortaa, Arial, sans-serif;
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: 700;
    margin-bottom: 28px;
}
.redesigned-bx24-form .b24-form-wrapper.b24-form-border-bottom {
    max-width: 100%;
    border-bottom: none;
    background-color: transparent;
}
.redesigned-bx24-form .b24-form-content form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.redesigned-bx24-form .b24-form-content form .b24-form-field {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}
.redesigned-bx24-form .b24-form-control-container {
    margin-bottom: 0;
}
.redesigned-bx24-form .b24-form-btn {
    background-color: #e76512;
    border-radius: 29px;
    padding: 0 39px;
    font-family: Comfortaa, Arial, sans-serif;
    font-weight: 400;
}
.redesigned-bx24-form .b24-form-control {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid black;
    border-radius: 0;
}
.redesigned-bx24-form .b24-form-control-label {
    font-family: Comfortaa, Arial, sans-serif;
    /*font-size: 20px;*/
}
.redesigned-bx24-form .b24-form-control-string .b24-form-control:focus {
    background-color: transparent;
}
.redesigned-bx24-form {
    margin-bottom: 80px;
}
@media (max-width: 1079px) {
    .redesigned-bx24-form .b24-form-content form {
        display: block;
        width: 350px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    .redesigned-bx24-form .b24-form-content form .b24-form-field {
        display: block;
        width: 100%;
    }
    .redesigned-bx24-form .b24-form-btn {
        margin-top: 20px;
    }
}

.b24-form-heading {
    text-align: center;
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: 700;
}