
.modal-body .form-control {
    padding: 0.3rem 0.5rem;
    padding-right: 1rem;
    height: 40px;
    border: 2px solid #88b7b3;
    border-radius: 0px;
    font-size: 14px;
}
.modal-body textarea.form-control {
    height: auto;
}
#modal-form #qg_image {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
