.container-fluid{
    max-width: 900px;
}

.label {
    margin-top: .5rem;
}

html {
    font-size: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 0.5 !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 0.5 !important; /* Firefox */
}
::-moz-placeholder { /* Firefox 19+ */
    opacity: 0.5 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    opacity: 0.5 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    opacity: 0.5 !important;
}
:-moz-placeholder { /* Firefox 18- */
    opacity: 0.5 !important;
}

@media screen and (max-width: 425px){
    .notifyjs-wrapper {
        width: 90% !important;
    }

    .notifyjs-container {
        width: 100%;
    }

    .notifyjs-bootstrap-base{
        white-space: unset !important;
    }
}

@media (min-width: 1024px) {

    .small-image {
        width: 6rem;
        height: auto;
    }

    .py-5 {
        padding-bottom: 1em !important;
        padding-top: 1em !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .small-image {
        width: 6rem;
        height: auto;
    }

    .py-5 {
        padding-bottom: 1em !important;
        padding-top: 1em !important;
    }
}

@media (max-width: 768px) {

    .img-fluid{
        max-width:80%;
    }

    .small-image {
        width: 6rem;
        height: auto;
    }

    .py-5 {
        padding-bottom: 1em !important;
        padding-top: 1em !important;
    }
}

@media (max-width: 430px) {

    .small-image {
        width: 6rem;
        height: auto;
    }

    .py-5 {
        padding-bottom: 1em !important;
        padding-top: 1em !important;
    }
}

@media (max-width: 375px) {

    .small-image {
        width: 6rem;
        height: auto;
    }

    .py-5 {
        padding-bottom: 1em !important;
        padding-top: 1em !important;
    }
}

.table-borderless td, .table-borderless th {
    border: none;
}