footer {
    background-color: #8f8f8f65;
}

.loading {
    position: fixed;
    width: 100%;
    min-height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 4;
}

.fade {
    display: none;
}

.spinner-border {
    position: absolute;
    top: 50%;
    z-index: 5;
}

#claim, #request {
    resize: none;
    height: 100%;
}

.form-body-claim {
    padding: 2em;
}

.claim-label, .request-label {
    transform: translate(-5px, -15px) !important;
    font-size: 14px;
}

.logo {
    max-width: 120px;
}

.title-body {
    font-weight: bold;
}

.link-footer {
    text-decoration: none;
}

@media only screen and (max-width: 1249px) and (min-width: 1000px) {

}

@media only screen and (max-width: 999px) and (min-width: 760px) {
    
}

@media only screen and (max-width: 759px) and (min-width: 500px) {
    .form-body-claim {
        padding: 1em !important;
    }
}

@media only screen and (max-width: 499px) and (min-width: 0px) {
    .form-body-claim {
        padding: 1em !important;
    }
    #logo {
        text-align: center;
    }
}