*,body {
    font-family: Helvetica,sans-serif
}
p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
}

.form-control, .form-select {
    font-size: 14px;
    color: #676a6a;
}

.modal-dialog {
    max-width: 600px;
    overflow: hidden;
    z-index: 99999;
}

.custom-model-form .modal-content, .form-bg {
  background-color: #e6f3ff;
}
.custom-model-form .modal-body {
    height: 420px;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.6;
}
.btn-primary {
    background-color: #00287b;
    border-color: #00287b;
}
.btn {
    padding: 10px 22px;
    line-height: initial;
    border-radius: 50px;
}
.field-validation-error{
    font-size: 13px;
    display: block;
    line-height: 15px;
}