
.modal-block input {
    width: 100%;
    border-radius: 0 !important;
    margin: 0;
    box-sizing: border-box;
    height: 30px;
}
.modal-block form {
    margin: 0;
}

.modal-block .fieldsend {
    margin-bottom: 10px;
    width: 100%;
}
.modal-block .fieldsend .control-label {
    padding: 0 0 3px;
    font-size: 12px;
    text-transform: uppercase;
    color: #333333;
    line-height: 1.2;
}
.modal-block .button-group {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.modal-block .errorSummary {
    color: #db3640;
    margin-bottom: 20px;
}