img.header-logo {
    height: 80px;
}

.stamp::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content:'\f164';
    color:#ff0000;
}

@media only screen and (max-width: 690px) {
    .enter::before {
        font-family: 'Font Awesome 5 Free';
        content:'\f044';
    }

    .edit::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content:'\f0ad';
    }

    .delete::before {
        font-family: 'Font Awesome 5 Free';
        content:'\f2ed';
    }
}

.modal .form_rows .row {
    min-height: 58px;
}

.modal-content .close {
    font-size: 2em;
}

.error-popup-wrp {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.btn-primary.disabled {
    background-color: #3d3d4d;
    border-color: #3d3d4d;
    color: #fff;
    text-decoration: none;
}

.btn-primary:not(.disabled) {
    background-color: #002660;
    border-color: #002660;
    color: #fff;
    text-decoration: none;
}

.btn-primary:not(.disabled):hover {
    background-color: #002660;
    border-color: #002660;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: 0.5s ease;
}
