
#contact_form input{
    background-color: rgb(245, 245, 245);
    border: 1px;
    width: 100%;
    padding-top:15px;
    padding-bottom:15px;
    padding-left: 10px;
}
#contact_form textarea{
    background-color: rgb(245, 245, 245);
    border: 1px;
    padding-left:10px;
    padding-top: 15px;
    width: 100%;
}
.contact .row > .col-lg-9:first-child,
.contact .row > .col-lg-3:first-child {
    padding-right: 0;
}
.success-message {
    display: flex;
    align-items: center;
    gap: 10px;
}
.success-message .lodur-icon-successful {
    font-size: 24px;
    color: #28a745;
}
.loaderSpinner {
    width: 20px;
    height: 20px;
    background-image: url("../../../../bilder/icons/loader.gif");
    background-size: contain;
    display: inline-block;
}
